commit 1dff129884c7678f2dc7b396de747d0293c7bfdb from: Stefan Sperling date: Sat Mar 28 10:07:49 2020 UTC changes for 0.32 commit - fa51e947d840a83b1f4fc1672b77240dbef1d851 commit + 1dff129884c7678f2dc7b396de747d0293c7bfdb blob - b6f1326ae912e21561e439625805e0a6350e8276 blob + fc34934717fb3b696398304790947db301eb14ac --- CHANGES +++ CHANGES @@ -1,3 +1,12 @@ +* got 0.32; 2020-03-28 +- be nice to unaware users who attempt to use got commands in a Git work tree +- show 'searching...' during 'tog log' search even if no new commits are loaded +- display "no matches found" if no commit matches a 'tog log' search +- display "no more matches" if 'tog log' search cannot find any more matches +- make 'tog log' consistently scroll a page upon page-down key (found by naddy) +- make 'got fetch' create or restore remote HEAD reference if it is missing +- make 'got fetch -d' delete branches from both refs/heads and refs/remotes + * got 0.31; 2020-03-25 - take status line into account during page up/down in 'tog log' (naddy) - make 'got tree' use the current branch if invoked in a work tree (tracey)