aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-13git-codereview: add sync-branch -merge-back-to-parentv1.0.0Russ Cox
2021-01-13git-codereview: clean up detached HEAD modeRuss Cox
2021-01-13git-codereview: add reword commandRuss Cox
2021-01-08git-codereview: new sync-branch and related fixesRuss Cox
2021-01-07git-codereview: make git change handle GitHub PRsRuss Cox
2021-01-07git-codereview: allow work on main branchesRuss Cox
2021-01-07git-codereview: add a few more testsRuss Cox
2021-01-07git-codereview: update tests for "main" branch defaultRuss Cox
2020-12-22git-codereview: clean up usage message, docsRuss Cox
2020-09-11git-codereview: add mail -trust to set Trust+1 voteRuss Cox
2020-09-11git-codereview: change upstream fallback to try main before masterRuss Cox
2020-05-15git-codereview: add -wip flag to mail commandPaul Jolly
2020-03-11git-codereview: remove use of MergeableRuss Cox
2020-01-15git-codereview: add mail -nokeycheck optionBrad Fitzpatrick
2019-12-16git-codereview: write hooks with execute permission in testsBryan C. Mills
2019-11-12git-codereview: pick up URL-specific cookieFile configDaniel Lublin
2019-11-09git-codereview: override existing locale with LC_ALL=CEric Lagergren
2019-09-25git-codereview: do not install hooks for help and invalid commandsAnderson Queiroz
2019-08-30go.mod: add go version directiveBryan C. Mills
2019-05-08git-codereview: add a hint about mailing the whole chain of changesYury Smolsky
2019-04-22git-codereview: do not require gofmt for testdata filesRebecca Stambler
2019-03-25git-codereview: make commit-msg hook play nicely with other systemsAndrew Gerrand
2019-03-13all: add a go.mod fileMichael Matloob
2019-01-22git-codereview: do not check vendor folder with gofmtDaniel Theophanes
2018-11-29git-codereview: recognize rpc:// and sso:// as Gerrit originsRuss Cox
2018-11-08git-codereview: add -m optionJean de Klerk
2018-10-14README.md: correct installation instructionsJohan Brandhorst
2018-08-23git-codereview: remove unused cruftJean de Klerk
2018-08-07Fix erroneous error message saying "git sync"Issac Trotts
2018-07-02git-codereview: add -hashtag flag to the mail commandJesús Espino
2018-06-17git-codereview: highlight branchpoint commandMark Fischer
2018-06-12git-codereview: use --path option of git config to expand ~Dmitri Shuralyov
2018-06-05git-codereview: check for https:// origin only for googlesource urlsMichael Matloob
2018-06-01git-codereview: support ~ in http.cookiefileFilippo Valsorda
2018-04-04git-codereview: pull punctuation marks out of quotation marksMarvin Stenger
2018-03-30git-codereview: forbid mailing editor temp filesYury Smolsky
2018-03-14CONTRIBUTING.md: remove note about not accepting Pull RequestsAndrew Bonventre
2018-01-22review/git-codereview: use more verbosity to signal verbose pullsRob Pike
2017-12-15git-codereview: fix vet warning to fix build on Go 1.10Brad Fitzpatrick
2017-11-29git-codereview: fix Go 1.8 t.Helper fixBrad Fitzpatrick
2017-11-27git-codereview: fix test compilation error on Go 1.8Brad Fitzpatrick
2017-11-16git-codereview: add support for DΟ NΟT MAILRuss Cox
2017-11-10git-codereview: overlap 'git fetch -q' with Gerrit queries in pendingRuss Cox
2017-11-10git-codereview: batch GerritChange info fetches during pendingRuss Cox
2017-10-06git-codereview: specify a dummy cookie fileKevin Burke
2017-10-02git-codereview: avoid Gerrit timeout for missing Change-Id during pendingRuss Cox
2017-09-27README: add better descriptionKevin Burke
2017-07-17git-codereview: create hooks directory if it doesn't existMarko Mudrinic
2017-06-07git-codereview: update help text to add -trybotDaniel Martí
2017-06-06codereview: mention rebase-work in usage messageThan McIntosh