summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sync: Remove unused variableJosip Sokcevic2023-02-021-1/+1
* Handle KeyboardInterrupt during repo syncJosip Sokcevic2023-02-011-0/+2
* Update sync progressJosip Sokcevic2023-02-011-1/+1
* project: clean up error messageLaMont Jones2023-02-011-6/+8
* Update bug tracking linksJosip Sokcevic2023-02-012-3/+3
* git_superproject: Log actual error fmt instead of the entire error message.Joanna Wang2023-02-012-24/+28
* sync: Silence 'not found in manifest' messageMichael Kelly2023-01-311-1/+1
* Enable use of REPO_CONFIG_DIR to customize .repoconfig locationGavin Mak2023-01-283-7/+15
* init: Silence the "rm -r .repo and try again" message if quietGavin Mak2023-01-061-6/+5
* Fix flake8 warnings for some filesSergiy Belozorov2023-01-055-29/+33
* update_manpages.py: treat regex as raw stringDaniel Kutik2022-12-131-4/+4
* Use 'backslashreplace' for decodeDaniel Kutik2022-12-131-2/+1
* Use print with flush=True instead of stdout.flushDaniel Kutik2022-12-132-15/+5
* pylint: remove unused importsDaniel Kutik2022-12-138-13/+3
* update-manpages: clean up symlink in checkoutMike Frysinger2022-12-124-104/+124
* upload: Allow user to configure unusual commit thresholdDavid Greenaway2022-12-122-44/+79
* repo_trace: Avoid race conditions with trace_file updating.Joanna Wang2022-12-092-18/+93
* github: enable flake8 postsubmit testingMike Frysinger2022-12-091-0/+23
* Use --negotiation-tip in superproject fetches.Joanna Wang2022-12-092-1/+50
* tests: clean up repo_trace._TRACE_FILE patchingMike Frysinger2022-12-086-29/+25
* wrapper: switch to functools.lru_cacheMike Frysinger2022-12-082-12/+9
* tests: drop old unittest.main logicv2.31Mike Frysinger2022-12-084-16/+0
* sync: fix manifest sync-j handlingMike Frysinger2022-12-082-29/+89
* sync: Fix undefined variable in _FetchOneKarsten Tausche2022-12-081-2/+3
* sync: finish marking REPO_AUTO_GC=1 as deprecated.LaMont Jones2022-12-051-5/+3
* test_manifest_config_properties: use assertEqualDaniel Kutik2022-12-051-4/+4
* sync: cleanup output when not doing GCLaMont Jones2022-12-021-13/+14
* Revert "sync: save any cruft after calling git gc."LaMont Jones2022-12-021-45/+4
* sync: mark REPO_AUTO_GC=1 as deprecated.LaMont Jones2022-12-021-1/+5
* Fix ManifestProject.partial_clone_exclude property.Joanna Wang2022-12-023-5/+90
* release-process: update to use ./release/sign-tag.pyMike Frysinger2022-12-011-17/+10
* wrapper.py: Replacing load_module() with exec_module()Daniel Kutik2022-11-281-7/+7
* Fixed wrapper related warnings in testsDaniel Kutik2022-11-282-8/+9
* test_capture: allow both Unix and Windows line sepDaniel Kutik2022-11-281-1/+3
* test_bad_path_name_checks: allow Windows path sepDaniel Kutik2022-11-281-1/+1
* test: Fix char encoding issues on windowsDaniel Kutik2022-11-271-2/+2
* test: fix path seperator errors on windowsDaniel Kutik2022-11-273-20/+20
* tox: Allow passing positional argumentsDaniel Kutik2022-11-271-1/+1
* trace: make test timeout after 2minDaniel Kutik2022-11-261-1/+1
* tox: Make all tests timeout after 5minDaniel Kutik2022-11-261-1/+6
* Update GH Action test-ci.yml dependenciesDaniel Kutik2022-11-261-3/+3
* tox: enable python 3.10 testingDaniel Kutik2022-11-252-2/+3
* Resolved DeprecationWarning for currentThread()Daniel Kutik2022-11-251-1/+1
* Set repo version to 2.30 (current)Josip Sokcevic2022-11-231-1/+1
* Extract env building into a testable helper.v2.30Sam Saccone2022-11-162-29/+89
* Do not set ALT object dirs when said path resolves to the same dir.Sam Saccone2022-11-161-2/+4
* tests: Fix update-manpages test.LaMont Jones2022-11-161-1/+1
* subcmds: display correct path multitree messagesLaMont Jones2022-11-153-17/+21
* update-manpages: explicitly strip color codesLaMont Jones2022-11-143-7/+49
* repo_trace: drop notification of trace file name.LaMont Jones2022-11-141-6/+15