1. 9c76f67 Always capture output for GitCommand by John L. Villalovos · Mon Mar 16 20:49:10 2015 -0700
  2. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · Tue Mar 17 11:29:58 2015 -0700 v1.12.20
  3. 0402cd8 Add space between project path and branch in repo status. by Jakub Vrana · Tue Sep 09 15:39:15 2014 -0700
  4. 85e8267 Merge "Implementation of manifest defined githooks" by Conley Owens · Thu Mar 05 20:52:29 2015 +0000
  5. e30f46b Print stderr output from git command for RemoteFetch by John L. Villalovos · Wed Feb 25 14:27:02 2015 -0800
  6. 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
  7. 126e298 Handle case where 'git remote prune' needs to be run by John L. Villalovos · Thu Jan 29 21:58:12 2015 -0800
  8. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · Wed Oct 24 14:35:05 2012 +0200
  9. db6f1b0 Merge "Use depth flag when fetching" by Conley Owens · Fri Jan 30 19:36:04 2015 +0000
  10. ee69084 Merge "Handle shallow checkout of SHA1 pinned repos" by Conley Owens · Wed Jan 28 20:29:37 2015 +0000
  11. d37d43f Merge "Don't delete hooks in .git/hooks" by Conley Owens · Wed Jan 28 20:29:04 2015 +0000
  12. 7bdac71 pylint fixes for project.py by Anthony King · Wed Jul 16 12:56:40 2014 +0100
  13. f97e838 Use depth flag when fetching by Conley Owens · Wed Jan 21 11:12:46 2015 -0800
  14. 3000cda Handle shallow checkout of SHA1 pinned repos by Bertrand SIMONNET · Tue Nov 25 16:19:29 2014 -0800
  15. b9d9efd Don't delete hooks in .git/hooks by Mitchel Humpherys · Thu Jan 15 22:40:02 2015 -0800
  16. 497bde4 Respect --quiet when looking up bundle cookie file by Dave Borowitz · Fri Jan 02 13:58:05 2015 -0800 v1.12.17
  17. 4abf8e6 Save cookies back to jar when fetching clone.bundle by Dave Borowitz · Fri Jan 02 11:39:04 2015 -0800
  18. 137d013 Hold persistent proxy connection open while fetching clone.bundle by Dave Borowitz · Fri Jan 02 11:12:54 2015 -0800
  19. c8d882a Silence warnings about invalid clone.bundle files when quieted by Kris Giesing · Tue Dec 23 13:02:32 2014 -0800
  20. 3eb87ce Revert "Check for existence of refs upon initial fetch" by Conley Owens · Mon Nov 10 23:46:10 2014 +0000
  21. 7893b85 Merge changes I1f71be22,I5b119f11 by Conley Owens · Wed Oct 22 00:23:18 2014 +0000
  22. 14e134d upload: report names of uncommitted files by Vadim Bendebury · Sun Oct 05 15:40:30 2014 -0700
  23. 04e52d6 Always fetch the specific revision given by Nasser Grainawi · Tue Sep 30 13:34:52 2014 -0600
  24. 909d58b Support specifying non-HEADS refs as upstream by Nasser Grainawi · Fri Sep 19 12:13:04 2014 -0600
  25. 303a82f Don't open non-binary files as binary by Chirayu Desai · Tue Aug 19 22:57:17 2014 +0530
  26. 80b87fe Use fetch --unshallow when appropriate. by Conley Owens · Fri May 09 17:13:44 2014 -0700
  27. e9f75b1 Merge "Enable remotes to define their own revision" by Conley Owens · Thu May 08 18:38:32 2014 +0000
  28. 5196805 Merge "Use exec() rather than execfile()" by Conley Owens · Wed May 07 18:18:55 2014 +0000
  29. 36ea2fb Enable remotes to define their own revision by Anthony King · Tue May 06 11:54:01 2014 +0100
  30. 2cd1f04 Use next(iterator) rather than iterator.next() by Anthony King · Mon May 05 21:24:05 2014 +0100
  31. 70f6890 Use exec() rather than execfile() by Anthony King · Mon May 05 21:15:34 2014 +0100
  32. 666d534 Ensure HEAD is correct when skipping remote fetch by Conley Owens · Thu May 01 13:09:57 2014 -0700 v1.12.16
  33. f2af756 Add 'shallow' gitfile to symlinks by Conley Owens · Wed Apr 30 11:31:01 2014 -0700 v1.12.15
  34. 544e7b0 Merge "Ignore clone-depth attribute when fetching to a mirror" by Conley Owens · Thu Apr 24 21:21:01 2014 +0000 v1.12.14
  35. e0df232 Add linkfile support. by Jeff Hamilton · Mon Apr 21 17:10:59 2014 -0500
  36. 9bc422f Ignore clone-depth attribute when fetching to a mirror by David Pursehouse · Tue Apr 15 10:28:56 2014 +0900
  37. 26c45a7 Make --no-tags work with -c by Mitchel Humpherys · Mon Mar 10 14:21:59 2014 -0700
  38. 68425f4 Fix indentation in project.py by David Pursehouse · Tue Mar 11 14:55:52 2014 +0900
  39. 53e902a More verbose errors for NoManifestExceptions. by Dan Sandler · Sun Mar 09 13:20:02 2014 -0400
  40. 2fb6466 Don't fetch from remotes if commit id exists locally by Chris AtLee · Thu Jan 16 21:32:33 2014 -0500
  41. dd65422 Add the "diffmanifests" command by Julien Campergue · Thu Jan 09 16:21:37 2014 +0100
  42. 5654805 Check for existence of refs upon initial fetch by Conley Owens · Tue Feb 11 18:44:58 2014 -0800
  43. c9877c7 Merge "Only fetch current branch on shallow clients" by Conley Owens · Wed Jan 29 21:12:33 2014 +0000 v1.12.8
  44. 69e04d8 Only fetch current branch on shallow clients by Shawn Pearce · Wed Jan 29 12:48:54 2014 -0800
  45. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · Fri Jan 10 01:20:12 2014 +0000
  46. bd80f7e Merge "Canonicalize project hooks path before use" by Conley Owens · Thu Jan 09 02:11:09 2014 +0000
  47. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · Wed Oct 16 11:02:35 2013 +0200
  48. 672cc49 Canonicalize project hooks path before use by Jesse Hall · Wed Nov 27 11:17:13 2013 -0800
  49. cbc0798 Fix print of git-remote-persistent-https error by Conley Owens · Thu Nov 21 10:38:03 2013 -0800
  50. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · Tue Nov 19 18:46:29 2013 +0530
  51. 8d20116 repo: Support multiple branches for the same project. by David James · Fri Oct 11 17:03:19 2013 -0700
  52. edd0151 Accept all UTF-8 committer names by Conley Owens · Thu Sep 26 12:59:58 2013 -0700
  53. 0836a22 Wait for git-remote-persistent-https -print_config to exit by Dave Borowitz · Wed Sep 25 17:46:01 2013 -0700
  54. 033a7e9 DownloadPatchSet: fetch the change only, and nothing else. by Chirayu Desai · Thu Jun 13 21:14:48 2013 +0530
  55. 74c1f3d Read cookie file from git-remote-persistent-https if applicable by Dave Borowitz · Mon Jun 03 15:05:07 2013 -0700
  56. 91f3ba5 Ensure clone.bundle files have proper header by Dave Borowitz · Mon Jun 03 12:15:23 2013 -0700
  57. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · Mon May 06 13:36:24 2013 -0400
  58. 59bbb58 Move Python version checking to a separate module by David Pursehouse · Fri May 17 10:49:33 2013 +0900
  59. 2b30e3a Use reference also for manifest git by Victor Boivie · Fri Oct 05 12:37:58 2012 +0200
  60. 793f90c Merge "Re-initialise repos git hooks when updating the forest" by David Pursehouse · Thu May 09 08:36:11 2013 +0000
  61. 2f992cb Repo should not fetch tags for shallow projects by Jimmie Wester · Fri Dec 07 12:49:51 2012 +0100
  62. 217ea7d Some fixes for supporting python3 by Chirayu Desai · Fri Mar 01 19:14:38 2013 +0530
  63. ede7f12 Allow clone depth to be specified per project by David Pursehouse · Tue Nov 27 22:25:30 2012 +0900
  64. 0a1c6a1 Special handling for manifest group "default" by David Holmer · Wed Nov 14 19:19:00 2012 -0500
  65. a044458 Re-initialise repos git hooks when updating the forest by Jimmie Wester · Wed Oct 24 13:44:42 2012 +0200
  66. 45d2168 upload: support --re and --cc options over HTTP by Shawn Pearce · Thu Feb 28 00:35:51 2013 -0800 v1.12.2
  67. 597868b Add --no-tags option to prevent fetching of tags by Mitchel Humpherys · Mon Oct 29 10:18:34 2012 -0700
  68. ed68d0e Check for a cookie file when fetching clone.bundle. by Torne (Richard Coles) · Fri Jan 11 16:22:54 2013 +0000
  69. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  70. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · Thu Nov 15 17:33:11 2012 -0800
  71. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  72. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  73. 98ffba1 Fix: "Statement seems to have no effect" by David Pursehouse · Wed Nov 14 11:18:00 2012 +0900
  74. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  75. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · Thu Oct 25 12:40:51 2012 +0900
  76. b42b474 project: Require git >= 1.7.2 for setting config on command line by Dave Borowitz · Wed Oct 31 12:27:27 2012 -0700
  77. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  78. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · Fri Oct 26 12:18:00 2012 -0700 v1.11.1
  79. dc96476 Merge "project: Support config args in git command callables" by Shawn Pearce · Thu Oct 25 17:36:03 2012 -0700
  80. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · Thu Oct 25 13:44:11 2012 -0700
  81. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · Thu Oct 25 10:03:36 2012 -0700
  82. 091f893 project: Support config args in git command callables by Dave Borowitz · Tue Oct 23 17:01:04 2012 -0700
  83. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  84. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  85. 5c6eeac More coding style cleanup by David Pursehouse · Thu Oct 11 16:44:48 2012 +0900
  86. 2f6ab7f Rename "dir" variables by Mickaël Salaün · Sun Sep 30 00:37:55 2012 +0200
  87. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  88. 14a6674 manifest: record the original revision when in -r mode. by Brian Harring · Fri Sep 28 20:21:57 2012 -0700
  89. 2dc810c Fix errors when clone.bundle missing on server by Matt Gumbel · Thu Aug 30 09:39:36 2012 -0700
  90. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · Mon Aug 13 13:11:18 2012 -0700
  91. e15c65a Remove unused imports by David Pursehouse · Wed Aug 22 10:46:11 2012 +0900
  92. b9477bc project.py: Replace the relpath function with os.path.relpath by Mickaël Salaün · Sun Aug 05 13:39:26 2012 +0200
  93. 5e7127d Use curl command line tool for clone.bundle by Shawn O. Pearce · Thu Aug 02 14:57:37 2012 -0700 v1.10.3
  94. e0904f7 Fix unsupported operand type(s) for +: 'int' and 'str' by Shawn O. Pearce · Wed Aug 01 20:44:23 2012 -0700 v1.10.1
  95. 9830553 Fix percent done on resumed /clone.bundle by Shawn O. Pearce · Wed Aug 01 17:41:26 2012 -0700 v1.10.0
  96. 435370c upload: add --draft option. by Brian Harring · Sat Jul 28 15:37:04 2012 -0700
  97. e8f75fa Don't delete the branch config when switching branches. by Torne (Richard Coles) · Fri Jul 20 15:32:19 2012 +0100 v1.9.6
  98. 7cf1b36 Detach branch even when already on the latest revision using sync -d by Florian Vallee · Thu Jun 07 17:11:42 2012 +0200
  99. 5d01650 Fix switching manifest branches using repo init -b by Florian Vallee · Thu Jun 07 17:19:26 2012 +0200
  100. eca119e Allow projects with groups=None by Colin Cross · Thu May 24 15:39:14 2012 -0700 v1.9.1