From: Thomas Glanzmann Date: Fri, 11 Mar 2022 16:51:09 +0000 (+0100) Subject: more notes X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/0d23d70f79bb10be2aeb9c831b2b86d6fb5bf6af more notes --- diff --git a/doc/notes.txt b/doc/notes.txt index b2e3514..c2b58f8 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -380,3 +380,7 @@ ctl.!default { 17:03 < kov> the gnome one was unrelated and is from a bunch of months ago, I have not seen any crashes in my testing with debian's gnome so I assume the fix is already in 17:04 < kov> it's this one https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/be8a1dcbfc7edf19ef13a63ddf034dba814ee000 + +17:49 < j`ey> marcan: I learnt a new git command just now: git range-diff asahi/asahi-soc/prev..asahi asahi/asahi-soc/next..asahi/asahi good way to compare the + new/old branches even after a rebase +17:49 < j`ey> (where 'asahi' is my local not-yet-updated branch)