commit 47975383a20a6f2928b43b33b8a7805c7cc1fc8d from: Stefan Sperling date: Tue Sep 14 17:27:43 2021 UTC CHANGES for 0.59 commit - e3a46353dce2f604254675a385e8871bee794d32 commit + 47975383a20a6f2928b43b33b8a7805c7cc1fc8d blob - b0d9118fbaa6a8a1ff23a9567c1b0c8581470f33 blob + 933179a211db2394ce252c3e4bfce2d0cbe3f93c --- CHANGES +++ 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)