summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* help: switch from formatter module to textwrapMike Frysinger2021-04-141-8/+13
* list: add option to show non-checkedout projects tooMike Frysinger2021-04-131-3/+12
* progress: hide progress bar when --quietMike Frysinger2021-04-134-7/+7
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-1311-38/+15
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-132-4/+9
* sync: add separate --jobs options for different stepsMike Frysinger2021-04-091-4/+11
* 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-092-109/+1
* repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14.Raman Tenneti2021-04-051-1/+7
* sync: switch network fetch to multiprocessingMike Frysinger2021-04-011-124/+91
* 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
* forall: allow interactive commands with -j1v2.13.7Mike Frysinger2021-03-181-1/+16
* sync: fix reporting of failed local checkoutsv2.13.6Mike Frysinger2021-03-151-1/+1
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-1/+1
* init: expose --worktree optionMike Frysinger2021-03-091-3/+1
* superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-042-5/+11
* forall: greatly speed up processing overheadv2.13Mike Frysinger2021-03-011-42/+17
* forall: simplify arg passing to worker childrenMike Frysinger2021-03-011-20/+6
* forall: move nested func out to the classMike Frysinger2021-03-011-5/+7
* download: handle shared projects a bit betterMike Frysinger2021-03-011-2/+19
* checkout: add --jobs supportMike Frysinger2021-02-271-10/+27
* sync: switch local checkout to multiprocessingMike Frysinger2021-02-271-124/+52
* abandon/start: add --jobs supportMike Frysinger2021-02-272-38/+83
* grep: move nested func out to the classMike Frysinger2021-02-251-37/+35
* sync: capture all git output by defaultMike Frysinger2021-02-251-0/+7
* progress/sync: include active number of jobsMike Frysinger2021-02-251-11/+16
* progress: always enable always_print_percentageMike Frysinger2021-02-251-2/+1
* init: support -b HEAD as a shortcut to "the default"Mike Frysinger2021-02-251-4/+8
* sync: use superproject if manifest's config has superproject enabled.Raman Tenneti2021-02-251-1/+3
* sync: update event is_set APIMike Frysinger2021-02-231-7/+7
* diff: add --jobs supportMike Frysinger2021-02-231-4/+38
* forall: rewrite parallel logicMike Frysinger2021-02-221-66/+40
* forall: improve pool logicMike Frysinger2021-02-221-15/+10
* status: improve parallel execution stabilityMike Frysinger2021-02-222-13/+13
* command: unify --job option & default valuesMike Frysinger2021-02-224-25/+13
* use simpler super() magicMike Frysinger2021-02-191-2/+2
* init: make --manifest-url flag optionalMike Frysinger2021-02-181-4/+16
* git_command: rework stdin handlingMike Frysinger2021-02-171-3/+1
* trim redundant pass statementsMike Frysinger2021-02-162-2/+0
* sync: use subprocess.run to verify tagsMike Frysinger2021-02-161-13/+4
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-112-19/+23
* diffmanifests/sync: simplify repodir lookupMike Frysinger2021-02-112-3/+3
* git_config: add SetBoolean helperMike Frysinger2021-02-111-7/+7
* sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti2021-02-081-6/+13