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
/
mail.go
Age
Commit message (
Expand
)
Author
5 days
git-codereview: support remote other than "origin"
HEAD
main
Shulhan
2025-11-07
git-codereview: add matloob@google.com to the mail shortOptOut list
v1.18.0
matloob@golang.org
2023-08-28
git-codereview: change default -trybot flag to use LUCI
v1.6.0
Dmitri Shuralyov
2023-08-25
git-codereview: add GIT_CODEREVIEW_TRYBOT env var to control CI system
Dmitri Shuralyov
2023-06-22
git-codereview: fix mail lookup for dmitshur short name
Dmitri Shuralyov
2022-10-03
git-codereview: add -autosubmit
v1.1.0
Heschi Kreinick
2022-04-12
git-codereview: remove -trust
Russ Cox
2022-03-31
git-codereview: add mail --no-verify option
Damien Neil
2021-12-03
git-codereview: don't sign git tags
Tobias Klauser
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
2020-09-11
git-codereview: add mail -trust to set Trust+1 vote
Russ Cox
2020-05-15
git-codereview: add -wip flag to mail command
Paul Jolly
2020-01-15
git-codereview: add mail -nokeycheck option
Brad Fitzpatrick
2019-05-08
git-codereview: add a hint about mailing the whole chain of changes
Yury Smolsky
2018-07-02
git-codereview: add -hashtag flag to the mail command
Jesús Espino
2018-03-30
git-codereview: forbid mailing editor temp files
Yury Smolsky
2017-11-16
git-codereview: add support for DΟ NΟT MAIL
Russ Cox
2016-05-28
git-codereview: make change fail with multiple pending changes
Caio Marcelo de Oliveira Filho
2016-05-02
git-codereview: limit reviewer search to last 1000 commits
Josh Bleecher Snyder
2016-02-26
git-codereview: reject empty commits in mail
Caio Marcelo de Oliveira Filho
2016-02-05
git-codereview: accept any commit spelling for mail and submit
Austin Clements
2015-11-19
git-codereview: add mail -trybot flag
Austin Clements
2015-03-20
git-codereview: set x.mailed tag to mailed commit instead of HEAD
Austin Clements
2015-02-20
git-codereview: add mail -topic support
Austin Clements
2015-01-30
git-codereview: use cmd prefix on command implementation funcs
Russ Cox
2015-01-19
git-codereview: refactor getOutput/getLines into cmdOutput, trim, lines, nonB...
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: update outdated error message
Dave Cheney
2014-12-30
git-codereview: guard against ambiguous revision parameters
Anthony Martin
2014-12-23
git-codereview: fix a few corner case failures
Russ Cox
2014-12-18
git-codereview: rename from 'git-review' to 'git-codereview'
Andrew Gerrand