Commit 6c1263b4dcdcf4dc36087506a6a8f4434bbdbc7d

Stefan Sperling 2019-09-08T18:57:48

changes for 0.15

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