1. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · Tue Mar 17 11:29:58 2015 -0700 v1.12.20
  2. 85e8267 Merge "Implementation of manifest defined githooks" by Conley Owens · Thu Mar 05 20:52:29 2015 +0000
  3. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · Wed Oct 24 14:35:05 2012 +0200
  4. f2fad61 Add missing documentation of --current-branch option on sync command by David Pursehouse · Thu Jan 29 14:36:28 2015 +0900
  5. 7bdac71 pylint fixes for project.py by Anthony King · Wed Jul 16 12:56:40 2014 +0100
  6. 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
  7. b4e50e6 Merge "upload: report names of uncommitted files" by Conley Owens · Tue Oct 21 18:03:53 2014 +0000
  8. 0936aea Exit 1 if repo download -c fails by Scott Anderson · Fri Oct 17 15:37:12 2014 -0400
  9. 14e134d upload: report names of uncommitted files by Vadim Bendebury · Sun Oct 05 15:40:30 2014 -0700
  10. 5cf1660 Allow selection of a target when using smart sync. by Jeff Davidson · Thu Oct 02 10:13:38 2014 -0700
  11. 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
  12. 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
  13. a769498 Add --jobs option to forall subcommand by Takeshi Kanemoto · Mon Apr 14 17:36:57 2014 +0900
  14. dd7aea6 Merge "Define unicode as str if using Python 3" by Conley Owens · Wed May 07 18:20:31 2014 +0000
  15. 85b24ac Use JSON instead of pickle by Anthony King · Tue May 06 15:57:48 2014 +0100
  16. 2cd1f04 Use next(iterator) rather than iterator.next() by Anthony King · Mon May 05 21:24:05 2014 +0100
  17. d792f79 Define unicode as str if using Python 3 by Anthony King · Mon May 05 22:01:07 2014 +0100
  18. e81bc03 Add total count and iteration count to forall environment by Mitchel Humpherys · Mon Mar 31 11:36:56 2014 -0700
  19. 093fdb6 Add reviewers automatically from project's git config by bijia · Thu Nov 28 09:19:22 2013 +0800
  20. 724aafb Merge "Clean up duplicate logic in subcmds/sync.py." by Conley Owens · Fri Feb 28 21:16:32 2014 +0000
  21. dd65422 Add the "diffmanifests" command by Julien Campergue · Thu Jan 09 16:21:37 2014 +0100
  22. 89ece42 Clean up duplicate logic in subcmds/sync.py. by David James · Thu Jan 09 18:51:58 2014 -0800
  23. 1829101 Add error message for download -c conflicts by Rob Ward · Sun Feb 02 11:42:05 2014 +0000
  24. 094cdbe Add wrapper module by Conley Owens · Thu Jan 30 15:09:59 2014 -0800
  25. f2fe2d9 Properly iterate through values by Conley Owens · Wed Jan 29 13:53:43 2014 -0800 v1.12.9
  26. f1f1137 Merge "Don't backtrace when current branch is not uploadable." by David Pursehouse · Tue Jan 14 00:41:35 2014 +0000
  27. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · Fri Jan 10 01:20:12 2014 +0000
  28. 011d4f4 Don't backtrace when current branch is not uploadable. by Warren Turkal · Wed Nov 27 16:20:57 2013 -0800
  29. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · Wed Oct 16 11:02:35 2013 +0200
  30. d5a5b19 Remove trailing whitespace by Chirayu Desai · Thu Nov 21 19:15:30 2013 +0530
  31. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · Tue Nov 19 18:46:29 2013 +0530
  32. fbd3f2a Only check merge destination if it isn't None by Conley Owens · Tue Oct 15 12:59:00 2013 -0700 v1.12.6
  33. 37128b6 Fix indentation by David Pursehouse · Tue Oct 15 10:48:40 2013 +0900 v1.12.5
  34. 8d20116 repo: Support multiple branches for the same project. by David James · Fri Oct 11 17:03:19 2013 -0700
  35. 3bfd721 Don't upload when dest branch is not merge branch by Conley Owens · Mon Sep 30 15:54:38 2013 -0700
  36. 59b31cb don't pass project revision to UploadForReview by Colin Cross · Tue Oct 08 23:10:52 2013 -0700
  37. 351fe2c Sync: Improved error message when manifest server RPC call fails by David Pursehouse · Wed Sep 25 17:54:26 2013 +0900
  38. fb99c71 Sync: Print name of manifest server used for smart sync/smart tag by David Pursehouse · Wed Sep 25 11:09:34 2013 +0900
  39. 610d3c4 upload: fix display of destination branch for SingleBranch by Chirayu Desai · Mon Jun 24 14:02:12 2013 +0530
  40. 854f2b6 Merge "sync: assign manifest_name earlier" by David Pursehouse · Tue Jun 11 13:58:47 2013 +0000
  41. a892b10 sync: assign manifest_name earlier by Chirayu Desai · Tue Jun 11 14:18:46 2013 +0530
  42. db2ad9d Fix urllib.parse (urlparse) handling by Chirayu Desai · Tue Jun 11 13:42:25 2013 +0530
  43. ef668c9 Merge "Fix a few issues with dest-branch and multiples" by Conley Owens · Mon Jun 10 14:35:13 2013 +0000
  44. 65b162b Merge "Fix "'module' object is not callable" error" by Conley Owens · Mon Jun 10 14:31:30 2013 +0000
  45. cd51f17 Fix "'module' object is not callable" error by David Pursehouse · Thu Jun 06 19:06:16 2013 +0900
  46. 53a6c5d Degrade: Fix smart sync/smart tag by Victor Boivie · Tue Mar 19 12:20:52 2013 +0100
  47. 5bca9fc Print project name for -p on mirror clients by Jorge Gonzalez · Mon Jun 03 12:00:06 2013 -0700
  48. 691a759 Fix a few issues with dest-branch and multiples by Bryan Jacobs · Fri May 31 15:45:28 2013 -0400
  49. 710d4b0 Fix a bug in repo upload --cbr by Bryan Jacobs · Fri May 31 15:28:05 2013 -0400
  50. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · Mon May 06 13:36:24 2013 -0400
  51. 59bbb58 Move Python version checking to a separate module by David Pursehouse · Fri May 17 10:49:33 2013 +0900
  52. da45e5d Remove unused show_smart option on list and info commands by David Pursehouse · Wed May 15 17:34:45 2013 +0900
  53. 2b30e3a Use reference also for manifest git by Victor Boivie · Fri Oct 05 12:37:58 2012 +0200
  54. b5267f9 stage: replace filter on lambda with list comprehension by David Pursehouse · Mon May 06 07:52:52 2013 +0900
  55. a8864fb Add regex support for subcommand forall by Zhiguang Li · Fri Mar 15 10:32:10 2013 +0800
  56. 217ea7d Some fixes for supporting python3 by Chirayu Desai · Fri Mar 01 19:14:38 2013 +0530
  57. fef4ae7 sync: be more verbose by Chirayu Desai · Fri Apr 12 14:54:32 2013 +0530
  58. 04d84a2 list: add name-only and path-only options by Chirayu Desai · Sun Mar 17 18:46:23 2013 +0530
  59. 0a1c6a1 Special handling for manifest group "default" by David Holmer · Wed Nov 14 19:19:00 2012 -0500
  60. 0766900 Reload the correct manifest during sync. by Tim Kilbourn · Fri Mar 08 15:02:49 2013 -0800
  61. a27852d Merge "Add manifest groups to the output of `info`" by David Pursehouse · Fri Mar 08 01:12:56 2013 +0000
  62. 61ac9ae Add manifest groups to the output of `info` by Conley Owens · Tue Mar 05 10:35:36 2013 -0800
  63. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · Tue Mar 05 17:26:46 2013 +0900
  64. 597868b Add --no-tags option to prevent fetching of tags by Mitchel Humpherys · Mon Oct 29 10:18:34 2012 -0700
  65. 75b4c2d Fix crash in repo info when `%` is used in commit messages by Olof Johansson · Mon Feb 18 13:18:16 2013 +0100
  66. 23bd3a1 Add missing sys module when referencing stderr by Conley Owens · Tue Feb 12 13:46:14 2013 -0800
  67. 57bd7b7 Fix: GitError when using repo info -d by Olof Johansson · Tue Jan 29 08:22:05 2013 +0100
  68. 63d356f 'repo status --orphans' shows non-repo files by Will Richey · Thu Jun 21 09:49:59 2012 -0400
  69. 3576596 Fix: missing space in information message after repo init by David Pursehouse · Tue Jan 29 09:49:48 2013 +0900
  70. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · Wed Nov 21 14:41:58 2012 +0900
  71. e0b6de3 Fix: missing spaces in info command output by David Pursehouse · Wed Nov 21 17:36:28 2012 +0900
  72. 7bdbde7 Allow sync to run even when the manifest is broken. by Torne (Richard Coles) · Wed Dec 05 10:58:06 2012 +0000
  73. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  74. 3f5ea0b Allow init command to set options from environment variables by David Pursehouse · Sat Nov 17 03:13:09 2012 +0900
  75. 88b8672 Add option to abort on error in forall by Victor Boivie · Wed Sep 07 09:43:28 2011 +0200
  76. 33949c3 Add repo info command by Olof Johansson · Tue Jul 10 14:32:23 2012 +0200
  77. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  78. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  79. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  80. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · Wed Nov 14 09:19:39 2012 +0900
  81. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · Mon Nov 12 17:30:55 2012 -0800
  82. 8d070cf Always show --manifest-server-* options by Conley Owens · Tue Nov 06 13:14:31 2012 -0800
  83. a6053d5 Change usages of xrange() to range() by Sarah Owens · Thu Nov 01 13:36:50 2012 -0700
  84. e215267 sync: Only parallelize gc for git >= 1.7.2 by Dave Borowitz · Wed Oct 31 12:24:38 2012 -0700
  85. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  86. de7eae4 Merge "Revert "Represent git-submodule as nested projects"" by Shawn O. Pearce · Fri Oct 26 12:30:38 2012 -0700
  87. 2fe99e8 Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments" by Shawn O. Pearce · Fri Oct 26 12:27:36 2012 -0700
  88. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · Fri Oct 26 12:18:00 2012 -0700 v1.11.1
  89. 80d2ceb repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments by Shawn O. Pearce · Fri Oct 26 12:23:05 2012 -0700
  90. bed45f9 Merge "Show user about not initializing repo in current directory" by Conley Owens · Fri Oct 26 09:52:15 2012 -0700
  91. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · Tue Oct 23 15:41:54 2012 +0800
  92. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · Mon Oct 01 16:12:28 2012 -0700
  93. 57365c9 Merge "sync: Run gc --auto in parallel" by Shawn Pearce · Thu Oct 25 17:38:05 2012 -0700
  94. 2577cec Merge "sync: Keep a moving average of last fetch times" by Shawn Pearce · Thu Oct 25 17:35:15 2012 -0700
  95. e48d346 Merge "sync: Order projects according to last fetch time" by Shawn Pearce · Thu Oct 25 17:33:36 2012 -0700
  96. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · Thu Oct 25 13:44:11 2012 -0700
  97. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · Thu Oct 25 10:03:36 2012 -0700
  98. 13657c4 Merge "Add regex matching to repo list command" by Conley Owens · Thu Oct 25 10:00:41 2012 -0700
  99. 1885721 sync: Run gc --auto in parallel by Dave Borowitz · Tue Oct 23 17:02:59 2012 -0700
  100. d75c669 Add regex matching to repo list command by Olof Johansson · Tue Oct 09 08:25:55 2012 +0200