1. 58a8b5c repo: Remove another usage of bare 'except' by David Pursehouse · 4 years, 3 months ago
  2. 22dbfb9 repo: Remove unused variable in 'except' by David Pursehouse · 4 years, 3 months ago
  3. 31b9b4b repo: Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 3 months ago
  4. 0b57eed repo: bump launcher version for accumulated fixes by Mike Frysinger · 4 years, 3 months ago v2.3
  5. 72b6dc8 repo: avoid bare excepts to allow SystemExit to bubble by Mike Frysinger · 4 years, 3 months ago
  6. e19d9e1 sync: add a "finished" message by Mike Frysinger · 4 years, 3 months ago
  7. 8ddff5c repo: add --version support to the launcher by Mike Frysinger · 4 years, 3 months ago
  8. 8409410 repo: export GIT_TRACE2_PARENT_SID by Mike Frysinger · 4 years, 3 months ago
  9. dc63181 flake8: Add comments in config to explain suppressed checks by David Pursehouse · 4 years, 3 months ago
  10. f700ac7 repo: move parser init out of module scope by Mike Frysinger · 4 years, 3 months ago
  11. 6f1c626 drop old git_require checks by Mike Frysinger · 4 years, 3 months ago
  12. 7747986 flake8: Ignore 'line break before/after binary operator' by David Pursehouse · 4 years, 3 months ago
  13. 16a5c3a git_config: Stop using backslash to wrap lines by David Pursehouse · 4 years, 3 months ago
  14. 145e35b Fix usage of bare 'except' by David Pursehouse · 4 years, 3 months ago
  15. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 3 months ago
  16. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 3 months ago
  17. 0ab95ba git_config: Unwrap unnecessarily wrapped line by David Pursehouse · 4 years, 3 months ago
  18. 5a2517f command: Add parentheses on wrapped condition by David Pursehouse · 4 years, 3 months ago
  19. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 3 months ago
  20. 42339d7 Remove redundant backslashes by David Pursehouse · 4 years, 3 months ago
  21. 03ae992 pager: Remove unnecessary semicolons by David Pursehouse · 4 years, 3 months ago
  22. 9090e80 Remove unused imports by David Pursehouse · 4 years, 3 months ago
  23. eeff353 Fix tests for membership to use 'not in' by David Pursehouse · 4 years, 3 months ago
  24. 8f78a83 upload: Fix tests for object identity to use 'is not' by David Pursehouse · 4 years, 3 months ago
  25. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 3 months ago
  26. 119085e flake8: Increase max line length from 80 to 100 by David Pursehouse · 4 years, 3 months ago
  27. 0867104 upload: Fix flake8 E241 multiple spaces after ',' by David Pursehouse · 4 years, 3 months ago
  28. ed4f211 project: make syncing a little more self-healing by Mike Frysinger · 4 years, 3 months ago
  29. 719675b info: Fix formatting of block comment by David Pursehouse · 4 years, 3 months ago
  30. 21c1575 upload: add a --ignore-hooks option by Mike Frysinger · 4 years, 3 months ago
  31. 8f9e022 Remove trailing blank lines by David Pursehouse · 4 years, 3 months ago
  32. 348e218 test_project.py: Remove unused variable in 'with' statement by David Pursehouse · 4 years, 3 months ago
  33. 4bbba7d Fix duplicate method name in test_project.py by David Pursehouse · 4 years, 3 months ago
  34. 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
  35. dc1d0e0 Revert "Save cookies back to jar when fetching clone.bundle" by Mike Frysinger · 4 years, 3 months ago v2.2
  36. 82caef6 repo: lower min version of git a bit by Mike Frysinger · 4 years, 3 months ago
  37. 3645bd2 docs: document git/python/Ubuntu/Debian release schedules by Mike Frysinger · 4 years, 3 months ago
  38. aeb2eee repo: bump launcher version by Mike Frysinger · 4 years, 3 months ago
  39. 5f2b045 sync: change how we preserve objects in shared repos by Mike Frysinger · 4 years, 3 months ago
  40. 45d1c37 project: fix bytes/str encoding when updating git submodules by Mike Frysinger · 4 years, 3 months ago
  41. 19607b2 repo: allow REPO_REV to be an env var by Mike Frysinger · 4 years, 3 months ago
  42. 163d42e project: fix bytes/str encoding when updating git submodules by Mike Frysinger · 4 years, 3 months ago
  43. 68744db Fixing forall subcommand for Py3 by Jiri Tyr · 4 years, 3 months ago v1.13.10
  44. ef41262 remove spurious +x bits by Mike Frysinger · 4 years, 3 months ago
  45. a06ab7d find python via env by Mike Frysinger · 4 years, 3 months ago
  46. 471a7ed git_config: fix encoding handling in GetUrlCookieFile by Mike Frysinger · 4 years, 3 months ago
  47. 07392ed project: allow src=. with symlinks by Mike Frysinger · 4 years, 3 months ago v2.1.1
  48. 3285e4b main: rework launcher version checking by Mike Frysinger · 4 years, 3 months ago v2.1
  49. ae62541 manifest_xml: allow src=. with symlinks by Mike Frysinger · 4 years, 3 months ago
  50. 83a3227 Fixing forall subcommand for Py3 by Jiri Tyr · 4 years, 3 months ago v2.0
  51. 09dd9bd docs: document internal manifests.git/config settings by Mike Frysinger · 4 years, 3 months ago
  52. f914edc project: unify HEAD path management by Mike Frysinger · 4 years, 3 months ago
  53. e7c9188 remove spurious +x bits by Mike Frysinger · 4 years, 3 months ago
  54. 1b117db find python via env by Mike Frysinger · 4 years, 3 months ago
  55. 563f1a6 repo: allow REPO_REV to be an env var by Mike Frysinger · 4 years, 3 months ago
  56. b4687ad docs: add a developer reference for .repo/ paths by Mike Frysinger · 4 years, 3 months ago
  57. ded477d git_config: fix encoding handling in GetUrlCookieFile by Mike Frysinger · 4 years, 3 months ago
  58. 619a2b5 Fix inverted logic around [gitc-]init and -c by Dan Willemsen · 4 years, 3 months ago v1.13.9.4
  59. 93293ca Fix inverted logic around [gitc-]init and -c by Dan Willemsen · 4 years, 3 months ago
  60. dbd277c [Win32] Make platform_utils compatible for Python3 by Remy Böhmer · 4 years, 4 months ago
  61. ab15e42 Do not try to fetch default revision for mirrors always by Chirayu Desai · 4 years, 3 months ago v1.13.9.3
  62. 5a03308 sync: try to checkout repos across sync failures by Mike Frysinger · 4 years, 8 months ago
  63. 3ba716f repo: try to reexec self with Python 3 as needed by Mike Frysinger · 5 years ago
  64. 655aedd repo: raise min version of git by Mike Frysinger · 4 years, 3 months ago
  65. cc96097 sync: add option to skip manifest update by Fredrik de Groot · 4 years, 6 months ago
  66. 75c02fe init: handle -c conflicts with gitc-init by Mike Frysinger · 4 years, 3 months ago v1.13.9.2
  67. 66098f7 init: handle -c conflicts with gitc-init by Mike Frysinger · 4 years, 3 months ago
  68. f7b64e3 Do not try to fetch default revision for mirrors always by Chirayu Desai · 4 years, 3 months ago
  69. afd1b40 repo: point default branch to repo-1 by Mike Frysinger · 4 years, 3 months ago
  70. bd0aae9 Add a way to override the remote using <extend-project> by Kyunam Jo · 4 years, 3 months ago
  71. e6a202f project: add basic path checks for <copyfile> & <linkfile> by Mike Frysinger · 4 years, 9 months ago
  72. 04122b7 manifest: add basic path checks for <copyfile> & <linkfile> by Mike Frysinger · 4 years, 9 months ago
  73. f5525fb repo: drop old signing key by Mike Frysinger · 4 years, 3 months ago
  74. ee451f0 repo: bump launcher version to 2.0 by Mike Frysinger · 4 years, 3 months ago
  75. 91d9587 Revert "Port _FileDescriptorStreamsNonBlocking to use poll()" by Mike Frysinger · 4 years, 3 months ago v1.13.9.1
  76. 0bcc2d2 Fix docstring of project.Project.PrintWorkTreeStatus() by Rostislav Krasny · 4 years, 3 months ago v1.13.9
  77. ec0ba27 Fix method signature of platform_utils.FileDescriptorStreams._create_stream() by Rostislav Krasny · 4 years, 3 months ago
  78. 9da67fe Fix a typo by Rostislav Krasny · 4 years, 3 months ago
  79. b0b164a Add PyCharm project directory into the .gitignore by Rostislav Krasny · 4 years, 3 months ago
  80. b71d61d Make _preserve_encoding in platform_utils_win32 compatible with Python 3 by Rostislav Krasny · 4 years, 3 months ago
  81. 8f997b3 repo: Do not even try to set up GPG with opt.no_repo_verify by Sebastian Schuberth · 4 years, 4 months ago
  82. 0eb2d3c init: Add '-c' as an alias to '--current-branch' by Diogo Ferreira · 4 years, 7 months ago
  83. e4d2037 info: Add the manifest revision by Diogo Ferreira · 4 years, 7 months ago
  84. 1e01a74 Port _FileDescriptorStreamsNonBlocking to use poll() by Theodore Dubois · 4 years, 5 months ago
  85. 7c321f1 repo: include subcommands in --help output by Mike Frysinger · 4 years, 5 months ago
  86. 7ac12a9 docs: add Windows support info by Mike Frysinger · 4 years, 5 months ago
  87. 0b304c0 help: unify command display by Mike Frysinger · 4 years, 5 months ago
  88. 4997d1c tox: add & document tox usage by Mike Frysinger · 4 years, 5 months ago
  89. 5b3a57c setup.py: add basic packaging files by Mike Frysinger · 4 years, 5 months ago
  90. 6f8c85c run_tests: improve exit code behavior by Mike Frysinger · 4 years, 5 months ago
  91. 6856f98 Fix repo mirror with --current-branch by Kuang-che Wu · 4 years, 6 months ago
  92. 34bc571 README: add install details by Mike Frysinger · 4 years, 6 months ago v1.13.8
  93. 70c54dc upload/editor: fix bytes/string confusion by Mike Frysinger · 4 years, 6 months ago
  94. 6da1775 prune: handle branches that track missing branches by Mike Frysinger · 4 years, 8 months ago
  95. 2ba5a1e sync: try to fast forward merge branches before checking published state by Mike Frysinger · 4 years, 8 months ago
  96. 3538dd2 sync: merge project updates with status bar by Mike Frysinger · 4 years, 9 months ago
  97. b610b85 sync: add sanity check for local checkouts missing network by Mike Frysinger · 4 years, 6 months ago
  98. dff9194 sync: report list of failing git trees by Vadim Bendebury · 4 years, 6 months ago
  99. 3164d40 use open context managers in more places by Mike Frysinger · 4 years, 6 months ago
  100. f454512 sync: make .git init more robust by Mike Frysinger · 4 years, 6 months ago