Commit 1dff129884c7678f2dc7b396de747d0293c7bfdb

Stefan Sperling 2020-03-28T10:07:49

changes for 0.32

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGES b/CHANGES
index b6f1326..fc34934 100644
--- a/CHANGES
+++ b/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)