Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Releases: somasis/git-gerrit

v0.1.7

13 Dec 09:43
Compare
Choose a tag to compare
  • 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 off retest from other review actions
  • Add HTML manpage generation

v0.1.6.1

07 Dec 15:15
v0.1.6.1
Compare
Choose a tag to compare
- Use git-sh-setup

v0.1.6

28 Nov 03:30
v0.1.6
Compare
Choose a tag to compare
- Fix a mostly cosmetic issue with duplicates in the default queries for list/ls/query
- Remove dependency on gpaste/paste

v0.1.5.2

28 Nov 03:30
v0.1.5.2
Compare
Choose a tag to compare
Build system tweaks, and replace --help with manpage.

v0.1.5.1

28 Nov 03:30
v0.1.5.1
Compare
Choose a tag to compare
- Support 'g' prefixed GNU paste

v0.1.5

28 Nov 03:30
v0.1.5
Compare
Choose a tag to compare
- 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

28 Nov 03:30
v0.1.4.1
Compare
Choose a tag to compare
- Allow spaces in queries

v0.1.4

29 Aug 04:52
v0.1.4
Compare
Choose a tag to compare
- 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

v0.1.3.1

31 Jul 15:32
v0.1.3.1
Compare
Choose a tag to compare
- Fix multiple patch fetching

v0.1.3

31 Jul 01:14
v0.1.3
Compare
Choose a tag to compare
- Allow for passing a query to `get`, rather than having to specify a patch number/id