1. 6a2400a command: unify --job option & default values by Mike Frysinger · 3 years, 8 months ago
  2. c47a235 trim redundant pass statements by Mike Frysinger · 3 years, 8 months ago
  3. fb21d6a sync: use subprocess.run to verify tags by Mike Frysinger · 3 years, 8 months ago
  4. 21dce3d init: added --use-superproject option to clone superproject. by Raman Tenneti · 3 years, 8 months ago v2.12.2
  5. e3315bb diffmanifests/sync: simplify repodir lookup by Mike Frysinger · 3 years, 8 months ago
  6. 8d43dea sync: pass --bare option when doing git clone of superproject. by Raman Tenneti · 3 years, 8 months ago v2.12.1
  7. 1fd7bc2 sync: superproject performance changes. by Raman Tenneti · 3 years, 8 months ago
  8. 2a2da80 sync: Disable info about disabling pruning when quiet by Anders Björklund · 3 years, 9 months ago
  9. 6a872c9 sync: Added --use-superproject option and support for superproject. by Raman Tenneti · 3 years, 9 months ago v2.12
  10. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 5 years ago
  11. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 3 years, 9 months ago
  12. dc5c4d1 sync: respect --force-sync when fetching manifest project updates by Erwan Yvin · 5 years ago
  13. ac29ac3 subcmds/sync.py: Fix typo in help by Roger Shimizu · 4 years, 4 months ago
  14. 7ae210a sync: fix duplicate word in description by Mike Frysinger · 4 years, 4 months ago
  15. d79a4bc Make partial clone imply no-clone-bundle by default. by Xin Li · 4 years, 4 months ago
  16. 9bc283e sync: add retry to fetch operations by George Engelbrecht · 4 years, 6 months ago
  17. 58ac167 init: rename --repo-branch to --repo-rev by Mike Frysinger · 4 years, 7 months ago
  18. 23c900f sync: warn if not tracking a branch by Mike Frysinger · 4 years, 7 months ago
  19. e20da3e sync: fix os.environ logic errors by Mike Frysinger · 4 years, 7 months ago
  20. aa611a2 sync: Fix flake8 E125 and E129 warnings by David Pursehouse · 4 years, 7 months ago
  21. c0d1866 project/sync: move DeleteProject helper to Project by Mike Frysinger · 4 years, 7 months ago
  22. f81c72e project: set core.repositoryFormatVersion=1 when using extensions by Mike Frysinger · 4 years, 7 months ago
  23. 979d5bd add experimental git worktree support by Mike Frysinger · 4 years, 8 months ago
  24. 56ce346 assume environment always accepts strings by Mike Frysinger · 4 years, 10 months ago
  25. c58ec4d avoid negative variables by Mike Frysinger · 4 years, 8 months ago
  26. e1191b3 Open temporary cookie file as writable in sync.py by Collin Fijalkovich · 4 years, 8 months ago
  27. 521d01b sync: introduce --verbose option by Mike Frysinger · 4 years, 8 months ago
  28. e19d9e1 sync: add a "finished" message by Mike Frysinger · 4 years, 8 months ago
  29. 6f1c626 drop old git_require checks by Mike Frysinger · 4 years, 8 months ago
  30. 145e35b Fix usage of bare 'except' by David Pursehouse · 4 years, 8 months ago
  31. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 8 months ago
  32. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 8 months ago
  33. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 8 months ago
  34. 42339d7 Remove redundant backslashes by David Pursehouse · 4 years, 8 months ago
  35. eeff353 Fix tests for membership to use 'not in' by David Pursehouse · 4 years, 8 months ago
  36. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 8 months ago
  37. 8f9e022 Remove trailing blank lines by David Pursehouse · 4 years, 8 months ago
  38. 5f2b045 sync: change how we preserve objects in shared repos by Mike Frysinger · 4 years, 8 months ago
  39. 5a03308 sync: try to checkout repos across sync failures by Mike Frysinger · 5 years ago
  40. cc96097 sync: add option to skip manifest update by Fredrik de Groot · 4 years, 10 months ago
  41. 3538dd2 sync: merge project updates with status bar by Mike Frysinger · 5 years ago
  42. dff9194 sync: report list of failing git trees by Vadim Bendebury · 5 years ago
  43. 3164d40 use open context managers in more places by Mike Frysinger · 4 years, 11 months ago
  44. fb527e3 sync: create dedicated manifest project update func by Mike Frysinger · 5 years ago
  45. 01d6c3c sync: create dedicated smart sync func by Mike Frysinger · 5 years ago
  46. 46702ed sync: fix deprecated command line option -f by Stefan Müller-Klieser · 5 years ago v1.13.5.1
  47. ae6cb08 split out cli validation from execution by Mike Frysinger · 5 years ago v1.13.5
  48. d9e5cf0 sync: invert --force-broken with --fail-fast by Mike Frysinger · 5 years ago
  49. a850ca2 rebase/sync: use exit(1) for errors instead of exit(-1) by Mike Frysinger · 5 years ago
  50. a34186e sync: fix handling of -f and local checkouts by Mike Frysinger · 5 years ago
  51. 745be2e Add support for partial clone. by Xin Li · 5 years ago v1.13.4
  52. 0c0e934 sync: use integer division with job counts by Mike Frysinger · 5 years ago
  53. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  54. 0d9b16d sync: deleted unused repos in reversed order (children before parent) by Kuang-che Wu · 5 years ago
  55. d3c0f59 sync: Add option '--force-remove-dirty' by Oleksii Okolielov · 6 years ago
  56. bed8b62 Add support for long paths by Renaud Paquay · 6 years ago
  57. b8f7bb0 update markdown/help header format by Mike Frysinger · 6 years ago
  58. 010fed7 Replace all os.remove calls by Renaud Paquay · 8 years ago
  59. 227ad2e Implement islink, readlink and realpath using Win32 api by Renaud Paquay · 8 years ago
  60. d1ebc89 Merge changes from topic "windows-support" by David Pursehouse · 7 years ago
  61. 8a6eeed Merge "Always print percentage when syncing quietly" by David Pursehouse · 7 years ago
  62. 7be072e Always print percentage when syncing quietly by Tim Schumacher · 7 years ago
  63. 3bcd305 Fix "list comprehension redefines 'x'" warnings from pyflakes by David Pursehouse · 7 years ago
  64. 259f165 Merge "Add a newline after "Fetching projects" progress output" by David Pursehouse · 7 years ago
  65. 8419ab2 sync: Continue job if some fetchs failed but force-broken is set by Nicolas Cornu · 7 years ago
  66. 913327f Add a newline after "Fetching projects" progress output by Tim Schumacher · 7 years ago
  67. a65adf7 Workaround shutil.rmtree limitation on Windows by Renaud Paquay · 8 years ago
  68. e0684ad sync: Add support to dump a JSON event log of all sync events. by David Riley · 7 years ago
  69. e4e94d2 init: add --submodules to sync manifest submodules by Martin Kelly · 8 years ago
  70. ffb4b89 sync.py: report the remote URL on fatal git remote errors by Marc Herbert · 7 years ago
  71. 7f1ccfb sync: Fix semaphore release bug that causes thread 'leaks' by Andrew Wheeler · 8 years ago
  72. eceeb1b Support broken symlinks when cleaning obsolete paths by Dan Willemsen · 8 years ago v1.12.37
  73. 4350791 On project cleanup, don't remove nested projects by Dan Willemsen · 8 years ago
  74. 2ff3029 When syncing a project with a shared object store, disable automatic pruning. by Gabe Black · 10 years ago
  75. 79fba68 sync: Update help text for --smart-sync to be more specific by David Pursehouse · 8 years ago
  76. e9becc0 Sync: Fix error exit code when both -n and -f are used by Hu Xiuyun · 9 years ago
  77. 74cfd27 Sync: Add option to prune refs during sync by David Pursehouse · 9 years ago
  78. 4c5f74e Sync: Add HTTP Cookie File header on temporary cookie file by David Pursehouse · 9 years ago
  79. b1ad219 Sync: Don't fail when git cookies can't be loaded by David Pursehouse · 9 years ago
  80. 5ea32d1 GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago v1.12.31
  81. 0375523 Revert "GITC: Always update the gitc manifest from the repo manifest" by Dan Willemsen · 9 years ago
  82. 250303b GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago
  83. ba72d83 GITC: Fix repo sync. by Simran Basi · 9 years ago v1.12.29
  84. 8ce5041 GITC: Pull GITC Manifest Dir from the config. by Simran Basi · 9 years ago
  85. b9a1b73 GITC: Add repo start support. by Simran Basi · 9 years ago
  86. 3010e5b Smartsync: Don't fail if there isn't a cookiefile by Dan Willemsen · 9 years ago v1.12.27
  87. ba7bc73 Sync: Refactor netrc parsing by David Pursehouse · 9 years ago
  88. 7c9263b Merge "Support smart-sync through persistent-http[s]" by Dan Willemsen · 9 years ago
  89. 0745bb2 Support smart-sync through persistent-http[s] by Dan Willemsen · 9 years ago
  90. bdb5271 GITC: Add repo sync support. by Simran Basi · 9 years ago
  91. 555be54 Merge "Emit project info in case of sync exception." by Conley Owens · 9 years ago
  92. c5cd433 Emit project info in case of sync exception. by Dan Sandler · 9 years ago
  93. abaa7f3 Add option to correct gitdir when syncing by Kevin Degi · 10 years ago v1.12.25
  94. 59b4174 sync: Remove smart sync override manifest when not in smart sync mode by David Pursehouse · 9 years ago
  95. 727cc3e sync: Improve error message when writing smart sync manifest fails by David Pursehouse · 9 years ago
  96. b155354 Add option on sync to avoid fetching from remotes for existing sha1 by David Pursehouse · 10 years ago
  97. f2fad61 Add missing documentation of --current-branch option on sync command by David Pursehouse · 10 years ago
  98. 5cf1660 Allow selection of a target when using smart sync. by Jeff Davidson · 10 years ago
  99. 85b24ac Use JSON instead of pickle by Anthony King · 10 years ago
  100. 89ece42 Clean up duplicate logic in subcmds/sync.py. by David James · 11 years ago