1. 80944b5 upload: exit non-zero when preupload hooks fail by Mike Frysinger · 4 years, 2 months ago
  2. ac29ac3 subcmds/sync.py: Fix typo in help by Roger Shimizu · 4 years, 4 months ago
  3. 7ae210a sync: fix duplicate word in description by Mike Frysinger · 4 years, 4 months ago
  4. d79a4bc Make partial clone imply no-clone-bundle by default. by Xin Li · 4 years, 5 months ago
  5. 682f0b6 Fix how we format the full destination branch when uploading. by Sean McAllister · 4 years, 5 months ago
  6. e7082cc repo info findRemoteLocalDiff use short branch by Daniel Kutik · 4 years, 5 months ago
  7. af908cb When writing manifest, set the dest-branch attribute for projects by Sean McAllister · 4 years, 6 months ago
  8. 74e8ed4 Expose upstream and dest-branch attributes through environment by Sean McAllister · 4 years, 6 months ago
  9. d086467 forall.py: Close file after removing the stream by Karsten Pfeiffer-Raddatz · 4 years, 6 months ago
  10. 9bc283e sync: add retry to fetch operations by George Engelbrecht · 4 years, 6 months ago
  11. b4a6f6d version: include tag commit date for easy reference by Mike Frysinger · 4 years, 6 months ago
  12. e257d56 version: fix running under Python 2 by Mike Frysinger · 4 years, 6 months ago
  13. 3599cc3 init: respect --repo-rev changes by Mike Frysinger · 4 years, 7 months ago
  14. 7896447 download: add a --branch option by Mike Frysinger · 4 years, 6 months ago
  15. 05097c6 download: unify error handling with sub git calls by Mike Frysinger · 4 years, 7 months ago
  16. 915fda1 download: support -x when cherry-picking by Mike Frysinger · 4 years, 7 months ago
  17. ea43176 download: support --ff when cherry-picking by Mike Frysinger · 4 years, 7 months ago
  18. 58ac167 init: rename --repo-branch to --repo-rev by Mike Frysinger · 4 years, 7 months ago
  19. 7936ce8 init: respect --repo-url changes by Mike Frysinger · 4 years, 7 months ago
  20. 23c900f sync: warn if not tracking a branch by Mike Frysinger · 4 years, 7 months ago
  21. bb93046 subcmds: stop instantiating at import time by Mike Frysinger · 4 years, 7 months ago
  22. d3639c5 subcmds: centralize all_commands logic by Mike Frysinger · 4 years, 7 months ago
  23. f725e54 upload: add config setting for upload notifications by Mike Frysinger · 4 years, 7 months ago
  24. 8b40c00 diffmanifests: honour --pretty-format when printing --raw by Connor Newton · 4 years, 7 months ago
  25. e20da3e sync: fix os.environ logic errors by Mike Frysinger · 4 years, 7 months ago
  26. 5f11eac launcher/version: include OS/CPU info in output by Mike Frysinger · 4 years, 7 months ago
  27. b0fbc7f upload: drop support for drafts by Mike Frysinger · 4 years, 7 months ago
  28. fc1b18a upload: allow users to set labels when uploading by Mike Frysinger · 4 years, 7 months ago
  29. d38300c manifest: support optional --manifest-name by Sean McAllister · 4 years, 8 months ago
  30. dcbfadf repo/init: improve basic progress messages by Mike Frysinger · 4 years, 7 months ago
  31. edd3d45 repo/init: add --verbose flags by Mike Frysinger · 4 years, 7 months ago
  32. 0b88891 init: hide summary output when using --quiet by Mike Frysinger · 4 years, 7 months ago
  33. e6e27b3 abandon: add support for --quiet by Mike Frysinger · 4 years, 8 months ago
  34. aa611a2 sync: Fix flake8 E125 and E129 warnings by David Pursehouse · 4 years, 8 months ago
  35. c0d1866 project/sync: move DeleteProject helper to Project by Mike Frysinger · 4 years, 8 months ago
  36. f81c72e project: set core.repositoryFormatVersion=1 when using extensions by Mike Frysinger · 4 years, 8 months ago
  37. 7ff80af upload: add a --hashtag-branch option akin to -t by Mike Frysinger · 4 years, 8 months ago
  38. 979d5bd add experimental git worktree support by Mike Frysinger · 4 years, 8 months ago
  39. 56ce346 assume environment always accepts strings by Mike Frysinger · 4 years, 10 months ago
  40. 02aa889 upload: add support for --yes by Mike Frysinger · 4 years, 8 months ago
  41. 819cc81 upload: add support for standard --dry-run by Mike Frysinger · 4 years, 8 months ago
  42. 84685ba upload: add support for setting hashtags by Mike Frysinger · 4 years, 8 months ago
  43. 7a753b8 upload: improve no pending CL error handling by Mike Frysinger · 4 years, 8 months ago
  44. c58ec4d avoid negative variables by Mike Frysinger · 4 years, 8 months ago
  45. e1191b3 Open temporary cookie file as writable in sync.py by Collin Fijalkovich · 4 years, 8 months ago
  46. af1e5de resort a few module imports to follow PEP8 by Mike Frysinger · 4 years, 8 months ago
  47. 16f2fae diff: delete unused nested func by Mike Frysinger · 4 years, 8 months ago
  48. 521d01b sync: introduce --verbose option by Mike Frysinger · 4 years, 8 months ago
  49. a46bf7d flake8: Suppress "F821 undefined name" inline for Python 2 names by David Pursehouse · 4 years, 8 months ago
  50. 3cda50a pyflakes: Fix remaining "E501 line too long" warnings by David Pursehouse · 4 years, 8 months ago
  51. e19d9e1 sync: add a "finished" message by Mike Frysinger · 4 years, 8 months ago
  52. 6f1c626 drop old git_require checks by Mike Frysinger · 4 years, 8 months ago
  53. 145e35b Fix usage of bare 'except' by David Pursehouse · 4 years, 8 months ago
  54. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 8 months ago
  55. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 8 months ago
  56. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 8 months ago
  57. 42339d7 Remove redundant backslashes by David Pursehouse · 4 years, 8 months ago
  58. 9090e80 Remove unused imports by David Pursehouse · 4 years, 8 months ago
  59. eeff353 Fix tests for membership to use 'not in' by David Pursehouse · 4 years, 8 months ago
  60. 8f78a83 upload: Fix tests for object identity to use 'is not' by David Pursehouse · 4 years, 8 months ago
  61. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 8 months ago
  62. 0867104 upload: Fix flake8 E241 multiple spaces after ',' by David Pursehouse · 4 years, 8 months ago
  63. 719675b info: Fix formatting of block comment by David Pursehouse · 4 years, 8 months ago
  64. 21c1575 upload: add a --ignore-hooks option by Mike Frysinger · 4 years, 8 months ago
  65. 8f9e022 Remove trailing blank lines by David Pursehouse · 4 years, 8 months ago
  66. 82caef6 repo: lower min version of git a bit by Mike Frysinger · 4 years, 8 months ago
  67. 5f2b045 sync: change how we preserve objects in shared repos by Mike Frysinger · 4 years, 8 months ago
  68. 83a3227 Fixing forall subcommand for Py3 by Jiri Tyr · 4 years, 8 months ago v2.0
  69. e7c9188 remove spurious +x bits by Mike Frysinger · 4 years, 8 months ago
  70. 93293ca Fix inverted logic around [gitc-]init and -c by Dan Willemsen · 4 years, 8 months ago
  71. 5a03308 sync: try to checkout repos across sync failures by Mike Frysinger · 5 years ago
  72. cc96097 sync: add option to skip manifest update by Fredrik de Groot · 4 years, 11 months ago
  73. 66098f7 init: handle -c conflicts with gitc-init by Mike Frysinger · 4 years, 8 months ago
  74. 0eb2d3c init: Add '-c' as an alias to '--current-branch' by Diogo Ferreira · 5 years ago
  75. e4d2037 info: Add the manifest revision by Diogo Ferreira · 5 years ago
  76. 0b304c0 help: unify command display by Mike Frysinger · 4 years, 10 months ago
  77. 70c54dc upload/editor: fix bytes/string confusion by Mike Frysinger · 4 years, 11 months ago
  78. 6da1775 prune: handle branches that track missing branches by Mike Frysinger · 5 years ago
  79. 3538dd2 sync: merge project updates with status bar by Mike Frysinger · 5 years ago
  80. dff9194 sync: report list of failing git trees by Vadim Bendebury · 5 years ago
  81. 3164d40 use open context managers in more places by Mike Frysinger · 5 years ago
  82. b466854 forall: add an --ignore-missing option by Mike Frysinger · 5 years ago v1.13.7.1
  83. f1c5dd8 info: fix "current" output by Mike Frysinger · 5 years ago
  84. 9775a3d info: allow NoSuchProjectError to bubble up by Mike Frysinger · 5 years ago
  85. 9bfdfbe version: add source versions & User-Agents to the output by Mike Frysinger · 5 years ago
  86. 72ab852 grep: handle errors gracefully by Mike Frysinger · 5 years ago
  87. 0a9265e diff: handle errors gracefully by Mike Frysinger · 5 years ago
  88. dc1b59d forall: exit 1 if we skip any repos by Mike Frysinger · 5 years ago
  89. e37aa5f rebase: add basic coloring output by Mike Frysinger · 5 years ago
  90. 4a07798 rebase: add --fail-fast support by Mike Frysinger · 5 years ago
  91. fb527e3 sync: create dedicated manifest project update func by Mike Frysinger · 5 years ago
  92. 01d6c3c sync: create dedicated smart sync func by Mike Frysinger · 5 years ago
  93. 60fdc5c Add repo start option to create the branch based off HEAD by Theodore Dubois · 5 years ago
  94. 46702ed sync: fix deprecated command line option -f by Stefan Müller-Klieser · 5 years ago v1.13.5.1
  95. ae6cb08 split out cli validation from execution by Mike Frysinger · 5 years ago v1.13.5
  96. 898f4e6 help: add a --help-all option to show all commands at once by Mike Frysinger · 5 years ago
  97. d9e5cf0 sync: invert --force-broken with --fail-fast by Mike Frysinger · 5 years ago
  98. d5c306b rebase: pull out project-independent settings from the for loop by Mike Frysinger · 5 years ago
  99. a850ca2 rebase/sync: use exit(1) for errors instead of exit(-1) by Mike Frysinger · 5 years ago
  100. a34186e sync: fix handling of -f and local checkouts by Mike Frysinger · 5 years ago