1. 653f8b7 commit-msg: Insert Change-Id at start of trailers by David Pursehouse · 4 years, 1 month ago
  2. 9bc283e sync: add retry to fetch operations by George Engelbrecht · 4 years, 1 month ago
  3. b4a6f6d version: include tag commit date for easy reference by Mike Frysinger · 4 years, 1 month ago
  4. 3e5b269 launcher: bump version for accumulated fixes by Mike Frysinger · 4 years, 1 month ago v2.5
  5. cdb344c launcher: avoid crash when executing out of checkout by Mike Frysinger · 4 years, 1 month ago
  6. e257d56 version: fix running under Python 2 by Mike Frysinger · 4 years, 1 month ago
  7. 3599cc3 init: respect --repo-rev changes by Mike Frysinger · 4 years, 2 months ago
  8. cfc8111 init: allow REPO_REV/--repo-rev to specify commits/tags by Mike Frysinger · 4 years, 2 months ago
  9. 587f162 tests: add more wrapper unittests by Mike Frysinger · 4 years, 1 month ago
  10. 7896447 download: add a --branch option by Mike Frysinger · 4 years, 1 month ago
  11. 05097c6 download: unify error handling with sub git calls by Mike Frysinger · 4 years, 1 month ago
  12. 915fda1 download: support -x when cherry-picking by Mike Frysinger · 4 years, 1 month ago
  13. ea43176 download: support --ff when cherry-picking by Mike Frysinger · 4 years, 1 month ago
  14. 58ac167 init: rename --repo-branch to --repo-rev by Mike Frysinger · 4 years, 2 months ago
  15. e1111f5 launcher: init: stop passing --repo-url/--repo-branch down by Mike Frysinger · 4 years, 2 months ago
  16. 7936ce8 init: respect --repo-url changes by Mike Frysinger · 4 years, 2 months ago
  17. 23c900f sync: warn if not tracking a branch by Mike Frysinger · 4 years, 2 months ago
  18. bb93046 subcmds: stop instantiating at import time by Mike Frysinger · 4 years, 2 months ago
  19. d3639c5 subcmds: centralize all_commands logic by Mike Frysinger · 4 years, 2 months ago
  20. f725e54 upload: add config setting for upload notifications by Mike Frysinger · 4 years, 2 months ago
  21. 4847e05 repo/init/sync: rework default git download output by Mike Frysinger · 4 years, 2 months ago
  22. bb8ee7f manifest_xml: unify bool & int parsing by Mike Frysinger · 4 years, 2 months ago
  23. 23d7daf Reland "Port _FileDescriptorStreamsNonBlocking to use poll()" by Theodore Dubois · 4 years, 2 months ago
  24. 8b40c00 diffmanifests: honour --pretty-format when printing --raw by Connor Newton · 4 years, 2 months ago
  25. e20da3e sync: fix os.environ logic errors by Mike Frysinger · 4 years, 2 months ago
  26. 910dfe8 launcher: warn when verification is disabled by Mike Frysinger · 4 years, 2 months ago
  27. 21b7fbe project: fix m/ pseudo ref handling with git worktrees by Mike Frysinger · 4 years, 2 months ago
  28. b967f5c release: add tips for when to push prod changes by Mike Frysinger · 4 years, 2 months ago
  29. dc15532 README: use new bug template by Mike Frysinger · 4 years, 2 months ago
  30. eea23b4 main: improve launcher update messaging wrt system installs by Mike Frysinger · 4 years, 2 months ago
  31. 5f11eac launcher/version: include OS/CPU info in output by Mike Frysinger · 4 years, 2 months ago
  32. b0fbc7f upload: drop support for drafts by Mike Frysinger · 4 years, 2 months ago
  33. 4c418bf README: link to mailing list & add Contact section by Mike Frysinger · 4 years, 2 months ago
  34. fc1b18a upload: allow users to set labels when uploading by Mike Frysinger · 4 years, 2 months ago
  35. d957ec6 manifest_xml: skip config lookup during first init by Mike Frysinger · 4 years, 2 months ago v2.4.1
  36. 9f91c43 project: replace GetHeadPath with new git helper by Mike Frysinger · 4 years, 2 months ago v2.4
  37. 4b0eb5a project: fix rebase check with worktrees by Mike Frysinger · 4 years, 2 months ago
  38. d38300c manifest: support optional --manifest-name by Sean McAllister · 4 years, 2 months ago
  39. dcbfadf repo/init: improve basic progress messages by Mike Frysinger · 4 years, 2 months ago
  40. edd3d45 repo/init: add --verbose flags by Mike Frysinger · 4 years, 2 months ago
  41. 71928c1 repo: show redirects when tracing commands by Mike Frysinger · 4 years, 2 months ago
  42. f5dbd2e docs: update Windows info by Mike Frysinger · 4 years, 2 months ago
  43. 0b88891 init: hide summary output when using --quiet by Mike Frysinger · 4 years, 2 months ago
  44. 7526478 project: fix worktree init under Windows by Mike Frysinger · 4 years, 2 months ago
  45. a269b1c manifest_xml: change .repo/manifest.xml to a plain file by Mike Frysinger · 4 years, 2 months ago
  46. 7951e14 project: fallback to hardlinks with git hooks by Mike Frysinger · 4 years, 2 months ago
  47. 8c268c0 release: import some helper scripts for managing official releases by Mike Frysinger · 4 years, 2 months ago
  48. d925459 manifest/tests: get them passing under Windows by Mike Frysinger · 4 years, 3 months ago
  49. 746e7f6 project: unify StartBranch flows behind git-update-ref by Mike Frysinger · 4 years, 3 months ago
  50. f241f8c repo: fix up license text by Mike Frysinger · 4 years, 2 months ago
  51. a1e24b1 tests: add git_require coverage by Mike Frysinger · 4 years, 3 months ago
  52. e6e27b3 abandon: add support for --quiet by Mike Frysinger · 4 years, 3 months ago
  53. aa611a2 sync: Fix flake8 E125 and E129 warnings by David Pursehouse · 4 years, 3 months ago
  54. 949bc34 main/repo: add support for subcommand aliases by Mike Frysinger · 4 years, 3 months ago
  55. f841ca4 git_config: add support for repo-specific settings by Mike Frysinger · 4 years, 3 months ago
  56. c0d1866 project/sync: move DeleteProject helper to Project by Mike Frysinger · 4 years, 3 months ago
  57. f81c72e project: set core.repositoryFormatVersion=1 when using extensions by Mike Frysinger · 4 years, 3 months ago
  58. 77b4397 git_config: add GetInt helper by Mike Frysinger · 4 years, 3 months ago
  59. 0334b8c docs: improve project-objects & worktrees layout info by Mike Frysinger · 4 years, 3 months ago
  60. 7ff80af upload: add a --hashtag-branch option akin to -t by Mike Frysinger · 4 years, 3 months ago
  61. 19ec797 repo: reexec into Python 3 under Windows by Mike Frysinger · 4 years, 3 months ago
  62. 979d5bd add experimental git worktree support by Mike Frysinger · 4 years, 3 months ago
  63. 56ce346 assume environment always accepts strings by Mike Frysinger · 4 years, 5 months ago
  64. 02aa889 upload: add support for --yes by Mike Frysinger · 4 years, 3 months ago
  65. 819cc81 upload: add support for standard --dry-run by Mike Frysinger · 4 years, 3 months ago
  66. 84685ba upload: add support for setting hashtags by Mike Frysinger · 4 years, 3 months ago
  67. 72ebf19 command: add a `repo help` tip to --help output by Mike Frysinger · 4 years, 3 months ago
  68. e50b6a7 project: handle verbose with initial clone bundle by Mike Frysinger · 4 years, 3 months ago
  69. 8a98efe main: fix pager logic after negation cleanup by Mike Frysinger · 4 years, 3 months ago
  70. 7a753b8 upload: improve no pending CL error handling by Mike Frysinger · 4 years, 3 months ago
  71. 0258584 docs: add per-project review/remote/branch settings by Mike Frysinger · 4 years, 3 months ago
  72. c58ec4d avoid negative variables by Mike Frysinger · 4 years, 3 months ago
  73. e1191b3 Open temporary cookie file as writable in sync.py by Collin Fijalkovich · 4 years, 3 months ago
  74. 8f9bf48 platform_utils: have Windows select stream return "" at EOF by Mike Frysinger · 4 years, 3 months ago
  75. 37f28f1 main: add python version checking by Mike Frysinger · 4 years, 3 months ago
  76. af1e5de resort a few module imports to follow PEP8 by Mike Frysinger · 4 years, 3 months ago
  77. 3cceda5 project: Fix E125 continuation line with same indent as next logical line by David Pursehouse · 4 years, 3 months ago
  78. 31990f0 project: move successful fetch output behind verbose by Mike Frysinger · 4 years, 3 months ago
  79. 16f2fae diff: delete unused nested func by Mike Frysinger · 4 years, 3 months ago
  80. 521d01b sync: introduce --verbose option by Mike Frysinger · 4 years, 3 months ago
  81. 2b1345b project: disable stat output when fast forwarding merges by Mike Frysinger · 4 years, 3 months ago
  82. 3995ebd Update commit-msg hook to version from Gerrit 3.1.3 by David Pursehouse · 4 years, 3 months ago
  83. b57e633 github: enable github actions for postsubmit testing by Mike Frysinger · 4 years, 3 months ago
  84. d216384 tox: get tests passing a bit on Windows by Mike Frysinger · 4 years, 3 months ago
  85. c102fd5 README: add <> around links by Mike Frysinger · 4 years, 3 months ago
  86. d6b8bd4 Reword the documentation regarding coding style by David Pursehouse · 4 years, 3 months ago
  87. 6a784ff repo: handle bad programs a bit better by Mike Frysinger · 4 years, 3 months ago
  88. a46bf7d flake8: Suppress "F821 undefined name" inline for Python 2 names by David Pursehouse · 4 years, 3 months ago
  89. 19a1f22 repo: rework gpg import for Windows by Mike Frysinger · 4 years, 3 months ago
  90. 076512a flake8: Suppress "E731 do not assign a lambda expression, use a def" by David Pursehouse · 4 years, 3 months ago
  91. d8fda90 repo: rework parser setup to handle `init -c` by Mike Frysinger · 4 years, 3 months ago
  92. 9cc1d70 repo: add some newer RSA/ECC signing keys by Mike Frysinger · 4 years, 3 months ago
  93. c19cc5c repo: Fix warnings reported by flake8 by David Pursehouse · 4 years, 3 months ago
  94. 6fb0cb5 repo: add trace support to the launcher by Mike Frysinger · 4 years, 3 months ago
  95. 62285d2 repo: add some helpers akin to subprocess.run by Mike Frysinger · 4 years, 3 months ago
  96. 3cda50a pyflakes: Fix remaining "E501 line too long" warnings by David Pursehouse · 4 years, 3 months ago
  97. afbccdb Update .mailmap by David Pursehouse · 4 years, 3 months ago
  98. e8ace26 project: Don't emit locally modified hook warning in quiet mode by David Pursehouse · 4 years, 3 months ago
  99. daa2cec Mention exceptions to Google Style Guide in SUBMITTING_PATCHES.md by David Pursehouse · 4 years, 3 months ago
  100. 3c5114c Don't format version to 5 characters in new version message by David Pursehouse · 4 years, 3 months ago