Commit Diff


commit - ddc7b220d2cafa2ab2e485c71a7a4cbfa9c23beb
commit + 6c1263b4dcdcf4dc36087506a6a8f4434bbdbc7d
blob - 1002949edbf1ebd8b3e360fd17e84962ef90c650
blob + e1f7a0e78cf02c6b71596ccfb0909266e9a7cabb
--- CHANGES
+++ CHANGES
@@ -1,3 +1,11 @@
+* got 0.15; 2019-09-08
+- use author name/email from ~/.gitconfig if GOT_AUTHOR is not set
+- obtain repo format version and commit author name/email from .git/config
+- fix line-wrap for lines spanning the terminal in tog diff view
+- make 'got status' ignore inaccessible directories (reported by semarie)
+- unstage may need to write to repository; fix unveil(2) call accordingly
+- fix modified files not shown by 'got status' after committing staged changes
+
 * got 0.14; 2019-09-03
 - fix tag_list test failure on single-day-digit dates (patch by Evan Silberman)
 - prevent theoretical double-free with non-OpenBSD asprintf (found by jasper@)