1. 305a2d0 Support --push-option in upload subcommand by Masaya Suzuki · 7 years ago cord-5.0
  2. bed59ce Add option '--no-cert-checks' for 'upload' sub command. by Łukasz Gardoń · 7 years ago
  3. c94d6eb Revert "Migrate git-repo to create private changes rather than drafts" by Jonathan Nieder · 7 years ago
  4. d88f53e Migrate git-repo to create private changes rather than drafts by Changcheng Xiao · 7 years ago
  5. 87984c6 Add options for git-repo to support private and wip changes by Changcheng Xiao · 7 years ago
  6. 3bcd305 Fix "list comprehension redefines 'x'" warnings from pyflakes by David Pursehouse · 7 years ago
  7. b54343d Tell the user if it will upload a draft by Nicolas Cornu · 7 years ago
  8. 163a3be upload: short circuit when nothing is pending by Mike Frysinger · 8 years ago
  9. 40252c2 RepoHook: allow users to approve hooks via manifests by Mike Frysinger · 8 years ago
  10. 14e134d upload: report names of uncommitted files by Vadim Bendebury · 10 years ago
  11. d792f79 Define unicode as str if using Python 3 by Anthony King · 10 years ago
  12. 093fdb6 Add reviewers automatically from project's git config by bijia · 11 years ago
  13. f1f1137 Merge "Don't backtrace when current branch is not uploadable." by David Pursehouse · 10 years ago
  14. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · 10 years ago
  15. 011d4f4 Don't backtrace when current branch is not uploadable. by Warren Turkal · 11 years ago
  16. fbd3f2a Only check merge destination if it isn't None by Conley Owens · 11 years ago v1.12.6
  17. 37128b6 Fix indentation by David Pursehouse · 11 years ago v1.12.5
  18. 8d20116 repo: Support multiple branches for the same project. by David James · 11 years ago
  19. 3bfd721 Don't upload when dest branch is not merge branch by Conley Owens · 11 years ago
  20. 59b31cb don't pass project revision to UploadForReview by Colin Cross · 11 years ago
  21. 610d3c4 upload: fix display of destination branch for SingleBranch by Chirayu Desai · 11 years ago
  22. ef668c9 Merge "Fix a few issues with dest-branch and multiples" by Conley Owens · 11 years ago
  23. 691a759 Fix a few issues with dest-branch and multiples by Bryan Jacobs · 11 years ago
  24. 710d4b0 Fix a bug in repo upload --cbr by Bryan Jacobs · 11 years ago
  25. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · 11 years ago
  26. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  27. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 11 years ago
  28. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · 11 years ago
  29. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  30. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  31. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  32. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · 12 years ago
  33. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  34. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  35. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  36. 435370c upload: add --draft option. by Brian Harring · 12 years ago
  37. d666e93 repo: Add option review.URL.uploadtopic support by Anthony Russello · 12 years ago v1.9.2
  38. e9d6b61 New flag for repo upload: --current_branch (--cbr) by Daniel Sandler · 12 years ago
  39. 6a1f737 Added remote destination branch information when uploading. by Christer Fletcher · 13 years ago
  40. e931127 repo: capitalize default prompt char by Mike Frysinger · 13 years ago
  41. 605a9a4 Fixed UnicodeDecodeError while uploading changes. by chenguodong · 13 years ago
  42. d6c93a2 Add branch support to repo upload by Mandeep Singh Baines · 13 years ago
  43. 37282b4 Support repo-level pre-upload hook and prep for future hooks. by Doug Anderson · 13 years ago v1.7.4
  44. f00e0ce upload: Catch and cleanly report connectivity errors by Shawn O. Pearce · 15 years ago
  45. a0de6e8 upload: Remove --replace option by Ficus Kirkpatrick · 14 years ago
  46. 60829ba upload: Fix --replace flag by Shawn O. Pearce · 14 years ago v1.6.10.2
  47. 3575b8f upload: Allow review.HOST.username to override email by Shawn O. Pearce · 14 years ago v1.6.10
  48. a5ece0e upload -t: Automatically include local branch name by Shawn O. Pearce · 14 years ago
  49. cc50bac Warn users before uploading if there are local changes by Anthony Newnam · 14 years ago
  50. 08a3f68 upload: Automatically --cc folks in review.URL.autocopy by Ben Komalo · 14 years ago
  51. f0a9a1a upload: Move confirmation threshold from 3 to 5 commits by Dan Morrill · 14 years ago v1.6.9.5
  52. 879a9a5 upload: Confirm unusually large number of uploaded commit by Dan Morrill · 14 years ago
  53. bc7ef67 Automatically guess Gerrit change number in "repo upload --replace" by Ficus Kirkpatrick · 15 years ago v1.6.7.4
  54. 8225cdc Display the URL we will upload changes to for review by Shawn O. Pearce · 15 years ago
  55. 337fb9c Improve the help text for 'repo upload' by Shawn O. Pearce · 15 years ago
  56. 66bdd46 Only compute commits in repo upload if we need to show a prompt by Shawn O. Pearce · 15 years ago
  57. a608fb0 Allow review.URL.autoupload to skip prompting during `repo upload` by Shawn O. Pearce · 15 years ago
  58. feabbdb Don't bother listing branch URLs during upload by Shawn O. Pearce · 15 years ago
  59. a6df7d2 Describe upload --replace in upload's help text by Shawn O. Pearce · 16 years ago v1.4.2
  60. 6709244 Don't accept multiple commits for the same change in upload --replace by Shawn O. Pearce · 16 years ago
  61. e92ceeb Fix upload --replace after it was broken when --review,--cc was added by Shawn O. Pearce · 16 years ago v1.4.1
  62. 2896a79 Add --review and --cc flags to repo upload, so you can by Joe Onorato · 16 years ago
  63. c99883f Teach 'repo upload --replace' how to add replacement patch sets by Shawn O. Pearce · 16 years ago v1.3
  64. 0758d2f Show which user account each change was uploaded under by Shawn O. Pearce · 16 years ago v1.0.3
  65. cf31fe9 Initial Contribution by The Android Open Source Project · 16 years ago v1.0