This repository was archived by the owner on Feb 14, 2020. It is now read-only.
Releases: somasis/git-gerrit
Releases · somasis/git-gerrit
Release list
v0.1.7
- Use correct method of sourcing git-sh-setup; fixes breaking issue on systems without
/usr/libexec/git - Add
print-commandscommand; 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 offretestfrom 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.
v0.1.4.1
v0.1.4
- Clean up some inconsistencies in the manpage
- Allow for providing queries to many commands
- `browse`, `info`, `submit|retest|-2|-1|0|+1|+2`, info
- Show an error on invalid commands
- `browse`: Opens gerrit instance in browser if no patch/query given