1. b04be3e git-codereview: do not gofmt committed files during merge by Russ Cox · 9 years ago
  2. 0a42362 git-codereview: disable gofmt hook when $GIT_GOFMT_HOOK=off by Russ Cox · 9 years ago
  3. e60b084 git-codereview: add branchpoint command, for scripts by Russ Cox · 9 years ago
  4. 8c348ad git-codereview: add [serverbranch] prefix for work on non-master server branches by Russ Cox · 9 years ago
  5. 75c7dd3 git-codereview: document short names in mail command by Russ Cox · 9 years ago
  6. 66a7c2d git-codereview: add test for loadAuth by Russ Cox · 9 years ago
  7. c3e5818 git-codereview: begin to handle multiple-change branches by Russ Cox · 9 years ago
  8. c5341d6 git-codereview: allow short user names in git mail by Russ Cox · 9 years ago
  9. a46a546 git-codereview: make tests pass on windows by Alex Brainman · 9 years ago
  10. 3b683ed git-codereview: print gofmt commands in verbose mode by Josh Bleecher Snyder · 9 years ago
  11. 83a1cf9 git-codereview: update outdated error message by Dave Cheney · 9 years ago
  12. 081a9ac git-codereview: guard against ambiguous revision parameters by Anthony Martin · 9 years ago
  13. 3076cb9 git-codereview: make Branch.Submitted pickier by Josh Bleecher Snyder · 9 years ago
  14. cccc3b6 git-codereview: set user.name and user.email before tests by Shenghou Ma · 9 years ago
  15. d253e69 git-codereview: fix loadAuth bug from CL 1771 by Russ Cox · 9 years ago
  16. 4a9b48b git-codereview: accept more forms of hosts in cookies file by Oling Cat · 9 years ago
  17. 54e90cf git-codereview: document <branch>.mailed tag by Russ Cox · 9 years ago
  18. 7bfb5ee git-codereview: fix a few corner case failures by Russ Cox · 9 years ago
  19. ce23a4d review: copying .gitattributes to all subrepositories by Alex Brainman · 9 years ago
  20. 6acef92 git-codereview: permit dot before colon in change description by Andrew Gerrand · 9 years ago
  21. e633155 git-codereview: add TODO about go1.5.txt not needing review by Russ Cox · 9 years ago
  22. 20afb4b git-codereview: add test for pending by Russ Cox · 9 years ago
  23. 5a8749f git-codereview: fix .netrc authentication by Yann Kerhervé · 9 years ago
  24. 4b0c4ea git-codereview: fix print directives by Emil Hessman · 9 years ago
  25. 8fc787d Revert "git-codereview: fix TestCurrentBranch" by Josh Bleecher Snyder · 9 years ago
  26. 63cbb9c git-codereview: fix TestCurrentBranch by Josh Bleecher Snyder · 9 years ago
  27. f473ce1 git-codereview: rename from 'git-review' to 'git-codereview' by Andrew Gerrand · 9 years ago
  28. 6a0c83f git-review: update documentation by Andrew Gerrand · 9 years ago
  29. 4579283 git-review: add gofmt command by Russ Cox · 9 years ago
  30. 7ef203f git-review: add documentation by Andrew Gerrand · 9 years ago
  31. 448910c review: remove redundant todos by Andrew Gerrand · 9 years ago
  32. b889246 git-review: expand pending output by Russ Cox · 9 years ago
  33. 799b813 git-review: add gofmt pre-commit hook by Andrew Gerrand · 9 years ago
  34. 1458e6c git-review: reject empty messages in commit-msg hook by Andrew Gerrand · 9 years ago
  35. 10c1605 review/git-review: rewrite commit-msg hook in Go by Russ Cox · 9 years ago
  36. ccaabdb review/git-review: apply changes from adg's review by Russ Cox · 9 years ago
  37. e795291 git-review: add submit command by Russ Cox · 9 years ago
  38. 89850a0 git-review: make 'git change topic' with no staged changes not commit by Russ Cox · 9 years ago
  39. c2ccaac git-review: save reference to mailed revision using tag by Russ Cox · 9 years ago
  40. 07daa7f review: check form of commit messages by Andrew Gerrand · 9 years ago
  41. b46ae8d review: fix tests by Andrew Gerrand · 9 years ago
  42. 23d79fe git-review: hide read-only git commands from -v; show them with -v -v by Russ Cox · 9 years ago
  43. 327cbdd git-review: allow mail with multiple -r and -cc flags by Russ Cox · 9 years ago
  44. e0e214d git-review: add change -q quick mode, to not edit existing commit message by Russ Cox · 9 years ago
  45. cfc4269 git-review: simplify sync by Russ Cox · 9 years ago
  46. 1f0dcd4 git-review: add -q to git branch --set-upstream-to command by Russ Cox · 9 years ago
  47. e5a270e git-review: add support for non-master origin branches by Russ Cox · 9 years ago
  48. fd66678 review/git-review: support help when not in git repository by David Crawshaw · 9 years ago
  49. fcce200 review: Handle windows paths by mattn · 9 years ago
  50. f472593 review: Fix typo in help text by Joel Stemmer · 9 years ago
  51. 5830004 review: move 'review' command to 'git-review' sub-directory by Andrew Gerrand · 9 years ago
  52. 6111fcf review: rename "upload" command to "mail" by Rob Pike · 9 years ago
  53. ce5bda3 review: modify argument parsing for use as a git sub-command by Andrew Gerrand · 9 years ago
  54. c9ac0ad review: overhaul of tool user interface by Andrew Gerrand · 9 years ago
  55. 2681f75 review: add flags for upload, including -r and -cc by Rob Pike · 9 years ago
  56. 7c4277f review: add another todo by Andrew Gerrand · 9 years ago
  57. 93be2e8 review: add todo by Andrew Gerrand · 9 years ago
  58. c5821de review: document the idempotence of runOutput and runLines by Andrew Gerrand · 9 years ago
  59. f809cef review: push argument handling into subcommands by Rob Pike · 9 years ago
  60. 0a7fcdb review: add -n flag to show commands without running them by Rob Pike · 9 years ago
  61. fcb513b review: add import comment by Andrew Gerrand · 9 years ago
  62. e97d2a9 Add a couple more todos; very minor refactoring. by Andrew Gerrand · 9 years ago
  63. fc8d90b Parse output of 'git status' more conservatively. by Andrew Gerrand · 9 years ago
  64. cf75456 Consolidate TOODs. by Andrew Gerrand · 9 years ago
  65. 7e5b7ed clean up error messages by Andrew Gerrand · 9 years ago
  66. 25eddf0 Use git config remote.origin.url to detect the origin. by Burcu Dogan · 9 years ago
  67. 947efc8 review: add a README file by Andrew Gerrand · 9 years ago
  68. 7f14713 add run helpers by Andrew Gerrand · 9 years ago
  69. 823a9f0 Prettier output from 'review pending'. by Andrew Gerrand · 9 years ago
  70. 1d10933 implement pending command by Andrew Gerrand · 9 years ago
  71. adcb6dd Make 'review sync' handle the case where the change has been rebased on submission. by Andrew Gerrand · 9 years ago
  72. bd510c4 Bump master HEAD on 'review syncc' from feature branch. by Andrew Gerrand · 9 years ago
  73. 7996383 Fix 'review sync'. Remove most verbose prints. Make everything quieter. by Andrew Gerrand · 9 years ago
  74. 63cbf54 Add -v flag; be quiet by default. by Andrew Gerrand · 9 years ago
  75. 05ccd14 A few fixes. by Andrew Gerrand · 9 years ago
  76. d900965 better usage message by Andrew Gerrand · 9 years ago
  77. 22191d9 improve error messages by Andrew Gerrand · 9 years ago
  78. d2bc04d add command shortcuts by Andrew Gerrand · 9 years ago
  79. 970e237 remove overwrought bake.go stuff by Andrew Gerrand · 9 years ago
  80. 6bf31d9 rewrite by Andrew Gerrand · 9 years ago
  81. 00a0912 use correct path by Andrew Gerrand · 9 years ago
  82. e1ae0ce initial commit by Andrew Gerrand · 9 years ago