Commit 47975383a20a6f2928b43b33b8a7805c7cc1fc8d

Stefan Sperling 2021-09-14T17:27:43

CHANGES for 0.59

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/CHANGES b/CHANGES
index b0d9118..933179a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+* got 0.59; 2021-09-14
+- fix copy-pasto in got.conf man page
+- add -q quiet mode to checkout and update (tracey)
+- make 'got send' send commits which are referenced only by tags (found by Omar)
+- add -S option to 'got status' for suppressing certain status codes (tracey)
+- make 'got checkout' display the checked out reference and commit ID
+- make 'got update' display the worktree's branch name upon success
+
 * got 0.58; 2021-09-11
 - tog: support navigating to first/last line of tree and ref views (naddy)
 - tog: jump directly to first log item instead of traversing the list (naddy)