commit cff5d32f5a46800c1429011dad94c5b20b28501c from: Stefan Sperling date: Fri Mar 06 12:42:58 2020 UTC change for 0.29 commit - 15341bfd54bbabbe30297c358faf41ee05e247da commit + cff5d32f5a46800c1429011dad94c5b20b28501c blob - f1f6e4da40a6009fc9bfea464c5ad630c7c51f0d blob + d89d4687ef3ac3066611399594ed5334b7497823 --- CHANGES +++ CHANGES @@ -1,3 +1,12 @@ +* got 0.29; 2020-03-06 +- trim directories in got remove -R (tracey) +- prevent commits from being listed more than once in a histedit script +- fix histedit 'rebase commit ID mismatch' error when splitting a commit +- be helpful when users try to check out work trees without a known branch +- map 'tog path' to 'tog log path' if possible (requested by mpi) +- when "bad path" errors occur always show the path in question +- show merged commit ID upon merge conflict during rebase and histedit + * got 0.28; 2020-02-25 - improve man page documentation of rebase and histedit - disallow 'got rebase' while a histedit operation is in progress