1. c0d1866 project/sync: move DeleteProject helper to Project by Mike Frysinger · 4 years, 2 months ago
  2. f81c72e project: set core.repositoryFormatVersion=1 when using extensions by Mike Frysinger · 4 years, 2 months ago
  3. 77b4397 git_config: add GetInt helper by Mike Frysinger · 4 years, 2 months ago
  4. 0334b8c docs: improve project-objects & worktrees layout info by Mike Frysinger · 4 years, 2 months ago
  5. 7ff80af upload: add a --hashtag-branch option akin to -t by Mike Frysinger · 4 years, 2 months ago
  6. 19ec797 repo: reexec into Python 3 under Windows by Mike Frysinger · 4 years, 2 months ago
  7. 979d5bd add experimental git worktree support by Mike Frysinger · 4 years, 3 months ago
  8. 56ce346 assume environment always accepts strings by Mike Frysinger · 4 years, 5 months ago
  9. 02aa889 upload: add support for --yes by Mike Frysinger · 4 years, 2 months ago
  10. 819cc81 upload: add support for standard --dry-run by Mike Frysinger · 4 years, 2 months ago
  11. 84685ba upload: add support for setting hashtags by Mike Frysinger · 4 years, 2 months ago
  12. 72ebf19 command: add a `repo help` tip to --help output by Mike Frysinger · 4 years, 2 months ago
  13. e50b6a7 project: handle verbose with initial clone bundle by Mike Frysinger · 4 years, 2 months ago
  14. 8a98efe main: fix pager logic after negation cleanup by Mike Frysinger · 4 years, 2 months ago
  15. 7a753b8 upload: improve no pending CL error handling by Mike Frysinger · 4 years, 2 months ago
  16. 0258584 docs: add per-project review/remote/branch settings by Mike Frysinger · 4 years, 2 months ago
  17. c58ec4d avoid negative variables by Mike Frysinger · 4 years, 2 months ago
  18. e1191b3 Open temporary cookie file as writable in sync.py by Collin Fijalkovich · 4 years, 2 months ago
  19. 8f9bf48 platform_utils: have Windows select stream return "" at EOF by Mike Frysinger · 4 years, 2 months ago
  20. 37f28f1 main: add python version checking by Mike Frysinger · 4 years, 2 months ago
  21. af1e5de resort a few module imports to follow PEP8 by Mike Frysinger · 4 years, 2 months ago
  22. 3cceda5 project: Fix E125 continuation line with same indent as next logical line by David Pursehouse · 4 years, 2 months ago
  23. 31990f0 project: move successful fetch output behind verbose by Mike Frysinger · 4 years, 2 months ago
  24. 16f2fae diff: delete unused nested func by Mike Frysinger · 4 years, 2 months ago
  25. 521d01b sync: introduce --verbose option by Mike Frysinger · 4 years, 2 months ago
  26. 2b1345b project: disable stat output when fast forwarding merges by Mike Frysinger · 4 years, 2 months ago
  27. 3995ebd Update commit-msg hook to version from Gerrit 3.1.3 by David Pursehouse · 4 years, 2 months ago
  28. b57e633 github: enable github actions for postsubmit testing by Mike Frysinger · 4 years, 2 months ago
  29. d216384 tox: get tests passing a bit on Windows by Mike Frysinger · 4 years, 2 months ago
  30. c102fd5 README: add <> around links by Mike Frysinger · 4 years, 2 months ago
  31. d6b8bd4 Reword the documentation regarding coding style by David Pursehouse · 4 years, 2 months ago
  32. 6a784ff repo: handle bad programs a bit better by Mike Frysinger · 4 years, 2 months ago
  33. a46bf7d flake8: Suppress "F821 undefined name" inline for Python 2 names by David Pursehouse · 4 years, 2 months ago
  34. 19a1f22 repo: rework gpg import for Windows by Mike Frysinger · 4 years, 2 months ago
  35. 076512a flake8: Suppress "E731 do not assign a lambda expression, use a def" by David Pursehouse · 4 years, 2 months ago
  36. d8fda90 repo: rework parser setup to handle `init -c` by Mike Frysinger · 4 years, 2 months ago
  37. 9cc1d70 repo: add some newer RSA/ECC signing keys by Mike Frysinger · 4 years, 2 months ago
  38. c19cc5c repo: Fix warnings reported by flake8 by David Pursehouse · 4 years, 2 months ago
  39. 6fb0cb5 repo: add trace support to the launcher by Mike Frysinger · 4 years, 2 months ago
  40. 62285d2 repo: add some helpers akin to subprocess.run by Mike Frysinger · 4 years, 2 months ago
  41. 3cda50a pyflakes: Fix remaining "E501 line too long" warnings by David Pursehouse · 4 years, 2 months ago
  42. afbccdb Update .mailmap by David Pursehouse · 4 years, 2 months ago
  43. e8ace26 project: Don't emit locally modified hook warning in quiet mode by David Pursehouse · 4 years, 2 months ago
  44. daa2cec Mention exceptions to Google Style Guide in SUBMITTING_PATCHES.md by David Pursehouse · 4 years, 2 months ago
  45. 3c5114c Don't format version to 5 characters in new version message by David Pursehouse · 4 years, 2 months ago
  46. 7838e38 Replace 'A new repo command' with 'A new version of repo' by David Pursehouse · 4 years, 2 months ago
  47. aa47181 repo: Remove duplicate import of 'os' by David Pursehouse · 4 years, 2 months ago
  48. 58a8b5c repo: Remove another usage of bare 'except' by David Pursehouse · 4 years, 2 months ago
  49. 22dbfb9 repo: Remove unused variable in 'except' by David Pursehouse · 4 years, 2 months ago
  50. 31b9b4b repo: Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 2 months ago
  51. 0b57eed repo: bump launcher version for accumulated fixes by Mike Frysinger · 4 years, 2 months ago v2.3
  52. 72b6dc8 repo: avoid bare excepts to allow SystemExit to bubble by Mike Frysinger · 4 years, 2 months ago
  53. e19d9e1 sync: add a "finished" message by Mike Frysinger · 4 years, 2 months ago
  54. 8ddff5c repo: add --version support to the launcher by Mike Frysinger · 4 years, 3 months ago
  55. 8409410 repo: export GIT_TRACE2_PARENT_SID by Mike Frysinger · 4 years, 2 months ago
  56. dc63181 flake8: Add comments in config to explain suppressed checks by David Pursehouse · 4 years, 2 months ago
  57. f700ac7 repo: move parser init out of module scope by Mike Frysinger · 4 years, 3 months ago
  58. 6f1c626 drop old git_require checks by Mike Frysinger · 4 years, 3 months ago
  59. 7747986 flake8: Ignore 'line break before/after binary operator' by David Pursehouse · 4 years, 2 months ago
  60. 16a5c3a git_config: Stop using backslash to wrap lines by David Pursehouse · 4 years, 2 months ago
  61. 145e35b Fix usage of bare 'except' by David Pursehouse · 4 years, 2 months ago
  62. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 2 months ago
  63. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 2 months ago
  64. 0ab95ba git_config: Unwrap unnecessarily wrapped line by David Pursehouse · 4 years, 2 months ago
  65. 5a2517f command: Add parentheses on wrapped condition by David Pursehouse · 4 years, 2 months ago
  66. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 2 months ago
  67. 42339d7 Remove redundant backslashes by David Pursehouse · 4 years, 2 months ago
  68. 03ae992 pager: Remove unnecessary semicolons by David Pursehouse · 4 years, 2 months ago
  69. 9090e80 Remove unused imports by David Pursehouse · 4 years, 2 months ago
  70. eeff353 Fix tests for membership to use 'not in' by David Pursehouse · 4 years, 2 months ago
  71. 8f78a83 upload: Fix tests for object identity to use 'is not' by David Pursehouse · 4 years, 2 months ago
  72. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 2 months ago
  73. 119085e flake8: Increase max line length from 80 to 100 by David Pursehouse · 4 years, 2 months ago
  74. 0867104 upload: Fix flake8 E241 multiple spaces after ',' by David Pursehouse · 4 years, 2 months ago
  75. ed4f211 project: make syncing a little more self-healing by Mike Frysinger · 4 years, 2 months ago
  76. 719675b info: Fix formatting of block comment by David Pursehouse · 4 years, 2 months ago
  77. 21c1575 upload: add a --ignore-hooks option by Mike Frysinger · 4 years, 2 months ago
  78. 8f9e022 Remove trailing blank lines by David Pursehouse · 4 years, 2 months ago
  79. 348e218 test_project.py: Remove unused variable in 'with' statement by David Pursehouse · 4 years, 2 months ago
  80. 4bbba7d Fix duplicate method name in test_project.py by David Pursehouse · 4 years, 2 months ago
  81. d92076d Revert "Save cookies back to jar when fetching clone.bundle" by Mike Frysinger · 4 years, 3 months ago maint repo-1 v1.13.11
  82. dc1d0e0 Revert "Save cookies back to jar when fetching clone.bundle" by Mike Frysinger · 4 years, 3 months ago v2.2
  83. 82caef6 repo: lower min version of git a bit by Mike Frysinger · 4 years, 2 months ago
  84. 3645bd2 docs: document git/python/Ubuntu/Debian release schedules by Mike Frysinger · 4 years, 2 months ago
  85. aeb2eee repo: bump launcher version by Mike Frysinger · 4 years, 2 months ago
  86. 5f2b045 sync: change how we preserve objects in shared repos by Mike Frysinger · 4 years, 2 months ago
  87. 45d1c37 project: fix bytes/str encoding when updating git submodules by Mike Frysinger · 4 years, 2 months ago
  88. 19607b2 repo: allow REPO_REV to be an env var by Mike Frysinger · 4 years, 3 months ago
  89. 163d42e project: fix bytes/str encoding when updating git submodules by Mike Frysinger · 4 years, 2 months ago
  90. 68744db Fixing forall subcommand for Py3 by Jiri Tyr · 4 years, 3 months ago v1.13.10
  91. ef41262 remove spurious +x bits by Mike Frysinger · 4 years, 3 months ago
  92. a06ab7d find python via env by Mike Frysinger · 4 years, 3 months ago
  93. 471a7ed git_config: fix encoding handling in GetUrlCookieFile by Mike Frysinger · 4 years, 3 months ago
  94. 07392ed project: allow src=. with symlinks by Mike Frysinger · 4 years, 3 months ago v2.1.1
  95. 3285e4b main: rework launcher version checking by Mike Frysinger · 4 years, 3 months ago v2.1
  96. ae62541 manifest_xml: allow src=. with symlinks by Mike Frysinger · 4 years, 3 months ago
  97. 83a3227 Fixing forall subcommand for Py3 by Jiri Tyr · 4 years, 3 months ago v2.0
  98. 09dd9bd docs: document internal manifests.git/config settings by Mike Frysinger · 4 years, 3 months ago
  99. f914edc project: unify HEAD path management by Mike Frysinger · 4 years, 3 months ago
  100. e7c9188 remove spurious +x bits by Mike Frysinger · 4 years, 3 months ago