summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* harmonize --current-branch short option across subcommandsMike Frysinger2021-05-033-5/+22
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-6/+16
* upload: search local projects in parallelMike Frysinger2021-05-021-31/+37
* upload: include the project in error messagesMike Frysinger2021-05-021-2/+2
* Update copyfile and linkfile if manifest updatedjiajia tang2021-05-011-0/+64
* help/version: sprinkle bug report URL aroundMike Frysinger2021-04-262-0/+4
* sync: fix missing import for -qv2.14.1Mike Frysinger2021-04-211-1/+1
* 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-159-143/+105
* list: fix help grammarMike Frysinger2021-04-141-3/+3
* 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