summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* Add --no-tags option to prevent fetching of tagsMitchel Humpherys2013-02-271-3/+9
* Fix crash in repo info when `%` is used in commit messagesOlof Johansson2013-02-261-1/+1
* Add missing sys module when referencing stderrConley Owens2013-02-121-2/+2
* Fix: GitError when using repo info -dOlof Johansson2013-01-291-1/+1
* 'repo status --orphans' shows non-repo filesWill Richey2013-01-291-0/+72
* Fix: missing space in information message after repo initDavid Pursehouse2013-01-291-1/+1
* Better error message when using --mirror in existing workspaceDavid Pursehouse2013-01-291-2/+4
* Fix: missing spaces in info command outputDavid Pursehouse2013-01-291-3/+3
* Allow sync to run even when the manifest is broken.Torne (Richard Coles)2012-12-051-2/+5
* Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-2/+31
* Allow init command to set options from environment variablesDavid Pursehouse2012-11-171-0/+4
* Add option to abort on error in forallVictor Boivie2012-11-161-2/+13
* Add repo info commandOlof Johansson2012-11-152-0/+198
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-146-21/+21
* Fix inconsistent indentationDavid Pursehouse2012-11-142-103/+103
* Change print statements to work in python3Sarah Owens2012-11-1321-176/+200
* Convert prompt answers to lower case before checkingDavid Pursehouse2012-11-142-3/+3
* Merge "Change usages of xrange() to range()"Conley Owens2012-11-121-1/+1
|\
| * Change usages of xrange() to range()Sarah Owens2012-11-011-1/+1
* | Always show --manifest-server-* optionsConley Owens2012-11-061-6/+6
|/
* sync: Only parallelize gc for git >= 1.7.2Dave Borowitz2012-10-311-2/+3
* Even more coding style cleanupDavid Pursehouse2012-10-304-4/+4
* Merge "Revert "Represent git-submodule as nested projects""Shawn O. Pearce2012-10-261-20/+1
|\
| * Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-261-20/+1
* | Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments"Shawn O. Pearce2012-10-261-3/+3
|\|
| * repo selfupdate: Fix _PostRepoUpgrade takes 2 argumentsShawn O. Pearce2012-10-261-3/+3
* | Merge "Show user about not initializing repo in current directory"Conley Owens2012-10-261-7/+16
|\ \ | |/ |/|
| * Show user about not initializing repo in current directoryYang Zhenhui2012-10-261-7/+16
* | Update PGP keys during _PostRepoUpgrade in `sync`Conley Owens2012-10-251-2/+6
|/
* Merge "sync: Run gc --auto in parallel"Shawn Pearce2012-10-251-2/+53
|\
| * sync: Run gc --auto in parallelDave Borowitz2012-10-251-2/+53
* | Merge "sync: Keep a moving average of last fetch times"Shawn Pearce2012-10-251-5/+17
|\|
| * sync: Keep a moving average of last fetch timesDave Borowitz2012-10-241-5/+17
* | Merge "sync: Order projects according to last fetch time"Shawn Pearce2012-10-251-1/+60
|\|
| * sync: Order projects according to last fetch timeDave Borowitz2012-10-241-1/+60
* | Fix pylint warnings introduced by the submodule patchChe-Liang Chiou2012-10-251-2/+2
* | Merge "Use modern Python exception syntax"Conley Owens2012-10-253-6/+6
|\ \
| * | Use modern Python exception syntaxSarah Owens2012-10-233-6/+6
| |/
* | Merge "Add regex matching to repo list command"Conley Owens2012-10-251-4/+34
|\ \
| * | Add regex matching to repo list commandOlof Johansson2012-10-251-4/+34
* | | Add pylint configuration and instructionsDavid Pursehouse2012-10-241-2/+2
|/ /
* / Represent git-submodule as nested projectsChe-Liang Chiou2012-10-231-1/+20
|/
* More coding style cleanupDavid Pursehouse2012-10-225-17/+21
* Rename "dir" variablesMickaël Salaün2012-10-101-4/+4
* Merge "Coding style cleanup"Conley Owens2012-10-0913-64/+58
|\
| * Coding style cleanupDavid Pursehouse2012-10-0913-64/+58
* | Merge "Expand ~ to user's home directory for --reference"Conley Owens2012-10-091-0/+4
|\ \ | |/ |/|
| * Expand ~ to user's home directory for --referenceVictor Boivie2012-10-081-0/+4
* | Remove unreachable codeDavid Pursehouse2012-10-051-8/+0
|/
* Merge "manifest: record the original revision when in -r mode."Conley Owens2012-10-031-1/+7
|\