summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | git_config: add SetBoolean helperMike Frysinger2021-02-114-14/+81
* | superproject: Pass branch to git ls-tree.Raman Tenneti2021-02-081-4/+8
* | sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti2021-02-083-26/+43
* | sync: superproject performance changes.Raman Tenneti2021-02-073-58/+212
* | manifest: set revisionId as revision attribute it it is not being set in ToXml.Raman Tenneti2021-02-072-0/+22
* | Update _CheckForImmutableRevision to use git rev-listIan Kasprzak2021-02-051-1/+3
* | sync: Added --filter=blob:none for git clone of superproject.Raman Tenneti2021-02-021-1/+1
* | sync: Do a git pull with --use-superproject if superproject tree already exists.Raman Tenneti2021-02-012-1/+8
* | sync: Added --filter=blob:none (and no-depth) wduring git clone of superproject.Raman Tenneti2021-02-011-8/+29
* | git_command.py: Handle unicode decode errorGaurav Pathak2021-01-281-1/+1
* | sync: Disable info about disabling pruning when quietAnders Björklund2021-01-221-2/+3