1. 59b4174 sync: Remove smart sync override manifest when not in smart sync mode by David Pursehouse · Thu May 07 14:36:09 2015 +0900
  2. 30d13ee forall: Don't try to get lrev of projects in mirror workspace by David Pursehouse · Thu May 07 15:01:15 2015 +0900
  3. 727cc3e sync: Improve error message when writing smart sync manifest fails by David Pursehouse · Thu May 07 14:16:49 2015 +0900
  4. c5ceeb1 Merge "Fix 'repo cherry-pick' to avoid hanging on commit-msg update." by David Pursehouse · Thu Jun 25 14:53:46 2015 +0000
  5. db75704 Fix 'repo cherry-pick' to avoid hanging on commit-msg update. by Than McIntosh · Mon Jun 01 11:17:13 2015 -0400
  6. 185307d Merge "Teach _LinkFile._Link to handle globs." by David Pursehouse · Tue Jun 09 00:14:13 2015 +0000
  7. c116f94 forall: setenv, only encode val if encode exists by Anthony King · Wed Jun 03 17:29:29 2015 +0100
  8. 7993f3c init: don't call urllib.parse by Anthony King · Wed Jun 03 17:21:56 2015 +0100
  9. b1d1fd7 git_config: fix _SaveJson typo by Anthony King · Wed Jun 03 17:02:26 2015 +0100
  10. be4456c error: fix typos by Anthony King · Wed Jun 03 16:59:18 2015 +0100
  11. cf738ed git_command: only decode when needed by Anthony King · Wed Jun 03 16:50:39 2015 +0100
  12. 6cfc68e decode the buffer before appending by Anthony King · Wed Jun 03 16:39:32 2015 +0100
  13. 4c426ef Teach _LinkFile._Link to handle globs. by Wink Saville · Wed Jun 03 08:05:17 2015 -0700
  14. 472ce9f Merge changes I32da12c2,Ie4a65b3e by David Pursehouse · Tue Jun 02 00:14:43 2015 +0000
  15. 0184dcc Make linkfile symlinks relative by Colin Cross · Tue May 05 00:24:54 2015 -0700
  16. c4b301f Skip sleep and retry if git remote update exits with a signal by Colin Cross · Wed May 13 00:10:02 2015 -0700
  17. 31a7be5 Catch exceptions in project list generator by Colin Cross · Wed May 13 00:04:36 2015 -0700
  18. 35de228 Merge "Don't attempt to create "fully qualified names" for SHA1s" by David Pursehouse · Mon May 11 09:20:52 2015 +0000
  19. ace097c Merge "Add option on sync to avoid fetching from remotes for existing sha1" by David Pursehouse · Fri May 01 07:51:52 2015 +0000
  20. b155354 Add option on sync to avoid fetching from remotes for existing sha1 by David Pursehouse · Thu Sep 04 21:28:09 2014 +0900
  21. 3825827 Don't attempt to create "fully qualified names" for SHA1s by Alexandre Boeglin · Thu Apr 30 14:50:33 2015 +0200
  22. b4d43b9 Add --prune option to fetch when syncing a mirror repo by David Pursehouse · Tue Apr 28 18:28:12 2015 +0900
  23. 4ccad75 Fix substitution err for schemeless manifest urls by Conley Owens · Wed Apr 29 10:45:37 2015 -0700 v1.12.22
  24. 403b64e Don't append branch to fetch spec when syncing to a mirror by David Pursehouse · Mon Apr 27 10:41:33 2015 +0900 v1.12.21
  25. a38769c Merge "forall: use a generator to map the Pool" by Conley Owens · Wed Apr 08 17:59:56 2015 +0000
  26. 44859d0 Merge "status: lose dependence on StringIO" by Conley Owens · Wed Apr 08 17:58:33 2015 +0000
  27. 6ad6dbe forall: use a generator to map the Pool by Anthony King · Wed Apr 08 13:22:30 2015 +0100
  28. 33fe4e9 Remove deprecated `include-ids` setting from pylint config by David Pursehouse · Tue Apr 07 11:08:04 2015 +0900
  29. 4214585 Merge "Pylint and PEP8 fixes for color.py" by David Pursehouse · Tue Apr 07 02:06:48 2015 +0000
  30. b51f07c status: lose dependence on StringIO by Anthony King · Sat Apr 04 21:18:59 2015 +0100
  31. 04f2f0e Maintain fully qualified tracking branches by Conley Owens · Wed Oct 01 17:22:46 2014 -0700
  32. cb07ba7 Resolve fetch urls more efficiently by Anthony King · Sat Mar 28 23:26:04 2015 +0000
  33. 23ff7df use the max depth instead of unshallow by Anthony King · Sat Mar 28 19:42:39 2015 +0000
  34. cc1b1a7 Revert "Change the min git version from 1.7.2 to 1.8.2" by Anthony King · Sat Mar 28 19:33:59 2015 +0000
  35. bdf7ed2 Pylint and PEP8 fixes for color.py by Anthony King · Sat Mar 28 21:10:17 2015 +0000
  36. 9c76f67 Always capture output for GitCommand by John L. Villalovos · Mon Mar 16 20:49:10 2015 -0700
  37. 52b99aa Change the min git version from 1.7.2 to 1.8.2 by Conley Owens · Wed Mar 18 14:41:07 2015 -0700
  38. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · Tue Mar 17 11:29:58 2015 -0700 v1.12.20
  39. 2086004 Merge "Don't exit with error on HTTP 401 when downloading clone bundle" by Conley Owens · Wed Mar 11 17:25:45 2015 +0000
  40. 2338788 Don't exit with error on HTTP 401 when downloading clone bundle by Pascal Bach · Fri Feb 13 16:23:12 2015 +0100
  41. 0402cd8 Add space between project path and branch in repo status. by Jakub Vrana · Tue Sep 09 15:39:15 2014 -0700
  42. 936183a git_config: add support for remote '.' by Yann Droneaud · Thu Sep 12 10:51:18 2013 +0200 v1.12.19
  43. 85e8267 Merge "Implementation of manifest defined githooks" by Conley Owens · Thu Mar 05 20:52:29 2015 +0000
  44. e30f46b Print stderr output from git command for RemoteFetch by John L. Villalovos · Wed Feb 25 14:27:02 2015 -0800
  45. e4978cf Ensure the repo project is never fetched with partial depth by Conley Owens · Tue Feb 03 18:06:16 2015 -0800 v1.12.18
  46. 126e298 Handle case where 'git remote prune' needs to be run by John L. Villalovos · Thu Jan 29 21:58:12 2015 -0800
  47. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · Wed Oct 24 14:35:05 2012 +0200
  48. 24245e0 Merge "Add missing documentation of --current-branch option on sync command" by David Pursehouse · Sat Jan 31 12:44:43 2015 +0000
  49. db6f1b0 Merge "Use depth flag when fetching" by Conley Owens · Fri Jan 30 19:36:04 2015 +0000
  50. f2fad61 Add missing documentation of --current-branch option on sync command by David Pursehouse · Thu Jan 29 14:36:28 2015 +0900
  51. ee69084 Merge "Handle shallow checkout of SHA1 pinned repos" by Conley Owens · Wed Jan 28 20:29:37 2015 +0000
  52. d37d43f Merge "Don't delete hooks in .git/hooks" by Conley Owens · Wed Jan 28 20:29:04 2015 +0000
  53. 7bdac71 pylint fixes for project.py by Anthony King · Wed Jul 16 12:56:40 2014 +0100
  54. f97e838 Use depth flag when fetching by Conley Owens · Wed Jan 21 11:12:46 2015 -0800
  55. 3000cda Handle shallow checkout of SHA1 pinned repos by Bertrand SIMONNET · Tue Nov 25 16:19:29 2014 -0800
  56. b9d9efd Don't delete hooks in .git/hooks by Mitchel Humpherys · Thu Jan 15 22:40:02 2015 -0800
  57. 497bde4 Respect --quiet when looking up bundle cookie file by Dave Borowitz · Fri Jan 02 13:58:05 2015 -0800 v1.12.17
  58. 4abf8e6 Save cookies back to jar when fetching clone.bundle by Dave Borowitz · Fri Jan 02 11:39:04 2015 -0800
  59. 137d013 Hold persistent proxy connection open while fetching clone.bundle by Dave Borowitz · Fri Jan 02 11:12:54 2015 -0800
  60. 42e679b Merge "add a global --color option" by Conley Owens · Fri Jan 02 20:56:25 2015 +0000
  61. 902665b add a global --color option by Mike Frysinger · Mon Dec 22 15:17:59 2014 -0500
  62. c8d882a Silence warnings about invalid clone.bundle files when quieted by Kris Giesing · Tue Dec 23 13:02:32 2014 -0800
  63. 3eb87ce Revert "Check for existence of refs upon initial fetch" by Conley Owens · Mon Nov 10 23:46:10 2014 +0000
  64. 5fb8ed2 If revision is sha hash and dest-branch is defined, use it for starting branch by Max Liu · Mon Jun 23 14:48:16 2014 +0800
  65. 7e12e0a Support persistent-http(s) review urls by Conley Owens · Thu Oct 23 15:40:00 2014 -0700
  66. 7893b85 Merge changes I1f71be22,I5b119f11 by Conley Owens · Wed Oct 22 00:23:18 2014 +0000
  67. b4e50e6 Merge "upload: report names of uncommitted files" by Conley Owens · Tue Oct 21 18:03:53 2014 +0000
  68. 0936aea Exit 1 if repo download -c fails by Scott Anderson · Fri Oct 17 15:37:12 2014 -0400
  69. 14e134d upload: report names of uncommitted files by Vadim Bendebury · Sun Oct 05 15:40:30 2014 -0700
  70. 04e52d6 Always fetch the specific revision given by Nasser Grainawi · Tue Sep 30 13:34:52 2014 -0600
  71. 909d58b Support specifying non-HEADS refs as upstream by Nasser Grainawi · Fri Sep 19 12:13:04 2014 -0600
  72. 5cf1660 Allow selection of a target when using smart sync. by Jeff Davidson · Thu Oct 02 10:13:38 2014 -0700
  73. c190b98 Merge "Add extend-project tag to support adding groups to an existing project" by Conley Owens · Thu Sep 18 23:09:08 2014 +0000
  74. 4863307 Add support for rpc:// protocol schemes. by T.R. Fullhart · Wed Sep 10 13:44:39 2014 -0700
  75. f75870b Change implementation of cleanup in case of clone failure during "repo init" by Mani Chandel · Wed Sep 03 13:54:48 2014 +0530
  76. bf0b0cb Merge "Provide detail print-out when not all projects of a branch are current." by Conley Owens · Tue Aug 26 21:11:39 2014 +0000
  77. 3a10968 Merge "Enable transferring of attribute using command 'repo manifest -o -'" by Conley Owens · Fri Aug 22 16:13:16 2014 +0000
  78. c46de69 Decode git version by Chirayu Desai · Wed Aug 20 09:34:10 2014 +0530
  79. 303a82f Don't open non-binary files as binary by Chirayu Desai · Tue Aug 19 22:57:17 2014 +0530
  80. 7a91d51 Enable transferring of attribute using command 'repo manifest -o -' by Mani Chandel · Thu Jul 24 16:27:08 2014 +0530
  81. a8d5391 Update the commit-msg hook to the version from Gerrit 2.8.2 by Dave Borowitz · Tue Jul 15 11:30:06 2014 -0700
  82. 588142d Provide detail print-out when not all projects of a branch are current. by Etan Cohen · Wed Jul 09 21:33:31 2014 -0700
  83. a6d258b Merge "Fix UrlInsteadOf to handle multiple strings" by Conley Owens · Tue Jul 01 17:12:18 2014 +0000
  84. a769498 Add --jobs option to forall subcommand by Takeshi Kanemoto · Mon Apr 14 17:36:57 2014 +0900
  85. 884a387 Add extend-project tag to support adding groups to an existing project by Josh Triplett · Thu Jun 12 14:57:29 2014 -0700
  86. 80b87fe Use fetch --unshallow when appropriate. by Conley Owens · Fri May 09 17:13:44 2014 -0700
  87. e9f75b1 Merge "Enable remotes to define their own revision" by Conley Owens · Thu May 08 18:38:32 2014 +0000
  88. a35e402 Merge "Return a list rather than dict_values in XmlManifest.projects()" by Conley Owens · Wed May 07 18:21:30 2014 +0000
  89. dd7aea6 Merge "Define unicode as str if using Python 3" by Conley Owens · Wed May 07 18:20:31 2014 +0000
  90. 5196805 Merge "Use exec() rather than execfile()" by Conley Owens · Wed May 07 18:18:55 2014 +0000
  91. 85b24ac Use JSON instead of pickle by Anthony King · Tue May 06 15:57:48 2014 +0100
  92. 36ea2fb Enable remotes to define their own revision by Anthony King · Tue May 06 11:54:01 2014 +0100
  93. 2cd1f04 Use next(iterator) rather than iterator.next() by Anthony King · Mon May 05 21:24:05 2014 +0100
  94. 65e3a78 Merge "Prevent warning twice about Python 3 usage" by David Pursehouse · Wed May 07 06:30:28 2014 +0000
  95. d792f79 Define unicode as str if using Python 3 by Anthony King · Mon May 05 22:01:07 2014 +0100
  96. 6efdde9 Prevent warning twice about Python 3 usage by Anthony King · Mon May 05 20:37:05 2014 +0100
  97. 7446c59 Use sorted() rather than .sort() by Anthony King · Tue May 06 09:19:39 2014 +0100
  98. d58bfe5 Return a list rather than dict_values in XmlManifest.projects() by Anthony King · Mon May 05 23:30:49 2014 +0100
  99. 70f6890 Use exec() rather than execfile() by Anthony King · Mon May 05 21:15:34 2014 +0100
  100. 666d534 Ensure HEAD is correct when skipping remote fetch by Conley Owens · Thu May 01 13:09:57 2014 -0700 v1.12.16