summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support "repo init -b foo && repo sync" to switch baselinesShawn O. Pearce2009-03-091-1/+2
* Don't permit "repo init --mirror" in an existing clientShawn O. Pearce2009-03-091-2/+7
* Add repo manifest -o to save a manifestv1.6.2Shawn O. Pearce2009-03-051-5/+38
* Add a 'repo manifest' command whose help is the manifest file formatShawn O. Pearce2009-03-042-3/+58
* Tell users how to see the complete list of commandsShawn O. Pearce2009-03-041-0/+1
* Allow repo forall -c on a mirror by using GIT_DIR as pwdShawn O. Pearce2009-03-031-4/+12
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-034-8/+8
* Export additional environment variables to repo forall:Jeff Bailey2009-03-021-0/+17
* Add 'repo version' to describe what code we are runningShawn O. Pearce2009-03-021-0/+35
* Describe upload --replace in upload's help textv1.4.2Shawn O. Pearce2008-12-121-0/+6
* Don't accept multiple commits for the same change in upload --replaceShawn O. Pearce2008-12-121-1/+6
* Fix upload --replace after it was broken when --review,--cc was addedv1.4.1Shawn O. Pearce2008-11-241-2/+2
* Add --review and --cc flags to repo upload, so you canJoe Onorato2008-11-191-11/+36
* Teach 'repo upload --replace' how to add replacement patch setsv1.3Shawn O. Pearce2008-11-121-1/+58
* Add 'repo init --mirror' to download a complete forrestv1.1Shawn O. Pearce2008-11-052-4/+17
* Introduce 'repo abandon <branchname>' as an alias for 'git branch -D'v1.0.9Shawn O. Pearce2008-11-031-0/+42