summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync: Tolerate blank lines in project.listv1.6.8.1Shawn O. Pearce2009-06-041-1/+5
* sync: Don't process project.list in a mirrorShawn O. Pearce2009-06-041-0/+4
* Silence 'Current branch %s is up to date' during syncShawn O. Pearce2009-06-031-3/+1
* Delete empty parent subdirs after deleting obsolete paths.v1.6.8Jaikumar Ganesh2009-06-021-0/+8
* Update project paths after sync.Jaikumar Ganesh2009-06-021-0/+48
* Fix unnecessary self in project.pyShawn O. Pearce2009-06-011-1/+1
* Add PyDev project files to repoKis Gergely2009-06-022-0/+27
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-295-118/+113
* Change DWIMery hack for dealing with rewound remote branchShawn O. Pearce2009-05-291-35/+39
* Refactor how projects parse remotes so it can be replacedShawn O. Pearce2009-05-294-41/+33
* Refactor Manifest to be XmlManifestShawn O. Pearce2009-05-293-4/+4
* Allow callers of GitConfig to specify the pickle file pathShawn O. Pearce2009-05-291-4/+8
* Teach GitConfig how to yield subsection namesShawn O. Pearce2009-05-191-0/+5
* Remove support for the extra <remote> definitions in manifestsShawn O. Pearce2009-05-194-91/+5
* Remove unused parsing support for <require commit=""/>Shawn O. Pearce2009-05-192-6/+0
* Make 'repo branches -a' the default behaviorv1.6.7.5Shawn O. Pearce2009-05-181-18/+1
* Automatically guess Gerrit change number in "repo upload --replace"v1.6.7.4Ficus Kirkpatrick2009-05-052-2/+33
* Fix ssh://user@hostname/ style URLs parsingv1.6.7.3Shawn O. Pearce2009-04-301-1/+1
* Disable SSH ControlMaster option on CygwinShawn O. Pearce2009-04-231-1/+1
* Require a project or '--all' to be specified when using 'repo start'.Ficus Kirkpatrick2009-04-221-2/+14
* Fix UnboundLocalError: local variable 'port' when using SSHv1.6.7.2Shawn O. Pearce2009-04-211-5/+4
* Perform copy file activity when creating a new work directoryv1.6.7.1Shawn O. Pearce2009-04-211-0/+1
* Change -p command to use stdout instead of stderr.Wink Saville2009-04-211-1/+1
* Fix 'repo sync' rebase logic on a published branchv1.6.7Shawn O. Pearce2009-04-211-6/+3
* Document the SSH ControlMaster behavior of repo syncShawn O. Pearce2009-04-211-0/+29
* Support a level 2 heading in help description textShawn O. Pearce2009-04-211-3/+13
* Work around 'ControlPath too long' on Mac OS XShawn O. Pearce2009-04-211-1/+4
* Fix launching of editor under 'repo upload --replace'Shawn O. Pearce2009-04-181-3/+3
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-185-3/+122
* Make 'repo status' show the branch you are currently onShawn O. Pearce2009-04-181-0/+13
* Highlight projects which still have sync failures during 'repo status'Shawn O. Pearce2009-04-181-3/+15
* Print '(no branches)' if the output of `repo branches` is emptyShawn O. Pearce2009-04-181-0/+4
* Modify 'repo abandon' to be more like 'repo checkout' and 'repo start'Shawn O. Pearce2009-04-182-12/+51
* Improve checkout performance for the common unmodified caseShawn O. Pearce2009-04-183-23/+56
* Add progress meter to 'repo start'Shawn O. Pearce2009-04-182-3/+11
* Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce2009-04-184-11/+23
* Speed up 'repo start' by removing some forksShawn O. Pearce2009-04-182-26/+104
* Add -p to `repo forall` to improve output formattingShawn O. Pearce2009-04-184-5/+151
* Clarify the option section header in 'repo help grep'Shawn O. Pearce2009-04-181-2/+2
* Show options help after the summary for a commandShawn O. Pearce2009-04-181-1/+1
* Improve the help text for 'repo init'Shawn O. Pearce2009-04-181-3/+14
* Clarify options that control the repo executable versionShawn O. Pearce2009-04-184-6/+8
* Correct note about local_manifest.xml capabilitiesShawn O. Pearce2009-04-181-5/+0
* Only display project path in 'repo stage -i'Shawn O. Pearce2009-04-181-2/+2
* Improve the help text for 'repo start'Shawn O. Pearce2009-04-181-14/+4
* Display the URL we will upload changes to for reviewShawn O. Pearce2009-04-181-1/+1
* Improve the help text for 'repo upload'Shawn O. Pearce2009-04-181-13/+17
* Remove unused methods from project.ReviewableBranchShawn O. Pearce2009-04-181-10/+0
* Only fetch repo once-per-day under normal 'repo sync' usageShawn O. Pearce2009-04-182-3/+19
* Avoid git fork on the common case of repo not changingShawn O. Pearce2009-04-181-1/+19