1. bdb866e Fix symlinking of new projects by Dan Willemsen · 8 years ago
  2. e121ad5 Merge "Ignore clone.bundle on HTTP 501, i.e. Not Implemented" by David Pursehouse · 8 years ago
  3. 1f05644 Add --inverse-regex option to forall subcommand by Takeshi Kanemoto · 8 years ago
  4. 936d618 Merge changes from topic 'pylint-pep8-cleanup' by David Pursehouse · 8 years ago
  5. 9322964 Update commit-msg hook to version from Gerrit 2.12.1 by Mike Bjorge · 8 years ago
  6. 4aa4b21 RepoHook: set __file__ when running the hook by Mike Frysinger · 8 years ago
  7. 8ccfa74 command.py: Cleaned up pylint/pep8 violations by Mark E. Hamilton · 8 years ago
  8. 30b0f4e project.py: Cleaned up pylint/pep8 violations by Mark E. Hamilton · 8 years ago
  9. 203153e Add rpc: to default protocol whitelist by Jonathan Nieder · 8 years ago v1.12.33
  10. 4cfb6d7 Better error display on forall by Alexandre Garnier · 9 years ago
  11. b29e611 SUBMITTING_PATCHES: Expand instructions by Mark E. Hamilton · 8 years ago
  12. 4088eb4 repo: Cleaned up pylint/pep8 violations by Mark E. Hamilton · 8 years ago
  13. 5553628 repo: Add check of REPO_URL env variable by Mark E. Hamilton · 8 years ago
  14. 5ed805a Merge "Fix typos for manifest dtd" by Dan Willemsen · 8 years ago
  15. 985ac6b Merge "Fix prune when bare git has detached head" by Dan Willemsen · 8 years ago
  16. ecf0a6c Merge "GITC: Fix 'repo start <branch> <repo>/<subdir>'" by Dan Willemsen · 8 years ago
  17. 04197a5 GITC: Fix 'repo start <branch> <repo>/<subdir>' by Dan Willemsen · 9 years ago
  18. 0b4cb32 Add option to rebase onto project's manifest version by Xiaohui Chen · 8 years ago
  19. 1a799d1 Fix prune when bare git has detached head by Dan Willemsen · 8 years ago
  20. 827e547 Fix typos for manifest dtd by Kenny Ho · 9 years ago
  21. e9becc0 Sync: Fix error exit code when both -n and -f are used by Hu Xiuyun · 9 years ago
  22. 466b8c4 Set GIT_ALLOW_PROTOCOL to limit dangerous protocols by Dan Willemsen · 9 years ago
  23. e1e0bd1 Check for broken links when updating linkfiles by Dan Willemsen · 9 years ago
  24. 74cfd27 Sync: Add option to prune refs during sync by David Pursehouse · 9 years ago
  25. c2a64dd A couple of fixes to the init command's -p option. by Pascal Muetschard · 9 years ago
  26. 745b4ad Fix gitc-init behavior by Dan Willemsen · 9 years ago v1.12.32
  27. 4c5f74e Sync: Add HTTP Cookie File header on temporary cookie file by David Pursehouse · 9 years ago
  28. b1ad219 Sync: Don't fail when git cookies can't be loaded by David Pursehouse · 9 years ago
  29. f231db1 GITC: Add repo gitc-delete command. by Simran Basi · 9 years ago
  30. 7936064 Add GitcClientCommand class for GITC-specific commands by Dan Willemsen · 9 years ago
  31. 7b01b2f Merge "launcher: Update repo after applying clone.bundle" by Dan Willemsen · 9 years ago
  32. aad8423 Merge "docs: add copyfile and linkfile elements description" by David Pursehouse · 9 years ago
  33. 3c03580 fixed typo in gitc_init.py help output by Alexander Bird · 9 years ago
  34. 54527e7 docs: add copyfile and linkfile elements description by Ruslan Bilovol · 9 years ago
  35. 5ea32d1 GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago v1.12.31
  36. 5cc3840 Merge "Revert "GITC: Always update the gitc manifest from the repo manifest"" by Dan Willemsen · 9 years ago v1.12.30.1
  37. 0375523 Revert "GITC: Always update the gitc manifest from the repo manifest" by Dan Willemsen · 9 years ago
  38. c32ba19 Merge "_CopyAndLinkFiles even if the sources haven't changed" by Dan Willemsen · 9 years ago v1.12.30
  39. 250303b GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago
  40. 029eaf3 _CopyAndLinkFiles even if the sources haven't changed by Dan Willemsen · 9 years ago
  41. ba72d83 GITC: Fix repo sync. by Simran Basi · 9 years ago v1.12.29
  42. fee390e launcher: Update repo after applying clone.bundle by Dan Willemsen · 9 years ago
  43. 9ff2ece gitc: Improve help visibility by Dan Willemsen · 9 years ago v1.12.28
  44. 2487cb7 Fix gitc check if gitc isn't installed by Dan Willemsen · 9 years ago
  45. 8ce5041 GITC: Pull GITC Manifest Dir from the config. by Simran Basi · 9 years ago
  46. f7a5189 GITC: Expand relative remote URLs. by Simran Basi · 9 years ago
  47. b9a1b73 GITC: Add repo start support. by Simran Basi · 9 years ago
  48. dc2545c project.py: Improve message shown when hook is not replaced by David Pursehouse · 9 years ago
  49. f33929d project.py: Consistently use the _error method to print error messages by David Pursehouse · 9 years ago
  50. 3010e5b Smartsync: Don't fail if there isn't a cookiefile by Dan Willemsen · 9 years ago v1.12.27
  51. ba7bc73 Sync: Refactor netrc parsing by David Pursehouse · 9 years ago
  52. f4599a2 gitc_init: Remove unused import by David Pursehouse · 9 years ago
  53. 022a1d4 gitc_utils: Fix incorrect string format argument by David Pursehouse · 9 years ago
  54. 41d1baa gitc_utils: Remove unused variable by David Pursehouse · 9 years ago
  55. 46496d8 gitc_utils: Remove unused import; add missing import by David Pursehouse · 9 years ago
  56. 7c9263b Merge "Support smart-sync through persistent-http[s]" by Dan Willemsen · 9 years ago
  57. dab9e99 Merge "Fix formatting of message when retrying clone" by Dan Willemsen · 9 years ago
  58. c5f15bf Merge "Include project path in --force-sync error message" by Dan Willemsen · 9 years ago
  59. 6d35d67 Merge "Copy clone-depth in `repo manifest`" by Dan Willemsen · 9 years ago
  60. 0745bb2 Support smart-sync through persistent-http[s] by Dan Willemsen · 9 years ago
  61. 25857b8 Fix formatting of message when retrying clone by David Pursehouse · 9 years ago
  62. bdb5271 GITC: Add repo sync support. by Simran Basi · 9 years ago
  63. 8840922 Copy clone-depth in `repo manifest` by Dan Willemsen · 9 years ago
  64. 5d0c3a6 Merge "GITC: Add gitc-init subcommand to repo." by Dan Willemsen · 9 years ago
  65. 1efc2b4 GITC: Add gitc-init subcommand to repo. by Simran Basi · 9 years ago
  66. d3ddcdb Ignore clone.bundle on HTTP 501, i.e. Not Implemented by John Törnblom · 9 years ago
  67. 2635c0e Merge "Fix shallow clone behavior" by Dan Willemsen · 9 years ago
  68. 4332228 Merge "Support filtering by group on forall and list subcmd" by David Pursehouse · 9 years ago
  69. f9b7683 Include project path in --force-sync error message by Simon Ruggier · 9 years ago
  70. eeab686 Fix shallow clone behavior by Dan Willemsen · 9 years ago
  71. 7e59de2 Include dest-branch attribute in the 'manifest' subcommand's output by Simon Ruggier · 9 years ago
  72. 163fdbf Merge "Fix _ReferenceGitDir symlinking" by Dan Willemsen · 9 years ago v1.12.26
  73. 555be54 Merge "Emit project info in case of sync exception." by Conley Owens · 9 years ago
  74. c5cd433 Emit project info in case of sync exception. by Dan Sandler · 9 years ago
  75. 2a3e152 Fix _ReferenceGitDir symlinking by Dan Willemsen · 9 years ago
  76. 0369a06 Support filtering by group on forall and list subcmd by Graham Christensen · 9 years ago
  77. abaa7f3 Add option to correct gitdir when syncing by Kevin Degi · 10 years ago v1.12.25
  78. 7cccfb2 Merge "InitGitDir: Clean up created directories" by Conley Owens · 9 years ago
  79. 57f43f4 Merge "Prevent repo info from crashing when default element doesn't exist." by David Pursehouse · 9 years ago
  80. 17af578 Prevent repo info from crashing when default element doesn't exist. by Cassidy Burden · 9 years ago
  81. b1a07b8 InitGitDir: Clean up created directories by Kevin Degi · 9 years ago
  82. 4e16c24 Revert "Add --prune option to fetch when syncing a mirror repo" by David Pursehouse · 9 years ago v1.12.24
  83. b3d6e67 Merge "Fail if gitdir does not point to objdir during sync" by Conley Owens · 9 years ago
  84. 503d66d Merge "project.RemoteFetch: Handle depth cases more robustly" by Conley Owens · 9 years ago
  85. 679bac4 project.RemoteFetch: Handle depth cases more robustly by Kevin Degi · 9 years ago
  86. 97836cf Merge "Always output upstream if specified" by Conley Owens · 9 years ago v1.12.23
  87. 80e3a37 Merge changes Iaefcbe14,I697a0f64,I19bfe9fe,I06e942c4 by David Pursehouse · 9 years ago
  88. bb4a1b5 Merge "Improve error message when syncing a project with invalid groups." by Conley Owens · 9 years ago
  89. 551dfec Always output upstream if specified by Conley Owens · 9 years ago
  90. 6944cdb forall: use smart sync override manifest if it exists by David Pursehouse · 9 years ago
  91. 59b4174 sync: Remove smart sync override manifest when not in smart sync mode by David Pursehouse · 9 years ago
  92. 30d13ee forall: Don't try to get lrev of projects in mirror workspace by David Pursehouse · 9 years ago
  93. 727cc3e sync: Improve error message when writing smart sync manifest fails by David Pursehouse · 9 years ago
  94. c5ceeb1 Merge "Fix 'repo cherry-pick' to avoid hanging on commit-msg update." by David Pursehouse · 9 years ago
  95. db75704 Fix 'repo cherry-pick' to avoid hanging on commit-msg update. by Than McIntosh · 9 years ago
  96. 87ea591 Improve error message when syncing a project with invalid groups. by Jarkko Pöyry · 9 years ago
  97. 185307d Merge "Teach _LinkFile._Link to handle globs." by David Pursehouse · 9 years ago
  98. c116f94 forall: setenv, only encode val if encode exists by Anthony King · 9 years ago
  99. 7993f3c init: don't call urllib.parse by Anthony King · 9 years ago
  100. b1d1fd7 git_config: fix _SaveJson typo by Anthony King · 9 years ago