summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't divide by zero in progress meterShawn O. Pearce2009-04-161-14/+27
* 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-102-3/+11
* Add a project progress meter to 'repo sync'Shawn O. Pearce2009-04-102-1/+53
* 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-102-3/+17
* 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-103-10/+35
* Don't capture stdout during 'repo checkout'Shawn O. Pearce2009-04-101-1/+1
* Add a repo branches subcommand to describe current branchesShawn O. Pearce2009-04-102-0/+176
* Add checkout command.Wink Saville2009-04-102-0/+59
* Don't start the pager if stdout is a pipev1.6.4Shawn O. Pearce2009-04-011-1/+1
* Only lookup review server '/ssh_info' once per repo processShawn O. Pearce2009-03-251-19/+33
* Produce a useful error if /ssh_info was HTML and not plain textShawn O. Pearce2009-03-251-0/+5
* Handle review URLs pointing directly at GerritShawn O. Pearce2009-03-251-3/+6
* 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 global --trace command line optionShawn O. Pearce2009-03-091-0/+6
* Add repo manifest -o to save a manifestv1.6.2Shawn O. Pearce2009-03-053-13/+118
* Add a 'repo manifest' command whose help is the manifest file formatShawn O. Pearce2009-03-043-46/+99
* Tell users how to see the complete list of commandsShawn O. Pearce2009-03-041-0/+1
* Set core.bare to true on mirror repositoriesv1.6.1Shawn O. Pearce2009-03-031-1/+5
* 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-036-9/+22
* Get rid of the horrible android import work around hackShawn O. Pearce2009-03-031-25/+0
* Fix repo status when there are renamed/copied filesShawn O. Pearce2009-03-031-1/+1
* 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-022-0/+45
* Report better errors when a project revision is invalidShawn O. Pearce2009-03-023-0/+15
* Fix repo prune output to sort by branch nameShawn O. Pearce2009-03-021-1/+1
* Fix repo prune to work on git 1.6.1-rc3~5 and laterShawn O. Pearce2009-03-021-11/+8
* Mergev1.6Android Code Review2009-02-101-19/+0
|\
| * Remove the now unnecessary MakefileShawn O. Pearce2009-01-261-19/+0
* | MergeAndroid Code Review2009-02-1025-6287/+1
|\|
| * Remove the protobuf based HTTP upload code pathShawn O. Pearce2009-01-2625-6287/+1
* | Fix color parsing to not crash when user defined colors are setv1.5.1Shawn O. Pearce2009-02-021-1/+1
|/
* Support Gerrit2's ssh:// based uploadv1.5Shawn O. Pearce2009-01-052-24/+91
* Remove astray commav1.4.4Marcelo E. Magallon2008-12-311-1/+1
* Correct the REPO_URL in the wrapper script to android.git.kernel.orgv1.4.3Shawn O. Pearce2008-12-181-2/+2
* Describe upload --replace in upload's help textv1.4.2Shawn O. Pearce2008-12-121-0/+6