Commit 517adc5aea62471055ddc1a5c0ead2e7570edb2a

Stefan Sperling 2019-12-01T18:47:27

changes for 0.22

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGES b/CHANGES
index 4d89892..9dcec98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+* got 0.22; 2019-12-01
+- allow empty diff context context (-C0) in 'got diff' (kn@)
+- add '-s search-pattern' option to 'got log' (kn@)
+- forward rebased branch if there are no commits to rebase, instead of error
+- parse remote repository URLs from gitconfig
+- actually forbid new reference names with a leading '-', as intended
+- convert tree entries from SIMPLEQ to an array for better performance
+- compile static binaries in PROFILE build
+
 * got 0.21; 2019-11-25
 - add -R option to 'got add' for recursive addition (patch by Tracey Emery)
 - reduce the amount of memcpy() and strdup() while parsing tree entries