summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* sync: Keep the project.list file sortedShawn O. Pearce2009-06-041-0/+1
* 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
* 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
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-293-12/+7
* Refactor how projects parse remotes so it can be replacedShawn O. Pearce2009-05-291-1/+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-051-2/+20
* Require a project or '--all' to be specified when using 'repo start'.Ficus Kirkpatrick2009-04-221-2/+14
* Change -p command to use stdout instead of stderr.Wink Saville2009-04-211-1/+1
* 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
* Make 'repo status' show the branch you are currently onShawn O. Pearce2009-04-181-0/+13
* 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-181-2/+21
* Improve checkout performance for the common unmodified caseShawn O. Pearce2009-04-182-12/+24
* Add progress meter to 'repo start'Shawn O. Pearce2009-04-181-1/+7
* Add -p to `repo forall` to improve output formattingShawn O. Pearce2009-04-181-3/+138
* 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-183-5/+7
* 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
* Only fetch repo once-per-day under normal 'repo sync' usageShawn O. Pearce2009-04-181-3/+11
* Only compute commits in repo upload if we need to show a promptShawn O. Pearce2009-04-171-2/+3
* Allow review.URL.autoupload to skip prompting during `repo upload`Shawn O. Pearce2009-04-171-12/+44
* Change repo sync to be more friendly when updating the treev1.6.6Shawn O. Pearce2009-04-162-6/+18
* Document 'repo status' outputShawn O. Pearce2009-04-131-0/+38
* Fix formatting of 'repo help sync'Shawn O. Pearce2009-04-131-0/+1
* Cleanup checkout help to match other commandsShawn O. Pearce2009-04-131-4/+6
* Add 'repo selfupdate' to upgrade only repoShawn O. Pearce2009-04-132-15/+83
* Add 'repo grep' to support searching all projectsv1.6.5Shawn O. Pearce2009-04-101-0/+243
* status: tell the user the working tree is cleanShawn O. Pearce2009-04-101-2/+9
* Add a project progress meter to 'repo sync'Shawn O. Pearce2009-04-101-1/+8
* Add 'repo sync -l' to only do local operationsShawn O. Pearce2009-04-101-25/+33
* Add 'repo sync -d' to detach projects from their current topicShawn O. Pearce2009-04-101-1/+15
* Add 'repo sync -n' to only do the network transferShawn O. Pearce2009-04-101-0/+7
* Hide the internal sync --repo-upgraded flag from usersShawn O. Pearce2009-04-101-1/+2
* Make 'repo start' restartable upon failuresShawn O. Pearce2009-04-102-2/+12
* Add a repo branches subcommand to describe current branchesShawn O. Pearce2009-04-101-0/+150
* Add checkout command.Wink Saville2009-04-101-0/+45
* Don't bother listing branch URLs during uploadShawn O. Pearce2009-03-191-3/+0
* Fix repo re-init in a mirror to not promptShawn O. Pearce2009-03-191-2/+2
* Allow repo init to restart if URL was initially invalidv1.6.3Shawn O. Pearce2009-03-171-1/+1
* Give a more friendly error in 'repo init' if manifest url is invalidShawn O. Pearce2009-03-171-1/+5
* Set forall environment variables to empty string if NoneShawn O. Pearce2009-03-171-7/+12