summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: fix duplicate method from copy & paste errorMike Frysinger2021-03-041-2/+2
* project: fix variable typov2.13.2Mike Frysinger2021-03-031-1/+1
* manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger2021-03-023-15/+62
* 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
* project: skip clone bundles when we've already initialized the object dirMike Frysinger2021-03-011-0/+6
* git_refs: fix crash with binary . files in .git/refs/Mike Frysinger2021-02-281-4/+7
* git_command: pass GIT_DIR on Windows with /Mike Frysinger2021-02-281-0/+3
* manifest: validate project name & path and include name attributesMike Frysinger2021-02-282-75/+173
* manifest: refactor the filesystem checking logic for more reuseMike Frysinger2021-02-282-5/+33
* 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
* progress: include execution time summaryMike Frysinger2021-02-261-4/+23
* sync: superproject - support for switching hosts and switching branches.Raman Tenneti2021-02-252-53/+48
* grep: move nested func out to the classMike Frysinger2021-02-251-37/+35
* sync: capture all git output by defaultMike Frysinger2021-02-252-6/+22
* progress/sync: include active number of jobsMike Frysinger2021-02-252-12/+35
* progress: always enable always_print_percentageMike Frysinger2021-02-252-18/+11
* init: support -b HEAD as a shortcut to "the default"Mike Frysinger2021-02-252-6/+10
* project: fix http error retry logicMike Frysinger2021-02-251-4/+6
* tests: fix init subcmd after url changeMike Frysinger2021-02-251-1/+1
* tests: refactor manifest testsMike Frysinger2021-02-251-90/+98
* sync: use superproject if manifest's config has superproject enabled.Raman Tenneti2021-02-251-1/+3
* docs: add warnings about repos data modelMike Frysinger2021-02-251-2/+22
* platform_utils: delete unused FileDescriptorStreams APIsMike Frysinger2021-02-241-158/+0
* sync: update event is_set APIMike Frysinger2021-02-231-7/+7
* git_command: switch process capturing over to subprocessMike Frysinger2021-02-231-33/+7
* diff: add --jobs supportMike Frysinger2021-02-232-5/+41
* 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-223-13/+22
* command: unify --job option & default valuesMike Frysinger2021-02-225-25/+27
* git_command: make execution synchronousMike Frysinger2021-02-201-6/+6
* use simpler super() magicMike Frysinger2021-02-194-17/+16
* error: fix pickling of all exceptionsMike Frysinger2021-02-192-8/+61
* init: make --manifest-url flag optionalMike Frysinger2021-02-182-8/+23
* gitc_utils: rewrite to use multiprocessingMike Frysinger2021-02-181-21/+29
* project: make diff tools synchronousMike Frysinger2021-02-181-52/+44
* git_command: rework stdin handlingMike Frysinger2021-02-172-10/+8
* trim redundant pass statementsMike Frysinger2021-02-163-3/+0
* git_command: use subprocess.run for version infoMike Frysinger2021-02-161-5/+4
* 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-116-136/+185
* diffmanifests/sync: simplify repodir lookupMike Frysinger2021-02-112-3/+3