1. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 5 years ago
  2. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 3 years, 7 months ago
  3. 7f7acfe Concentrate the RepoHook knowledge in the RepoHook class by Remy Bohmer · 4 years ago
  4. 160748f upload: improve tip for fixing upload remote by Mike Frysinger · 3 years, 9 months ago
  5. 16c1328 Move RepoHook class from project.py file to dedicated file by Remy Bohmer · 3 years, 11 months ago
  6. 80944b5 upload: exit non-zero when preupload hooks fail by Mike Frysinger · 4 years ago
  7. 682f0b6 Fix how we format the full destination branch when uploading. by Sean McAllister · 4 years, 2 months ago
  8. f725e54 upload: add config setting for upload notifications by Mike Frysinger · 4 years, 4 months ago
  9. b0fbc7f upload: drop support for drafts by Mike Frysinger · 4 years, 5 months ago
  10. fc1b18a upload: allow users to set labels when uploading by Mike Frysinger · 4 years, 5 months ago
  11. 7ff80af upload: add a --hashtag-branch option akin to -t by Mike Frysinger · 4 years, 5 months ago
  12. 02aa889 upload: add support for --yes by Mike Frysinger · 4 years, 5 months ago
  13. 819cc81 upload: add support for standard --dry-run by Mike Frysinger · 4 years, 5 months ago
  14. 84685ba upload: add support for setting hashtags by Mike Frysinger · 4 years, 5 months ago
  15. 7a753b8 upload: improve no pending CL error handling by Mike Frysinger · 4 years, 5 months ago
  16. a46bf7d flake8: Suppress "F821 undefined name" inline for Python 2 names by David Pursehouse · 4 years, 5 months ago
  17. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 5 months ago
  18. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 5 months ago
  19. 42339d7 Remove redundant backslashes by David Pursehouse · 4 years, 5 months ago
  20. 8f78a83 upload: Fix tests for object identity to use 'is not' by David Pursehouse · 4 years, 5 months ago
  21. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 5 months ago
  22. 0867104 upload: Fix flake8 E241 multiple spaces after ',' by David Pursehouse · 4 years, 5 months ago
  23. 21c1575 upload: add a --ignore-hooks option by Mike Frysinger · 4 years, 5 months ago
  24. 70c54dc upload/editor: fix bytes/string confusion by Mike Frysinger · 4 years, 8 months ago
  25. ab85fe7 use print() instead of sys.stdout.write() by Mike Frysinger · 5 years ago
  26. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  27. bd8f658 Add option for git-repo to support 'silent' uploads by Vadim Bendebury · 6 years ago
  28. b3133a3 Merge "update markdown/help header format" by Jonathan Nieder · 6 years ago
  29. 3b24e7b update homepage URIs by Mike Frysinger · 6 years ago
  30. b8f7bb0 update markdown/help header format by Mike Frysinger · 6 years ago
  31. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · 6 years ago
  32. 305a2d0 Support --push-option in upload subcommand by Masaya Suzuki · 7 years ago
  33. bed59ce Add option '--no-cert-checks' for 'upload' sub command. by Łukasz Gardoń · 7 years ago
  34. c94d6eb Revert "Migrate git-repo to create private changes rather than drafts" by Jonathan Nieder · 7 years ago
  35. d88f53e Migrate git-repo to create private changes rather than drafts by Changcheng Xiao · 7 years ago
  36. 87984c6 Add options for git-repo to support private and wip changes by Changcheng Xiao · 7 years ago
  37. 3bcd305 Fix "list comprehension redefines 'x'" warnings from pyflakes by David Pursehouse · 7 years ago
  38. b54343d Tell the user if it will upload a draft by Nicolas Cornu · 7 years ago
  39. 163a3be upload: short circuit when nothing is pending by Mike Frysinger · 8 years ago
  40. 40252c2 RepoHook: allow users to approve hooks via manifests by Mike Frysinger · 8 years ago
  41. 14e134d upload: report names of uncommitted files by Vadim Bendebury · 10 years ago
  42. d792f79 Define unicode as str if using Python 3 by Anthony King · 10 years ago
  43. 093fdb6 Add reviewers automatically from project's git config by bijia · 11 years ago
  44. f1f1137 Merge "Don't backtrace when current branch is not uploadable." by David Pursehouse · 11 years ago
  45. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · 11 years ago
  46. 011d4f4 Don't backtrace when current branch is not uploadable. by Warren Turkal · 11 years ago
  47. fbd3f2a Only check merge destination if it isn't None by Conley Owens · 11 years ago v1.12.6
  48. 37128b6 Fix indentation by David Pursehouse · 11 years ago v1.12.5
  49. 8d20116 repo: Support multiple branches for the same project. by David James · 11 years ago
  50. 3bfd721 Don't upload when dest branch is not merge branch by Conley Owens · 11 years ago
  51. 59b31cb don't pass project revision to UploadForReview by Colin Cross · 11 years ago
  52. 610d3c4 upload: fix display of destination branch for SingleBranch by Chirayu Desai · 11 years ago
  53. ef668c9 Merge "Fix a few issues with dest-branch and multiples" by Conley Owens · 11 years ago
  54. 691a759 Fix a few issues with dest-branch and multiples by Bryan Jacobs · 11 years ago
  55. 710d4b0 Fix a bug in repo upload --cbr by Bryan Jacobs · 11 years ago
  56. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · 11 years ago
  57. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  58. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 11 years ago
  59. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · 11 years ago
  60. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  61. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  62. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  63. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · 12 years ago
  64. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  65. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  66. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  67. 435370c upload: add --draft option. by Brian Harring · 12 years ago
  68. d666e93 repo: Add option review.URL.uploadtopic support by Anthony Russello · 12 years ago v1.9.2
  69. e9d6b61 New flag for repo upload: --current_branch (--cbr) by Daniel Sandler · 12 years ago
  70. 6a1f737 Added remote destination branch information when uploading. by Christer Fletcher · 13 years ago
  71. e931127 repo: capitalize default prompt char by Mike Frysinger · 13 years ago
  72. 605a9a4 Fixed UnicodeDecodeError while uploading changes. by chenguodong · 13 years ago
  73. d6c93a2 Add branch support to repo upload by Mandeep Singh Baines · 13 years ago
  74. 37282b4 Support repo-level pre-upload hook and prep for future hooks. by Doug Anderson · 13 years ago v1.7.4
  75. f00e0ce upload: Catch and cleanly report connectivity errors by Shawn O. Pearce · 15 years ago
  76. a0de6e8 upload: Remove --replace option by Ficus Kirkpatrick · 14 years ago
  77. 60829ba upload: Fix --replace flag by Shawn O. Pearce · 14 years ago v1.6.10.2
  78. 3575b8f upload: Allow review.HOST.username to override email by Shawn O. Pearce · 14 years ago v1.6.10
  79. a5ece0e upload -t: Automatically include local branch name by Shawn O. Pearce · 14 years ago
  80. cc50bac Warn users before uploading if there are local changes by Anthony Newnam · 14 years ago
  81. 08a3f68 upload: Automatically --cc folks in review.URL.autocopy by Ben Komalo · 14 years ago
  82. f0a9a1a upload: Move confirmation threshold from 3 to 5 commits by Dan Morrill · 14 years ago v1.6.9.5
  83. 879a9a5 upload: Confirm unusually large number of uploaded commit by Dan Morrill · 14 years ago
  84. bc7ef67 Automatically guess Gerrit change number in "repo upload --replace" by Ficus Kirkpatrick · 15 years ago v1.6.7.4
  85. 8225cdc Display the URL we will upload changes to for review by Shawn O. Pearce · 15 years ago
  86. 337fb9c Improve the help text for 'repo upload' by Shawn O. Pearce · 15 years ago
  87. 66bdd46 Only compute commits in repo upload if we need to show a prompt by Shawn O. Pearce · 15 years ago
  88. a608fb0 Allow review.URL.autoupload to skip prompting during `repo upload` by Shawn O. Pearce · 15 years ago
  89. feabbdb Don't bother listing branch URLs during upload by Shawn O. Pearce · 15 years ago
  90. a6df7d2 Describe upload --replace in upload's help text by Shawn O. Pearce · 16 years ago v1.4.2
  91. 6709244 Don't accept multiple commits for the same change in upload --replace by Shawn O. Pearce · 16 years ago
  92. e92ceeb Fix upload --replace after it was broken when --review,--cc was added by Shawn O. Pearce · 16 years ago v1.4.1
  93. 2896a79 Add --review and --cc flags to repo upload, so you can by Joe Onorato · 16 years ago
  94. c99883f Teach 'repo upload --replace' how to add replacement patch sets by Shawn O. Pearce · 16 years ago v1.3
  95. 0758d2f Show which user account each change was uploaded under by Shawn O. Pearce · 16 years ago v1.0.3
  96. cf31fe9 Initial Contribution by The Android Open Source Project · 16 years ago v1.0