1. 55c7d78 review: look in correct location for netrc on Windows. by Daniel Theophanes · 8 years ago
  2. 510dcfe review: handle hosting Gerrit in a sub-path by Daniel Theophanes · 8 years ago
  3. 13ec236 git-codereview: make change fail with multiple pending changes by Caio Marcelo de Oliveira Filho · 8 years ago
  4. b7f20f2 git-codereview: limit reviewer search to last 1000 commits by Josh Bleecher Snyder · 8 years ago
  5. 77ae237 git-codereview: fix hooks install when using 'git worktree' by Caio Marcelo de Oliveira Filho · 8 years ago
  6. 94eab3f git-codereview: print git version when test fails to execute command by Håvard Haugen · 9 years ago
  7. b356792 git-codereview: reject empty commits in mail by Caio Marcelo de Oliveira Filho · 8 years ago
  8. 2865802 git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in use by Russ Cox · 8 years ago
  9. bc25bc4 git-codereview: document multiple-commit workflow by Russ Cox · 8 years ago
  10. 36fe892 git-codereview: accept any commit spelling for mail and submit by Austin Clements · 8 years ago
  11. a838955 git-codereview: skip TestSubmitInteractive on windows (fixes build) by Alex Brainman · 8 years ago
  12. d146d64 git-codereview: fix branch "behind" count by Austin Clements · 8 years ago
  13. 143352e git-codereview: add mail -trybot flag by Austin Clements · 8 years ago
  14. 7cc8d77 git-codereview: add interactive mode to submit by Austin Clements · 8 years ago
  15. a993a2d git-codereview: factor pre-check for submittable changes by Austin Clements · 8 years ago
  16. 71f6d9d git-codereview: factor pending commit formatting by Austin Clements · 8 years ago
  17. 0d7a143 git-codereview: allow multiple commit hashes for submit by Austin Clements · 8 years ago
  18. 4a2b2fd git-codereview: factor submitting a single change by Austin Clements · 8 years ago
  19. 34635f9 git-codereview: Properly detect Rietveld-style fix messages by Michael Darakananda · 9 years ago
  20. b28f13f Revert "review: git change doesn't pass @{u} correctly on windows." by Andrew Gerrand · 9 years ago
  21. 0d79228 review: git change doesn't pass @{u} correctly on windows. by Yasuhiro Matsumoto · 9 years ago
  22. 263602e git-codereview: skip git tests when there's no git by Russ Cox · 9 years ago
  23. 719edc3 git-codereview: wait longer for Gerrit by Russ Cox · 9 years ago
  24. fb15fb9 git-codereview: fix missing upstream detection by Russ Cox · 9 years ago
  25. 4d44a01 git-codereview: let codereview.cfg provide "gerrit". by Nigel Tao · 9 years ago
  26. 6fe36b1 git-codereview: deflake TestSyncRebase by Håvard Haugen · 9 years ago
  27. 03efa21 git-codereview: fix test regressions in TestMail* by Håvard Haugen · 9 years ago
  28. 115d185 Revert "git-codereview: deflake TestSyncRebase" by Andrew Gerrand · 9 years ago
  29. dd39193 git-codereview: deflake TestSyncRebase by Håvard Haugen · 9 years ago
  30. af3758c git-codereview: require test/run.go to be gofmt'd by Josh Bleecher Snyder · 9 years ago
  31. f04a532 git-codereview: reject commits with multiple Change-Id lines by Josh Bleecher Snyder · 9 years ago
  32. 8ef20ce git-codereview: set x.mailed tag to mailed commit instead of HEAD by Austin Clements · 9 years ago
  33. edbdf1a git-codereview: rewrite issue references by Josh Bleecher Snyder · 9 years ago
  34. 67937e0 doc: add license notices by Andrew Gerrand · 9 years ago
  35. 3115940 git-codereview: call testMain instead of executing "git codereview ..." by Alex Brainman · 9 years ago
  36. cb82ac9 git-codereview: do not insert branch prefix in fixup! and squash! commits by Russ Cox · 9 years ago
  37. e3f1567 git-codereview: add mail -topic support by Austin Clements · 9 years ago
  38. 252b9e1 doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  39. aeda9e8 git-codereview: hide +0 scores and +0 labels except Code-Review by Russ Cox · 9 years ago
  40. 4343dca git-codereview: ensure blank line after subject by Josh Bleecher Snyder · 9 years ago
  41. 5d55195 Revert "git-codereview: work around compiler bug" by Minux Ma · 9 years ago
  42. ca224e1 git-codereview: fix references to 'git review' in doc. by Rahul Chaudhry · 9 years ago
  43. 008ea1e git-codereview: fix bug in sync for multi-commit client by Russ Cox · 9 years ago
  44. 28fbeb1 git-codereview: use cmd prefix on command implementation funcs by Russ Cox · 9 years ago
  45. 0dfa64f git-codereview: add rebase-work command by Russ Cox · 9 years ago
  46. c283ee0 git-codereview: revise pending by Russ Cox · 9 years ago
  47. 18314f7 git-codereview: work around compiler bug by Russ Cox · 9 years ago
  48. e810ac7 git-codereview: use fromSlash in TestGofmtSubdir* to make them pass on windows by Alex Brainman · 9 years ago
  49. bc1ecc9 git-codereview: Github URL can be ssh based by Markus Zimmermann · 9 years ago
  50. 996f1d0 git-codereview: work around git checkout-index bug in gofmt by Russ Cox · 9 years ago
  51. b7c368d git-codereview: refactor getOutput/getLines into cmdOutput, trim, lines, nonBlankLines by Russ Cox · 9 years ago
  52. 3f0e294 git-codereview: use might not use the aliases of codereview by Markus Zimmermann · 9 years ago
  53. 9cb596d git-codereview: cleanup tmp directory if newGitTest fails. by Hyang-Ah Hana Kim · 9 years ago
  54. 239a856 git-codereview: parse branch commits correctly during b.Pending by Russ Cox · 9 years ago
  55. d11f662 git-codereview: diagnose local tracking branch ahead of remote by Russ Cox · 9 years ago
  56. b04be3e git-codereview: do not gofmt committed files during merge by Russ Cox · 9 years ago
  57. 0a42362 git-codereview: disable gofmt hook when $GIT_GOFMT_HOOK=off by Russ Cox · 9 years ago
  58. e60b084 git-codereview: add branchpoint command, for scripts by Russ Cox · 9 years ago
  59. 8c348ad git-codereview: add [serverbranch] prefix for work on non-master server branches by Russ Cox · 9 years ago
  60. 75c7dd3 git-codereview: document short names in mail command by Russ Cox · 9 years ago
  61. 66a7c2d git-codereview: add test for loadAuth by Russ Cox · 9 years ago
  62. c3e5818 git-codereview: begin to handle multiple-change branches by Russ Cox · 9 years ago
  63. c5341d6 git-codereview: allow short user names in git mail by Russ Cox · 9 years ago
  64. a46a546 git-codereview: make tests pass on windows by Alex Brainman · 9 years ago
  65. 3b683ed git-codereview: print gofmt commands in verbose mode by Josh Bleecher Snyder · 9 years ago
  66. 83a1cf9 git-codereview: update outdated error message by Dave Cheney · 9 years ago
  67. 081a9ac git-codereview: guard against ambiguous revision parameters by Anthony Martin · 9 years ago
  68. 3076cb9 git-codereview: make Branch.Submitted pickier by Josh Bleecher Snyder · 9 years ago
  69. cccc3b6 git-codereview: set user.name and user.email before tests by Shenghou Ma · 9 years ago
  70. d253e69 git-codereview: fix loadAuth bug from CL 1771 by Russ Cox · 9 years ago
  71. 4a9b48b git-codereview: accept more forms of hosts in cookies file by Oling Cat · 9 years ago
  72. 54e90cf git-codereview: document <branch>.mailed tag by Russ Cox · 9 years ago
  73. 7bfb5ee git-codereview: fix a few corner case failures by Russ Cox · 9 years ago
  74. ce23a4d review: copying .gitattributes to all subrepositories by Alex Brainman · 9 years ago
  75. 6acef92 git-codereview: permit dot before colon in change description by Andrew Gerrand · 9 years ago
  76. e633155 git-codereview: add TODO about go1.5.txt not needing review by Russ Cox · 9 years ago
  77. 20afb4b git-codereview: add test for pending by Russ Cox · 9 years ago
  78. 5a8749f git-codereview: fix .netrc authentication by Yann Kerhervé · 9 years ago
  79. 4b0c4ea git-codereview: fix print directives by Emil Hessman · 9 years ago
  80. 8fc787d Revert "git-codereview: fix TestCurrentBranch" by Josh Bleecher Snyder · 9 years ago
  81. 63cbb9c git-codereview: fix TestCurrentBranch by Josh Bleecher Snyder · 9 years ago
  82. f473ce1 git-codereview: rename from 'git-review' to 'git-codereview' by Andrew Gerrand · 9 years ago
  83. 6a0c83f git-review: update documentation by Andrew Gerrand · 9 years ago
  84. 4579283 git-review: add gofmt command by Russ Cox · 9 years ago
  85. 7ef203f git-review: add documentation by Andrew Gerrand · 9 years ago
  86. 448910c review: remove redundant todos by Andrew Gerrand · 9 years ago
  87. b889246 git-review: expand pending output by Russ Cox · 9 years ago
  88. 799b813 git-review: add gofmt pre-commit hook by Andrew Gerrand · 9 years ago
  89. 1458e6c git-review: reject empty messages in commit-msg hook by Andrew Gerrand · 9 years ago
  90. 10c1605 review/git-review: rewrite commit-msg hook in Go by Russ Cox · 9 years ago
  91. ccaabdb review/git-review: apply changes from adg's review by Russ Cox · 9 years ago
  92. e795291 git-review: add submit command by Russ Cox · 9 years ago
  93. 89850a0 git-review: make 'git change topic' with no staged changes not commit by Russ Cox · 9 years ago
  94. c2ccaac git-review: save reference to mailed revision using tag by Russ Cox · 9 years ago
  95. 07daa7f review: check form of commit messages by Andrew Gerrand · 9 years ago
  96. b46ae8d review: fix tests by Andrew Gerrand · 9 years ago
  97. 23d79fe git-review: hide read-only git commands from -v; show them with -v -v by Russ Cox · 9 years ago
  98. 327cbdd git-review: allow mail with multiple -r and -cc flags by Russ Cox · 9 years ago
  99. e0e214d git-review: add change -q quick mode, to not edit existing commit message by Russ Cox · 9 years ago
  100. cfc4269 git-review: simplify sync by Russ Cox · 9 years ago