Commit 930c05b6b41e5b71e5b22f7c921257da83e03c5e

Stefan Sperling 2020-04-19T09:32:17

changes for 0.34

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGES b/CHANGES
index 284f8a8..649f4a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+* got 0.34; 2020-04-19
+- make use of new convenience API functions of kcgi 0.12 in gotweb
+- make 'got update' skip conflicted files (prevents loss of local changes)
+- show a summary of conflicts and related problems after updating/merging files
+- add 'got log' -x option to stop logging when a specific commit was traversed
+- add 'got log' -R option to reverse commit display order
+- clarify wording in got.1 related to local changes/commits/branches
+- show bad object ID in "object not found" error messages where possible
+
 * got 0.33; 2020-04-14
 - normalize tree entry modes to 0100644 or 0100755 when writing tree objects
 - fix "searching..." displayed in tog log view while merely scrolling down