1. 14a6674 manifest: record the original revision when in -r mode. by Brian Harring · Fri Sep 28 20:21:57 2012 -0700
  2. 2dc810c Fix errors when clone.bundle missing on server by Matt Gumbel · Thu Aug 30 09:39:36 2012 -0700
  3. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · Mon Aug 13 13:11:18 2012 -0700
  4. e15c65a Remove unused imports by David Pursehouse · Wed Aug 22 10:46:11 2012 +0900
  5. b9477bc project.py: Replace the relpath function with os.path.relpath by Mickaël Salaün · Sun Aug 05 13:39:26 2012 +0200
  6. 5e7127d Use curl command line tool for clone.bundle by Shawn O. Pearce · Thu Aug 02 14:57:37 2012 -0700 v1.10.3
  7. 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
  8. 9830553 Fix percent done on resumed /clone.bundle by Shawn O. Pearce · Wed Aug 01 17:41:26 2012 -0700 v1.10.0
  9. 435370c upload: add --draft option. by Brian Harring · Sat Jul 28 15:37:04 2012 -0700
  10. 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
  11. 7cf1b36 Detach branch even when already on the latest revision using sync -d by Florian Vallee · Thu Jun 07 17:11:42 2012 +0200
  12. 5d01650 Fix switching manifest branches using repo init -b by Florian Vallee · Thu Jun 07 17:19:26 2012 +0200
  13. eca119e Allow projects with groups=None by Colin Cross · Thu May 24 15:39:14 2012 -0700 v1.9.1
  14. 6ba6ba0 Fix initial sync broken by sync-c option by Shawn O. Pearce · Thu May 24 09:46:50 2012 -0700 v1.9.0
  15. 3d12594 repo download: add --ff-only option by Pierre Tardy · Fri May 04 12:18:12 2012 +0200
  16. a94f162 repo download: add --revert option by Erwan Mahe · Fri Aug 19 13:56:09 2011 +0200
  17. e5a2122 repo download: add --cherry-pick option by Pierre Tardy · Thu Mar 24 16:28:18 2011 +0100
  18. 79770d2 Add sync-c option to manifest by Anatol Pomazau · Fri Apr 20 14:41:59 2012 -0700
  19. 971de8e Refine groups functionality by Conley Owens · Mon Apr 16 10:36:08 2012 -0700
  20. 24c1308 Add project annotation handling to repo by James W. Mills · Thu Apr 12 15:04:13 2012 -0500
  21. b962a1f Check if SHA1 presents in repository by Anatol Pomazau · Thu Mar 29 18:06:43 2012 -0700
  22. 5acde75 Add manifest groups by Colin Cross · Wed Mar 28 20:15:45 2012 -0700 v1.8.2
  23. d67872d Option for 'repo diff' to generate output suitable for 'patch' cmd by pelya · Wed Mar 28 14:49:58 2012 +0300
  24. c3d2f2b Ignore /clone.bundle on HTTP 401, 403 and 404 by Shawn O. Pearce · Thu Mar 22 14:09:22 2012 -0700 v1.8.1
  25. cd7c5de Do not change branch.foo.merge in case of manifest sync by Anatol Pomazau · Tue Mar 20 13:45:00 2012 -0700
  26. e02ac0a sync: --no-clone-bundle disables the clone bundle support by Shawn O. Pearce · Wed Mar 14 15:36:59 2012 -0700 v1.8.0
  27. 898e12a Permit - in URL schemes for special URLs by Shawn O. Pearce · Wed Mar 14 15:22:28 2012 -0700
  28. 76abcc1 repo status to print project name on clean gits by Ali Utku Selen · Wed Jan 25 10:51:12 2012 +0100
  29. d315382 Add 'rebase="false"' attribute to the <project/> XML. by Mike Pontillo · Tue Feb 28 11:53:24 2012 -0800
  30. 43bda84 Avoid missing content-length header in project.py by Conley Owens · Mon Mar 12 11:25:04 2012 -0700
  31. c957142 upload: Support uploading to Gerrit over https:// by Shawn O. Pearce · Wed Jan 11 14:58:54 2012 -0800 v1.7.8.2
  32. 2a32f6a Fix typo by Anatol Pomazau · Tue Aug 30 10:52:33 2011 -0700
  33. 53d6f4d Add a sync flag that fetches only current branch by Anatol Pomazau · Thu Aug 25 17:21:47 2011 -0700
  34. df5ee52 Fix Python 2.4 support by Shawn O. Pearce · Tue Oct 11 14:05:21 2011 -0700
  35. fab96c6 Work around Python 2.7 urllib2 bug by Shawn O. Pearce · Tue Oct 11 12:00:38 2011 -0700
  36. bf1fbb2 Fix AttributeError: 'HTTPError' object has no attribute 'reason' by Shawn O. Pearce · Tue Oct 11 09:31:58 2011 -0700 v1.7.7.2
  37. 2947246 Work around Python 2.7 failure to initialize base class by Shawn O. Pearce · Tue Oct 11 09:24:07 2011 -0700
  38. c325dc3 sync: Fetch after applying bundle and retry after errors by Shawn O. Pearce · Mon Oct 03 08:30:24 2011 -0700 v1.7.7.1
  39. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · Mon Sep 19 14:50:58 2011 -0700 v1.7.7
  40. 65e0f35 Add commit-msg hook also for manifest project by Victor Boivie · Mon Apr 18 11:23:29 2011 +0200
  41. 30d4529 Add a --depth option to repo init. by Doug Anderson · Wed May 04 15:01:04 2011 -0700 v1.7.5
  42. d6c93a2 Add branch support to repo upload by Mandeep Singh Baines · Thu May 26 10:34:11 2011 -0700
  43. 3ba5f95 Fixed repo checkout error message when git reports errors. by Doug Anderson · Thu Apr 07 12:51:04 2011 -0700
  44. dafb1d6 Fixed repo abandon to give better messages. by Doug Anderson · Thu Apr 07 11:46:59 2011 -0700
  45. 4655e81 Add option to check status of projects in parallel. by Terence Haddock · Thu Mar 31 12:33:34 2011 +0200
  46. 0960b5b Creating rr-cache by Victor Boivie · Fri Nov 26 13:42:13 2010 +0100 v1.7.4.1
  47. 37282b4 Support repo-level pre-upload hook and prep for future hooks. by Doug Anderson · Fri Mar 04 11:54:18 2011 -0800 v1.7.4
  48. 835cd68 Post-nonexistent-revision crash sidestepped by Skyler Kaufman · Tue Mar 08 12:14:41 2011 -0800
  49. 8ced864 Renamed 'repo_hooks' function to '_ProjectHooks'. by Doug Anderson · Mon Jan 10 14:16:30 2011 -0800
  50. 2536f80 Fixed bug identifying 'commit-msg' files. by Doug Anderson · Mon Jan 10 12:38:37 2011 -0800
  51. 0ce6ca9 Fix mirror clients with no worktree by Shawn O. Pearce · Mon Jan 10 13:26:01 2011 -0800 v1.7.3.1
  52. df14a70 Make path references OS independent by Anthony Newnam · Sun Jan 09 17:31:57 2011 -0800
  53. a0de6e8 upload: Remove --replace option by Ficus Kirkpatrick · Fri Oct 22 13:06:47 2010 -0700
  54. 16614f8 sync --quiet: be more quiet by Shawn O. Pearce · Fri Oct 29 12:05:43 2010 -0700
  55. 8844338 sync: Enable use of git clone --reference by Shawn O. Pearce · Fri Oct 08 10:02:09 2010 +0200
  56. a5ece0e upload -t: Automatically include local branch name by Shawn O. Pearce · Thu Jul 15 16:52:42 2010 -0700
  57. cc50bac Warn users before uploading if there are local changes by Anthony Newnam · Thu Apr 08 10:28:59 2010 -0500
  58. 0cb1b3f sync: Try fetching a tag as a last resort before giving up by Julius Gustavsson · Thu Jun 17 17:55:02 2010 +0200
  59. 2daf667 Allow files to be copied into new folders by Matthew Buckett · Sat Jul 11 09:43:47 2009 -0400
  60. 9452e4e Automatically install Gerrit Code Review's commit-msg hook by Shawn O. Pearce · Sat Aug 22 18:17:46 2009 -0700 v1.6.9
  61. 4c50dee Fail sync when encountering "N commits behind." by Daniel Sandler · Tue Mar 02 15:38:03 2010 -0500
  62. d63060f Check that we are not overwriting a local repository when syncing. by Nico Sallembien · Wed Jan 20 10:27:50 2010 -0800 v1.6.8.11
  63. aa4982e sync: Fix split call on malformed email addresses by Shawn O. Pearce · Wed Dec 30 18:38:27 2009 -0800 v1.6.8.9
  64. da88ff4 Silence 'Current branch %s is up to date' during sync by Shawn O. Pearce · Wed Jun 03 11:09:12 2009 -0700
  65. fe200ee Fix unnecessary self in project.py by Shawn O. Pearce · Mon Jun 01 15:28:21 2009 -0700
  66. 3c8dea1 Change project.revision to revisionExpr and revisionId by Shawn O. Pearce · Fri May 29 18:38:17 2009 -0700
  67. 8ad8a0e Change DWIMery hack for dealing with rewound remote branch by Shawn O. Pearce · Fri May 29 18:28:25 2009 -0700
  68. d1f70d9 Refactor how projects parse remotes so it can be replaced by Shawn O. Pearce · Tue May 19 14:58:02 2009 -0700
  69. 242b526 Remove support for the extra <remote> definitions in manifests by Shawn O. Pearce · Tue May 19 13:00:29 2009 -0700
  70. bc7ef67 Automatically guess Gerrit change number in "repo upload --replace" by Ficus Kirkpatrick · Mon May 04 12:45:11 2009 -0700 v1.6.7.4
  71. 9360966 Perform copy file activity when creating a new work directory by Shawn O. Pearce · Tue Apr 21 10:50:33 2009 -0700 v1.6.7.1
  72. 05f66b6 Fix 'repo sync' rebase logic on a published branch by Shawn O. Pearce · Tue Apr 21 08:26:32 2009 -0700 v1.6.7
  73. fb23161 Automatically use SSH control master support during sync by Shawn O. Pearce · Fri Apr 10 18:53:46 2009 -0700
  74. 3d2cdd0 Highlight projects which still have sync failures during 'repo status' by Shawn O. Pearce · Sat Apr 18 15:26:10 2009 -0700
  75. 552ac89 Modify 'repo abandon' to be more like 'repo checkout' and 'repo start' by Shawn O. Pearce · Sat Apr 18 15:15:24 2009 -0700
  76. 89e717d Improve checkout performance for the common unmodified case by Shawn O. Pearce · Sat Apr 18 15:04:41 2009 -0700
  77. 0f0dfa3 Add progress meter to 'repo start' by Shawn O. Pearce · Sat Apr 18 14:53:39 2009 -0700
  78. 76ca9f8 Make usage of open safer by setting binary mode and closing fds by Shawn O. Pearce · Sat Apr 18 14:48:03 2009 -0700
  79. accc56d Speed up 'repo start' by removing some forks by Shawn O. Pearce · Sat Apr 18 14:45:51 2009 -0700
  80. 9bb9617 Remove unused methods from project.ReviewableBranch by Shawn O. Pearce · Sat Apr 18 10:53:27 2009 -0700
  81. f690687 Only fetch repo once-per-day under normal 'repo sync' usage by Shawn O. Pearce · Sat Apr 18 10:49:00 2009 -0700
  82. 336f7bd Avoid git fork on the common case of repo not changing by Shawn O. Pearce · Sat Apr 18 10:39:28 2009 -0700
  83. 0f3dd23 Avoid unnecessary git symbolic-ref calls during repo sync by Shawn O. Pearce · Fri Apr 17 20:32:44 2009 -0700
  84. fbcde47 Improve repo sync performance by avoid git forks by Shawn O. Pearce · Fri Apr 17 20:58:02 2009 -0700
  85. d237b69 Implement git ref reading purely in Python by Shawn O. Pearce · Fri Apr 17 18:49:50 2009 -0700
  86. 5b23f24 Implement 'git symbolic-ref HEAD' in Python by Shawn O. Pearce · Fri Apr 17 18:43:33 2009 -0700
  87. 006734b Remove confusing message from repo sync output by Shawn O. Pearce · Fri Apr 17 10:27:49 2009 -0700
  88. 350cde4 Change repo sync to be more friendly when updating the tree by Shawn O. Pearce · Thu Apr 16 11:21:18 2009 -0700 v1.6.6
  89. 4824478 Refactor error message display in project.py by Shawn O. Pearce · Thu Apr 16 08:25:57 2009 -0700
  90. 19a83d8 Use default rebase during sync instead of rebase -i by Shawn O. Pearce · Thu Apr 16 08:14:26 2009 -0700
  91. 161f445 status: tell the user the working tree is clean by Shawn O. Pearce · Fri Apr 10 17:41:44 2009 -0700
  92. 3e768c9 Add 'repo sync -d' to detach projects from their current topic by Shawn O. Pearce · Fri Apr 10 16:59:36 2009 -0700
  93. 0a389e9 Make 'repo start' restartable upon failures by Shawn O. Pearce · Fri Apr 10 16:21:18 2009 -0700
  94. 2675c3f Don't capture stdout during 'repo checkout' by Shawn O. Pearce · Fri Apr 10 16:20:25 2009 -0700
  95. 27b0732 Add a repo branches subcommand to describe current branches by Shawn O. Pearce · Fri Apr 10 16:02:48 2009 -0700
  96. 02d7945 Add checkout command. by Wink Saville · Fri Apr 10 13:01:24 2009 -0700
  97. c7a4eef Add repo manifest -o to save a manifest by Shawn O. Pearce · Thu Mar 05 10:32:38 2009 -0800 v1.6.2
  98. 2816d4f Set core.bare to true on mirror repositories by Shawn O. Pearce · Tue Mar 03 17:53:18 2009 -0800 v1.6.1
  99. 6a5644d Get rid of the horrible android import work around hack by Shawn O. Pearce · Tue Mar 03 13:52:20 2009 -0800
  100. fe08675 Fix repo status when there are renamed/copied files by Shawn O. Pearce · Tue Mar 03 13:49:48 2009 -0800