Commit 54cc910e757b55507ac655d7502dd2e3f0ed01b2

Stefan Sperling 2019-08-13T14:15:43

changes for 0.6

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGES b/CHANGES
index 09b9ce1..cd2fc1e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+* got 0.6; 2019-08-13
+- 'got log' and 'tog log' now display tags in addition to branch references
+- 'got ref' can now be used to create symbolic references
+- use <limits.h> instead of <sys/limits.h> (patch by Thomas Klausner)
+- fix crash if 'got rebase' has no commits to rebase (with semarie@)
+- annotate symlinks with @ in 'got tree' and 'tog tree'
+
 * got 0.5; 2019-08-12
 - fix blame with single-commit history and with files without \n
 - fix crashes in tog when blame returns no results on a file (found by otto@)