commit 6909a160dd0a50f6ded512d345c2422b11bfd9f1 from: Stefan Sperling date: Mon Mar 23 09:03:20 2020 UTC changes for 0.30 commit - 33a81ee4a9b0e4ee52b9df6bf203c03d10686385 commit + 6909a160dd0a50f6ded512d345c2422b11bfd9f1 blob - d89d4687ef3ac3066611399594ed5334b7497823 blob + db8300b80a5916424771d271d38d30509655aa7d --- CHANGES +++ CHANGES @@ -1,3 +1,13 @@ +* got 0.30; 2020-03-22 +- add support for git and git+ssh network protocols (patch by ori@) +- add 'got clone' and 'got fetch' commands +- don't error out if rebase sees no merged paths; elide the commit instead +- prevent 'got commit' from committing empty sub-directories (found by tracey) +- allow limiting the output of 'got ref -l' to a single ref or a namespace +- add -c option to 'got ref' which now expects just one argument after options +- plug a memory leak in got-read-pack +- remove 'Next' link from tags on gotweb summary page if no tags exist (tracey) + * 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