This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
Releases: somasis/git-gerrit
Releases · somasis/git-gerrit
v0.1.7
- Use correct method of sourcing git-sh-setup; fixes breaking issue on systems without
/usr/libexec/git
- Add
print-commands
command; this will be used for bash-completion at a later date - Remove startup checks for ssh and git, that's the job of a package manager
- Restrict patch search to project matching working directory
- Use better checking of patch numbers
- Allow for chaining actions;
git-gerrit +2,submit,...
- Remove weird and possibly useless sed expression in
info
's function - Fix double "git-gerrit:" prefix
- Add
unretest
, split offretest
from other review actions - Add HTML manpage generation
v0.1.6.1
v0.1.6
v0.1.5.2
v0.1.5.1
v0.1.5
- diff: Only allow patch numbers, since queries could lead to undesirable results and too many merge fails, due to abandoned/rebased/merged patches. - list: Allow multiple queries on one execution - list: Specify status:open and project:<project>, recommend `query` if more flexibility is desired.