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