summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | sync: Added --use-superproject option and support for superproject.v2.12Raman Tenneti2021-01-216-7/+285
* | launcher: bump version for new releaseMike Frysinger2021-01-211-1/+1
* | Update "evt" field to be logged as a string type.Ian Kasprzak2021-01-192-1/+3
* | launcher: add a requirements framework to declare version dependenciesMike Frysinger2021-01-193-0/+222
* | manifest_xml: - Added doc and testing of unknown tags/elements.Raman Tenneti2021-01-122-0/+27
* | version: add remote tracking informationMike Frysinger2021-01-081-0/+2
* | manifest_xml: initial support for <superproject>Raman Tenneti2021-01-083-0/+123
* | launcher: bump version for new releasev2.11.1Mike Frysinger2021-01-071-1/+1
* | Fix bug in git trace2 event Write() function when no config present.Ian Kasprzak2021-01-072-21/+52
* | drop pyversion & is_python3 checkingMike Frysinger2021-01-0613-156/+20
* | strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-0657-174/+0
* | launcher: add test for version requirementsv2.11Mike Frysinger2021-01-061-0/+11
* | main: require Python 3.5 nowMike Frysinger2021-01-061-1/+1
* | Enable git trace2 event format logging.Ian Kasprzak2021-01-063-0/+375
* | launcher: abort if python3 reexec failedMike Frysinger2021-01-051-3/+4
* | launcher: support Python 3.5 for nowMike Frysinger2021-01-051-10/+23
* | project: detach HEAD in internal worktree checkout.Remy Böhmer2020-12-261-2/+7
* | Add parallelism to 'branches' commandChris McDonald2020-12-142-4/+43