1. 0edcede git-codereview: add mail -trust to set Trust+1 vote by Russ Cox · 3 years, 8 months ago
  2. 3c48274 git-codereview: change upstream fallback to try main before master by Russ Cox · 3 years, 8 months ago
  3. a2b90d2 git-codereview: add -wip flag to mail command by Paul Jolly · 4 years ago
  4. 180dd7f git-codereview: remove use of Mergeable by Russ Cox · 4 years, 2 months ago
  5. f51a732 git-codereview: add mail -nokeycheck option by Brad Fitzpatrick · 6 years ago
  6. f64da47 git-codereview: write hooks with execute permission in tests by Bryan C. Mills · 4 years, 4 months ago
  7. be34946 git-codereview: pick up URL-specific cookieFile config by Daniel Lublin · 4 years, 6 months ago
  8. 44454f6 git-codereview: override existing locale with LC_ALL=C by Eric Lagergren · 4 years, 8 months ago
  9. 8568849 git-codereview: do not install hooks for help and invalid commands by Anderson Queiroz · 4 years, 7 months ago
  10. 11e366f go.mod: add go version directive by Bryan C. Mills · 4 years, 8 months ago
  11. 8102926 git-codereview: add a hint about mailing the whole chain of changes by Yury Smolsky · 5 years ago
  12. 8390835 git-codereview: do not require gofmt for testdata files by Rebecca Stambler · 5 years ago
  13. 7744f6d git-codereview: make commit-msg hook play nicely with other systems by Andrew Gerrand · 5 years ago
  14. 05c2690 all: add a go.mod file by Michael Matloob · 5 years ago
  15. 266ee1e git-codereview: do not check vendor folder with gofmt by Daniel Theophanes · 5 years ago
  16. 80efb4d git-codereview: recognize rpc:// and sso:// as Gerrit origins by Russ Cox · 5 years ago
  17. 22b8515 git-codereview: add -m option by Jean de Klerk · 6 years ago
  18. 5745d81 README.md: correct installation instructions by Johan Brandhorst · 6 years ago
  19. 5934012 git-codereview: remove unused cruft by Jean de Klerk · 6 years ago
  20. 876f02c Fix erroneous error message saying "git sync" by Issac Trotts · 6 years ago
  21. 03b299b git-codereview: add -hashtag flag to the mail command by Jesús Espino · 6 years ago
  22. 3faf270 git-codereview: highlight branchpoint command by Mark Fischer · 6 years ago
  23. abfd237 git-codereview: use --path option of git config to expand ~ by Dmitri Shuralyov · 6 years ago
  24. 0d7a669 git-codereview: check for https:// origin only for googlesource urls by Michael Matloob · 6 years ago
  25. d4998e7 git-codereview: support ~ in http.cookiefile by Filippo Valsorda · 6 years ago
  26. 8545223 git-codereview: pull punctuation marks out of quotation marks by Marvin Stenger · 6 years ago
  27. febe82b git-codereview: forbid mailing editor temp files by Yury Smolsky · 6 years ago
  28. 3469671 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  29. f5dbde0 review/git-codereview: use more verbosity to signal verbose pulls by Rob Pike · 6 years ago
  30. 40351d0 git-codereview: fix vet warning to fix build on Go 1.10 by Brad Fitzpatrick · 6 years ago
  31. a57765c git-codereview: fix Go 1.8 t.Helper fix by Brad Fitzpatrick · 6 years ago
  32. 0a9d6c1 git-codereview: fix test compilation error on Go 1.8 by Brad Fitzpatrick · 6 years ago
  33. 0d52c01 git-codereview: add support for DΟ NΟT MAIL by Russ Cox · 6 years ago
  34. 69da225 git-codereview: overlap 'git fetch -q' with Gerrit queries in pending by Russ Cox · 7 years ago
  35. 0bdc7ed git-codereview: batch GerritChange info fetches during pending by Russ Cox · 7 years ago
  36. c4baf78 git-codereview: specify a dummy cookie file by Kevin Burke · 7 years ago
  37. 0eaa382 git-codereview: avoid Gerrit timeout for missing Change-Id during pending by Russ Cox · 7 years ago
  38. 925f9bd README: add better description by Kevin Burke · 7 years ago
  39. d9d8428 git-codereview: create hooks directory if it doesn't exist by Marko Mudrinic · 7 years ago
  40. 97320b9 git-codereview: update help text to add -trybot by Daniel Martí · 7 years ago
  41. 42c461b codereview: mention rebase-work in usage message by Than McIntosh · 7 years ago
  42. 14b1fbe git-codereview: fix hook installation in git 2.13.0 by Austin Clements · 7 years ago
  43. e973841 x/review/git-codereview: pending should mention abandoned CLs by Jaana Burcu Dogan · 7 years ago
  44. 7435a04 git-codereview: document mail -trybot flag by Austin Clements · 8 years ago
  45. 9615674 review: Fix error of git change on windows by Yasuhiro Matsumoto · 8 years ago
  46. 50528ca git-codereview: allow changing to a CL by Caio Marcelo de Oliveira Filho · 8 years ago
  47. e143ba9 git-codereview: add documentation about codereview.cfg by Caio Marcelo de Oliveira Filho · 8 years ago
  48. 748a6d4 git-codereview: fix commitmsg hook when verbose by Daniel Martí · 8 years ago
  49. c272006 git-codereview: add [branchname] when on release branch by Andrew Gerrand · 8 years ago
  50. 81c5301 git-codereview: specify --no-track in TestPendingNoneBranch by Josh Bleecher Snyder · 8 years ago
  51. c79b2cb git-codereview: use codereview.cfg from working tree by Josh Bleecher Snyder · 8 years ago
  52. 9f7b28f git-codereview: pass args to installHook by Josh Bleecher Snyder · 8 years ago
  53. 4a86a65 git-codereview: specify --no-track on checkout by Josh Bleecher Snyder · 8 years ago
  54. 55c7d78 review: look in correct location for netrc on Windows. by Daniel Theophanes · 8 years ago
  55. 510dcfe review: handle hosting Gerrit in a sub-path by Daniel Theophanes · 8 years ago
  56. 13ec236 git-codereview: make change fail with multiple pending changes by Caio Marcelo de Oliveira Filho · 8 years ago
  57. b7f20f2 git-codereview: limit reviewer search to last 1000 commits by Josh Bleecher Snyder · 8 years ago
  58. 77ae237 git-codereview: fix hooks install when using 'git worktree' by Caio Marcelo de Oliveira Filho · 8 years ago
  59. 94eab3f git-codereview: print git version when test fails to execute command by Håvard Haugen · 9 years ago
  60. b356792 git-codereview: reject empty commits in mail by Caio Marcelo de Oliveira Filho · 8 years ago
  61. 2865802 git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in use by Russ Cox · 8 years ago
  62. bc25bc4 git-codereview: document multiple-commit workflow by Russ Cox · 8 years ago
  63. 36fe892 git-codereview: accept any commit spelling for mail and submit by Austin Clements · 8 years ago
  64. a838955 git-codereview: skip TestSubmitInteractive on windows (fixes build) by Alex Brainman · 8 years ago
  65. d146d64 git-codereview: fix branch "behind" count by Austin Clements · 8 years ago
  66. 143352e git-codereview: add mail -trybot flag by Austin Clements · 8 years ago
  67. 7cc8d77 git-codereview: add interactive mode to submit by Austin Clements · 8 years ago
  68. a993a2d git-codereview: factor pre-check for submittable changes by Austin Clements · 8 years ago
  69. 71f6d9d git-codereview: factor pending commit formatting by Austin Clements · 8 years ago
  70. 0d7a143 git-codereview: allow multiple commit hashes for submit by Austin Clements · 8 years ago
  71. 4a2b2fd git-codereview: factor submitting a single change by Austin Clements · 8 years ago
  72. 34635f9 git-codereview: Properly detect Rietveld-style fix messages by Michael Darakananda · 9 years ago
  73. b28f13f Revert "review: git change doesn't pass @{u} correctly on windows." by Andrew Gerrand · 9 years ago
  74. 0d79228 review: git change doesn't pass @{u} correctly on windows. by Yasuhiro Matsumoto · 9 years ago
  75. 263602e git-codereview: skip git tests when there's no git by Russ Cox · 9 years ago
  76. 719edc3 git-codereview: wait longer for Gerrit by Russ Cox · 9 years ago
  77. fb15fb9 git-codereview: fix missing upstream detection by Russ Cox · 9 years ago
  78. 4d44a01 git-codereview: let codereview.cfg provide "gerrit". by Nigel Tao · 9 years ago
  79. 6fe36b1 git-codereview: deflake TestSyncRebase by Håvard Haugen · 9 years ago
  80. 03efa21 git-codereview: fix test regressions in TestMail* by Håvard Haugen · 9 years ago
  81. 115d185 Revert "git-codereview: deflake TestSyncRebase" by Andrew Gerrand · 9 years ago
  82. dd39193 git-codereview: deflake TestSyncRebase by Håvard Haugen · 9 years ago
  83. af3758c git-codereview: require test/run.go to be gofmt'd by Josh Bleecher Snyder · 9 years ago
  84. f04a532 git-codereview: reject commits with multiple Change-Id lines by Josh Bleecher Snyder · 9 years ago
  85. 8ef20ce git-codereview: set x.mailed tag to mailed commit instead of HEAD by Austin Clements · 9 years ago
  86. edbdf1a git-codereview: rewrite issue references by Josh Bleecher Snyder · 9 years ago
  87. 67937e0 doc: add license notices by Andrew Gerrand · 9 years ago
  88. 3115940 git-codereview: call testMain instead of executing "git codereview ..." by Alex Brainman · 9 years ago
  89. cb82ac9 git-codereview: do not insert branch prefix in fixup! and squash! commits by Russ Cox · 9 years ago
  90. e3f1567 git-codereview: add mail -topic support by Austin Clements · 9 years ago
  91. 252b9e1 doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  92. aeda9e8 git-codereview: hide +0 scores and +0 labels except Code-Review by Russ Cox · 9 years ago
  93. 4343dca git-codereview: ensure blank line after subject by Josh Bleecher Snyder · 9 years ago
  94. 5d55195 Revert "git-codereview: work around compiler bug" by Minux Ma · 9 years ago
  95. ca224e1 git-codereview: fix references to 'git review' in doc. by Rahul Chaudhry · 9 years ago
  96. 008ea1e git-codereview: fix bug in sync for multi-commit client by Russ Cox · 9 years ago
  97. 28fbeb1 git-codereview: use cmd prefix on command implementation funcs by Russ Cox · 9 years ago
  98. 0dfa64f git-codereview: add rebase-work command by Russ Cox · 9 years ago
  99. c283ee0 git-codereview: revise pending by Russ Cox · 9 years ago
  100. 18314f7 git-codereview: work around compiler bug by Russ Cox · 9 years ago