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