summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-034-19/+87
* | | upload: search local projects in parallelMike Frysinger2021-05-021-31/+37
* | | project: fix m/ generation when switching manifest branchesMike Frysinger2021-05-021-8/+8
* | | upload: include the project in error messagesMike Frysinger2021-05-021-2/+2
* | | Update copyfile and linkfile if manifest updatedjiajia tang2021-05-012-0/+66
* | | manifest_xml: ban use of newlines in pathsMike Frysinger2021-04-302-1/+26
* | | sync: Fix a corner case when both superproject and depth used.Xin Li2021-04-291-0/+5
* | | help/version: sprinkle bug report URL aroundMike Frysinger2021-04-265-6/+10
| |/ |/|
* | sync: Fix exception in an exsiting clone (without partial-clone).v2.14.2Raman Tenneti2021-04-221-1/+1
* | sync: fix missing import for -qv2.14.1Mike Frysinger2021-04-211-1/+1
* | init: restore default --manifest-nameMike Frysinger2021-04-211-1/+1
* | sync: cleanup sleep+retry logic a bitv2.14Mike Frysinger2021-04-191-14/+18
* | sync: only print error.GitError, don't raise that exception.Raman Tenneti2021-04-151-0/+5
* | command: add a helper for the parallel execution boilerplateMike Frysinger2021-04-1510-143/+145
* | tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0Peter Kjellerstedt2021-04-141-1/+1
* | list: fix help grammarMike Frysinger2021-04-141-3/+3
* | help: switch from formatter module to textwrapMike Frysinger2021-04-142-8/+14
* | list: add option to show non-checkedout projects tooMike Frysinger2021-04-131-3/+12
* | progress: hide progress bar when --quietMike Frysinger2021-04-135-8/+16
* | command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-1314-40/+41
* | init: Added --partial-clone-exclude option.Raman Tenneti2021-04-136-21/+42
* | sync: add separate --jobs options for different stepsMike Frysinger2021-04-091-4/+11
* | init: organize command line options a bitMike Frysinger2021-04-091-18/+28
* | sync: add progress bar to garbage collection phaseMike Frysinger2021-04-091-6/+14
* | sync: rework selfupdate logicMike Frysinger2021-04-091-48/+20
* | init: merge subcmd & wrapper parsersMike Frysinger2021-04-093-109/+6
* | repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14.Raman Tenneti2021-04-052-2/+11
* | tox: enable python 3.5 & 3.9 testingMike Frysinger2021-04-014-5/+7
* | run_tests: fix exit code handlingMike Frysinger2021-04-011-1/+1
* | setup: bump major versionMike Frysinger2021-04-011-1/+1
* | sync: switch network fetch to multiprocessingMike Frysinger2021-04-012-126/+93
* | grep: add --jobs supportMike Frysinger2021-04-011-46/+72
* | prune: add --jobs supportMike Frysinger2021-03-311-4/+25
* | forall: handle missing project refs betterv2.13.8Mike Frysinger2021-03-251-2/+9
* | sync: imply -c if --use-superproject option is used.Raman Tenneti2021-03-241-5/+13
* | start: add a --HEAD aliasMike Frysinger2021-03-241-1/+2
* | forall/list: delete spurious "Mike Frysinger2021-03-192-2/+2
* | superproject: Added --depth=1 argument to git fetch command.Raman Tenneti2021-03-191-1/+1
* | forall: allow interactive commands with -j1v2.13.7Mike Frysinger2021-03-181-1/+16
* | repo: Add a new "command" event type to git trace2 logging in repo.Raman Tenneti2021-03-183-0/+37
* | sync: fix reporting of failed local checkoutsv2.13.6Mike Frysinger2021-03-151-1/+1
* | bash-completion: initial import based on CrOS versionMike Frysinger2021-03-151-0/+121
* | manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger2021-03-123-4/+45
* | document the new manifest restrictions on name & path settingsMike Frysinger2021-03-121-2/+23
* | prune: minor optimization & robustificationMike Frysinger2021-03-121-0/+5
* | superproject: pass groups to ToXml method.Raman Tenneti2021-03-117-27/+31
* | project: fix diff printing with embedded %v2.13.4Mike Frysinger2021-03-091-1/+1
* | init: expose --worktree optionMike Frysinger2021-03-092-4/+2
* | Log repo.* config variables in git trace2 logger.Ian Kasprzak2021-03-084-0/+81
* | superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-043-6/+20