1. 5f11eac launcher/version: include OS/CPU info in output by Mike Frysinger · 5 years ago
  2. b0fbc7f upload: drop support for drafts by Mike Frysinger · 5 years ago
  3. 4c418bf README: link to mailing list & add Contact section by Mike Frysinger · 5 years ago
  4. fc1b18a upload: allow users to set labels when uploading by Mike Frysinger · 5 years ago
  5. d957ec6 manifest_xml: skip config lookup during first init by Mike Frysinger · 5 years ago v2.4.1
  6. 9f91c43 project: replace GetHeadPath with new git helper by Mike Frysinger · 5 years ago v2.4
  7. 4b0eb5a project: fix rebase check with worktrees by Mike Frysinger · 5 years ago
  8. d38300c manifest: support optional --manifest-name by Sean McAllister · 5 years ago
  9. dcbfadf repo/init: improve basic progress messages by Mike Frysinger · 5 years ago
  10. edd3d45 repo/init: add --verbose flags by Mike Frysinger · 5 years ago
  11. 71928c1 repo: show redirects when tracing commands by Mike Frysinger · 5 years ago
  12. f5dbd2e docs: update Windows info by Mike Frysinger · 5 years ago
  13. 0b88891 init: hide summary output when using --quiet by Mike Frysinger · 5 years ago
  14. 7526478 project: fix worktree init under Windows by Mike Frysinger · 5 years ago
  15. a269b1c manifest_xml: change .repo/manifest.xml to a plain file by Mike Frysinger · 5 years ago
  16. 7951e14 project: fallback to hardlinks with git hooks by Mike Frysinger · 5 years ago
  17. 8c268c0 release: import some helper scripts for managing official releases by Mike Frysinger · 5 years ago
  18. d925459 manifest/tests: get them passing under Windows by Mike Frysinger · 5 years ago
  19. 746e7f6 project: unify StartBranch flows behind git-update-ref by Mike Frysinger · 5 years ago
  20. f241f8c repo: fix up license text by Mike Frysinger · 5 years ago
  21. a1e24b1 tests: add git_require coverage by Mike Frysinger · 5 years ago
  22. e6e27b3 abandon: add support for --quiet by Mike Frysinger · 5 years ago
  23. aa611a2 sync: Fix flake8 E125 and E129 warnings by David Pursehouse · 5 years ago
  24. 949bc34 main/repo: add support for subcommand aliases by Mike Frysinger · 5 years ago
  25. f841ca4 git_config: add support for repo-specific settings by Mike Frysinger · 5 years ago
  26. c0d1866 project/sync: move DeleteProject helper to Project by Mike Frysinger · 5 years ago
  27. f81c72e project: set core.repositoryFormatVersion=1 when using extensions by Mike Frysinger · 5 years ago
  28. 77b4397 git_config: add GetInt helper by Mike Frysinger · 5 years ago
  29. 0334b8c docs: improve project-objects & worktrees layout info by Mike Frysinger · 5 years ago
  30. 7ff80af upload: add a --hashtag-branch option akin to -t by Mike Frysinger · 5 years ago
  31. 19ec797 repo: reexec into Python 3 under Windows by Mike Frysinger · 5 years ago
  32. 979d5bd add experimental git worktree support by Mike Frysinger · 5 years ago
  33. 56ce346 assume environment always accepts strings by Mike Frysinger · 5 years ago
  34. 02aa889 upload: add support for --yes by Mike Frysinger · 5 years ago
  35. 819cc81 upload: add support for standard --dry-run by Mike Frysinger · 5 years ago
  36. 84685ba upload: add support for setting hashtags by Mike Frysinger · 5 years ago
  37. 72ebf19 command: add a `repo help` tip to --help output by Mike Frysinger · 5 years ago
  38. e50b6a7 project: handle verbose with initial clone bundle by Mike Frysinger · 5 years ago
  39. 8a98efe main: fix pager logic after negation cleanup by Mike Frysinger · 5 years ago
  40. 7a753b8 upload: improve no pending CL error handling by Mike Frysinger · 5 years ago
  41. 0258584 docs: add per-project review/remote/branch settings by Mike Frysinger · 5 years ago
  42. c58ec4d avoid negative variables by Mike Frysinger · 5 years ago
  43. e1191b3 Open temporary cookie file as writable in sync.py by Collin Fijalkovich · 5 years ago
  44. 8f9bf48 platform_utils: have Windows select stream return "" at EOF by Mike Frysinger · 5 years ago
  45. 37f28f1 main: add python version checking by Mike Frysinger · 5 years ago
  46. af1e5de resort a few module imports to follow PEP8 by Mike Frysinger · 5 years ago
  47. 3cceda5 project: Fix E125 continuation line with same indent as next logical line by David Pursehouse · 5 years ago
  48. 31990f0 project: move successful fetch output behind verbose by Mike Frysinger · 5 years ago
  49. 16f2fae diff: delete unused nested func by Mike Frysinger · 5 years ago
  50. 521d01b sync: introduce --verbose option by Mike Frysinger · 5 years ago
  51. 2b1345b project: disable stat output when fast forwarding merges by Mike Frysinger · 5 years ago
  52. 3995ebd Update commit-msg hook to version from Gerrit 3.1.3 by David Pursehouse · 5 years ago
  53. b57e633 github: enable github actions for postsubmit testing by Mike Frysinger · 5 years ago
  54. d216384 tox: get tests passing a bit on Windows by Mike Frysinger · 5 years ago
  55. c102fd5 README: add <> around links by Mike Frysinger · 5 years ago
  56. d6b8bd4 Reword the documentation regarding coding style by David Pursehouse · 5 years ago
  57. 6a784ff repo: handle bad programs a bit better by Mike Frysinger · 5 years ago
  58. a46bf7d flake8: Suppress "F821 undefined name" inline for Python 2 names by David Pursehouse · 5 years ago
  59. 19a1f22 repo: rework gpg import for Windows by Mike Frysinger · 5 years ago
  60. 076512a flake8: Suppress "E731 do not assign a lambda expression, use a def" by David Pursehouse · 5 years ago
  61. d8fda90 repo: rework parser setup to handle `init -c` by Mike Frysinger · 5 years ago
  62. 9cc1d70 repo: add some newer RSA/ECC signing keys by Mike Frysinger · 5 years ago
  63. c19cc5c repo: Fix warnings reported by flake8 by David Pursehouse · 5 years ago
  64. 6fb0cb5 repo: add trace support to the launcher by Mike Frysinger · 5 years ago
  65. 62285d2 repo: add some helpers akin to subprocess.run by Mike Frysinger · 5 years ago
  66. 3cda50a pyflakes: Fix remaining "E501 line too long" warnings by David Pursehouse · 5 years ago
  67. afbccdb Update .mailmap by David Pursehouse · 5 years ago
  68. e8ace26 project: Don't emit locally modified hook warning in quiet mode by David Pursehouse · 5 years ago
  69. daa2cec Mention exceptions to Google Style Guide in SUBMITTING_PATCHES.md by David Pursehouse · 5 years ago
  70. 3c5114c Don't format version to 5 characters in new version message by David Pursehouse · 5 years ago
  71. 7838e38 Replace 'A new repo command' with 'A new version of repo' by David Pursehouse · 5 years ago
  72. aa47181 repo: Remove duplicate import of 'os' by David Pursehouse · 5 years ago
  73. 58a8b5c repo: Remove another usage of bare 'except' by David Pursehouse · 5 years ago
  74. 22dbfb9 repo: Remove unused variable in 'except' by David Pursehouse · 5 years ago
  75. 31b9b4b repo: Fix blank line issues reported by flake8 by David Pursehouse · 5 years ago
  76. 0b57eed repo: bump launcher version for accumulated fixes by Mike Frysinger · 5 years ago v2.3
  77. 72b6dc8 repo: avoid bare excepts to allow SystemExit to bubble by Mike Frysinger · 5 years ago
  78. e19d9e1 sync: add a "finished" message by Mike Frysinger · 5 years ago
  79. 8ddff5c repo: add --version support to the launcher by Mike Frysinger · 5 years ago
  80. 8409410 repo: export GIT_TRACE2_PARENT_SID by Mike Frysinger · 5 years ago
  81. dc63181 flake8: Add comments in config to explain suppressed checks by David Pursehouse · 5 years ago
  82. f700ac7 repo: move parser init out of module scope by Mike Frysinger · 5 years ago
  83. 6f1c626 drop old git_require checks by Mike Frysinger · 5 years ago
  84. 7747986 flake8: Ignore 'line break before/after binary operator' by David Pursehouse · 5 years ago
  85. 16a5c3a git_config: Stop using backslash to wrap lines by David Pursehouse · 5 years ago
  86. 145e35b Fix usage of bare 'except' by David Pursehouse · 5 years ago
  87. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 5 years ago
  88. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 5 years ago
  89. 0ab95ba git_config: Unwrap unnecessarily wrapped line by David Pursehouse · 5 years ago
  90. 5a2517f command: Add parentheses on wrapped condition by David Pursehouse · 5 years ago
  91. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 5 years ago
  92. 42339d7 Remove redundant backslashes by David Pursehouse · 5 years ago
  93. 03ae992 pager: Remove unnecessary semicolons by David Pursehouse · 5 years ago
  94. 9090e80 Remove unused imports by David Pursehouse · 5 years ago
  95. eeff353 Fix tests for membership to use 'not in' by David Pursehouse · 5 years ago
  96. 8f78a83 upload: Fix tests for object identity to use 'is not' by David Pursehouse · 5 years ago
  97. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 5 years ago
  98. 119085e flake8: Increase max line length from 80 to 100 by David Pursehouse · 5 years ago
  99. 0867104 upload: Fix flake8 E241 multiple spaces after ',' by David Pursehouse · 5 years ago
  100. ed4f211 project: make syncing a little more self-healing by Mike Frysinger · 5 years ago