summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+1
* sync: fix manifest sync-j handlingMike Frysinger2022-12-081-29/+42
* 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
* 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
* subcmds: display correct path multitree messagesLaMont Jones2022-11-151-1/+1
* sync: REPO_AUTO_GC=1 to restore old behavior.LaMont Jones2022-11-101-2/+10
* sync: no garbage collection by defaultLaMont Jones2022-11-081-1/+19
* sync: clear preciousObjects when set in error.LaMont Jones2022-11-031-21/+75
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-8/+5
* 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
* sync: use namedtuples for internal return valuesLaMont Jones2022-09-191-12/+83
* sync: incorporate review feedback.LaMont Jones2022-09-191-31/+32
* sync: save any cruft after calling git gc.v2.29.2LaMont Jones2022-09-091-4/+44
* sync: Correctly sync multi manifest workspacesv2.29.1LaMont Jones2022-08-241-6/+5
* sync: handle smartsync HTML responses betterMike Frysinger2022-07-281-4/+10
* sync: start clearing git settings that disabled pruningLaMont Jones2022-07-251-12/+18
* sync: rework --jobs to provide better defaultsMike Frysinger2022-07-251-26/+41
* Only sync superproject if it will be used.LaMont Jones2022-06-081-1/+1
* sync: add multi-manifest supportv2.26LaMont Jones2022-05-261-98/+176
* sync: refactor use of self.manifestLaMont Jones2022-04-141-68/+82
* Stop passing optparse.Values to git_superprojectLaMont Jones2022-04-141-3/+5
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-6/+5
* sync: respect `sync-c` manifest optionDaniel Andersson2022-04-081-2/+7
* manifest_xml: Add Load and Unload methodsLaMont Jones2022-04-081-2/+2
* Move manifest config logic into ManifestProjectLaMont Jones2022-04-061-1/+1
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-2/+6
* sync: With --mirror option, don't display no-use-superproject... message.Raman Tenneti2021-12-071-2/+3
* init, sync: fixed flake8 warnings.v2.18Raman Tenneti2021-11-181-4/+4
* superproject: Inherit --no-use-superproject with --mirror option.Raman Tenneti2021-11-181-0/+4
* sync: link the internal-fs-layout doc into checkoutsMike Frysinger2021-11-151-0/+9
* sync: make --prune the defaultMike Frysinger2021-11-051-2/+7
* sync: fix --tags optionMike Frysinger2021-11-051-3/+2
* superproject: added 'implies -c' in the help of --use-superproject option.Raman Tenneti2021-11-011-2/+1
* sync: properly handle standalone manifests for `sync` commandv2.17.2Jack Neus2021-10-151-2/+4
* subcmds/sync: Use pack-refs instead of gc for redundant gitdirs.Allen Webb2021-10-141-10/+24
* subcmds/sync: Disable autoDetach for git gc.Allen Webb2021-10-051-0/+1
* make file removal a bit more robustMike Frysinger2021-09-281-15/+5
* sync: Log repo sync state events as 'data' events.Raman Tenneti2021-09-141-4/+4
* superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti2021-08-131-5/+9
* sync: Added logging of repo sync state and config options for analysis.Raman Tenneti2021-07-291-3/+20
* superproject: Skip updating of superproject when -l is used with sync.Raman Tenneti2021-07-281-0/+6
* Update manifest_name with the returned manifest name for superproject.v2.16.2Xin Li2021-07-141-3/+1
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-141-3/+4
* Fix an issue that repo can't see projects declared in a local manifest.Xin Li2021-07-131-1/+1
* sync: dump git output on errorsMike Frysinger2021-07-041-1/+1