summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* repo_trace: adjust formatting, update man page.LaMont Jones2022-11-142-36/+36
* upload: track projects by path, rather than nameLaMont Jones2022-11-141-5/+7
* trace: restore Progress indicator.v2.29.9LaMont Jones2022-11-102-11/+6
* sync: REPO_AUTO_GC=1 to restore old behavior.LaMont Jones2022-11-101-2/+10
* Fix TRACE_FILE renaming.v2.29.8Joanna Wang2022-11-093-13/+14
* sync: no garbage collection by defaultLaMont Jones2022-11-084-4/+43
* Improve always-on-traceLaMont Jones2022-11-082-10/+17
* Merge branch stable into main (--strategy=ours).LaMont Jones2022-11-080-0/+0
|\
| * v2.29.7: Revert back to v2.29.5v2.29.7LaMont Jones2022-11-0815-379/+149
|/
* GitcInit: fix gitc-init failurev2.29.6Woody Lin2022-11-041-1/+2
* sync: clear preciousObjects when set in error.LaMont Jones2022-11-034-31/+126
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-0313-110/+244
* tests: Make the tests pass for Python < 3.8Peter Kjellerstedt2022-10-281-7/+7
* init: add --manifest-depth for shallow manifest clonev2.29.5LaMont Jones2022-10-275-4/+28
* Revert "init: change --depth default to 1 for manifest repo"LaMont Jones2022-10-274-15/+0
* sync: uninitialized variable on mirror sync failureLaMont Jones2022-10-261-0/+1
* sync: do not require python 3.9v2.29.4LaMont Jones2022-10-251-5/+5
* sync: only use --cruft when git supports it.v2.29.3LaMont Jones2022-09-221-3/+9
* project: Add a missing call to _CopyAndLinkFilesPeter Kjellerstedt2022-09-201-0/+2
* manifest: allow extend-project to override dest-branch and upstreamErik Elmeke2022-09-203-0/+38
* sync: use namedtuples for internal return valuesLaMont Jones2022-09-193-21/+103