Commit Diff


commit - ba6e0c2d733bde900b8d0f2e0fcbb86090b4d664
commit + 1b450cf1f61863e40abe4bbbcc2184836a4d782d
blob - 84535d3e2255778ee93d52643a8d4204b29298d1
blob + 51050c92f63a72e07375e3ed7ddbb1de4e1b0364
--- CHANGES
+++ CHANGES
@@ -1,3 +1,12 @@
+* got 0.17; 2019-10-06
+- make 'got branch' without args show work tree's branch (requested by benno)
+- show temporary branch in 'got branch -l' during rebase and histedit
+- refresh references when 'tog log' view is refreshed with Ctrl+L
+- make 'got status' read .gitignore files; support **/ and /**/ in patterns
+- handle empty trees during 'import' and 'checkout' (issue reported by sthen)
+- show only whitelisted commit headers in 'got log' (semarie)
+- properly handle getline(3) return type as ssize_t (hiltjo)
+
 * got 0.16; 2019-09-23
 - replace fgetln(3) with getline(3) for portability (patch by Steven McDonald)
 - fix implicit time.h includes (patch by Steven McDonald)