index
:
go-x-review
main
Fork of golang.org/x/review with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-codereview
/
review.go
Age
Commit message (
Expand
)
Author
2025-07-09
git-codereview: frame sync as git codereview sync
v1.16.0
Matt T. Proud
2025-04-11
git-codereview: do not write hooks if -n is given
v1.15.0
Anatoli Babenia
2025-02-06
git-codereview: pending: add -g option
Ian Lance Taylor
2023-10-18
git-codereview: make hooks command report conflicting hooks
v1.8.0
siddharth ravikumar
2021-02-12
git-codereview: fix runDirErr to actually use the passed directory
Filippo Valsorda
2021-01-13
git-codereview: add reword command
Russ Cox
2021-01-13
git-codereview: new sync-branch and related fixes
Russ Cox
2021-01-07
git-codereview: add a few more tests
Russ Cox
2020-12-22
git-codereview: clean up usage message, docs
Russ Cox
2019-11-09
git-codereview: override existing locale with LC_ALL=C
Eric Lagergren
2019-09-25
git-codereview: do not install hooks for help and invalid commands
Anderson Queiroz
2018-11-08
git-codereview: add -m option
Jean de Klerk
2018-07-02
git-codereview: add -hashtag flag to the mail command
Jesús Espino
2017-11-10
git-codereview: batch GerritChange info fetches during pending
Russ Cox
2017-06-07
git-codereview: update help text to add -trybot
Daniel Martí
2017-06-06
codereview: mention rebase-work in usage message
Than McIntosh
2016-09-15
git-codereview: allow changing to a CL
Caio Marcelo de Oliveira Filho
2016-06-14
git-codereview: pass args to installHook
Josh Bleecher Snyder
2016-02-18
git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in use
Russ Cox
2016-02-05
git-codereview: accept any commit spelling for mail and submit
Austin Clements
2015-11-11
git-codereview: add interactive mode to submit
Austin Clements
2015-11-11
git-codereview: allow multiple commit hashes for submit
Austin Clements
2015-01-30
git-codereview: fix bug in sync for multi-commit client
Russ Cox
2015-01-30
git-codereview: use cmd prefix on command implementation funcs
Russ Cox
2015-01-30
git-codereview: add rebase-work command
Russ Cox
2015-01-30
git-codereview: revise pending
Russ Cox
2015-01-19
git-codereview: refactor getOutput/getLines into cmdOutput, trim, lines, nonB...
Russ Cox
2015-01-14
git-codereview: add branchpoint command, for scripts
Russ Cox
2015-01-06
git-codereview: add test for loadAuth
Russ Cox
2015-01-06
git-codereview: begin to handle multiple-change branches
Russ Cox
2015-01-06
git-codereview: allow short user names in git mail
Russ Cox
2015-01-05
git-codereview: print gofmt commands in verbose mode
Josh Bleecher Snyder
2014-12-23
git-codereview: fix a few corner case failures
Russ Cox
2014-12-22
git-codereview: fix .netrc authentication
Yann Kerhervé
2014-12-18
git-codereview: rename from 'git-review' to 'git-codereview'
Andrew Gerrand