Commit Diff


commit - a2687442f1037768cb6c2a3ab56828e26d465c9d
commit + 517adc5aea62471055ddc1a5c0ead2e7570edb2a
blob - 4d898922beca30a648382e9d4bc1b46997f03506
blob + 9dcec984320556b27bf817c4c1b4517ed2f12ae0
--- CHANGES
+++ 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