summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* progress: always enable always_print_percentageMike Frysinger2021-02-251-2/+1
* sync: use superproject if manifest's config has superproject enabled.Raman Tenneti2021-02-251-1/+3
* sync: update event is_set APIMike Frysinger2021-02-231-7/+7
* command: unify --job option & default valuesMike Frysinger2021-02-221-5/+4
* trim redundant pass statementsMike Frysinger2021-02-161-1/+0
* 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-111-19/+3
* diffmanifests/sync: simplify repodir lookupMike Frysinger2021-02-111-1/+1
* sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti2021-02-081-6/+13
* sync: superproject performance changes.Raman Tenneti2021-02-071-36/+45
* 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-211-1/+39
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-20/+5
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* sync: respect --force-sync when fetching manifest project updatesErwan Yvin2020-11-171-0/+1
* subcmds/sync.py: Fix typo in helpRoger Shimizu2020-06-061-1/+1
* sync: fix duplicate word in descriptionMike Frysinger2020-05-241-1/+1
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-211-2/+6
* sync: add retry to fetch operationsGeorge Engelbrecht2020-04-021-0/+5
* init: rename --repo-branch to --repo-revMike Frysinger2020-03-181-1/+1
* sync: warn if not tracking a branchMike Frysinger2020-03-171-0/+7
* sync: fix os.environ logic errorsMike Frysinger2020-03-071-3/+3
* sync: Fix flake8 E125 and E129 warningsDavid Pursehouse2020-02-201-3/+3
* project/sync: move DeleteProject helper to ProjectMike Frysinger2020-02-201-81/+4
* project: set core.repositoryFormatVersion=1 when using extensionsMike Frysinger2020-02-191-2/+1
* add experimental git worktree supportMike Frysinger2020-02-191-6/+18
* assume environment always accepts stringsMike Frysinger2020-02-191-8/+8
* avoid negative variablesMike Frysinger2020-02-191-9/+9
* Open temporary cookie file as writable in sync.pyCollin Fijalkovich2020-02-181-1/+1
* sync: introduce --verbose optionMike Frysinger2020-02-171-3/+10
* sync: add a "finished" messageMike Frysinger2020-02-121-0/+3
* drop old git_require checksMike Frysinger2020-02-121-2/+1
* Fix usage of bare 'except'David Pursehouse2020-02-121-1/+1
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+9
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-20/+20
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-3/+3
* Remove redundant backslashesDavid Pursehouse2020-02-121-1/+1
* Fix tests for membership to use 'not in'David Pursehouse2020-02-121-1/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-15/+15
* Remove trailing blank linesDavid Pursehouse2020-02-121-1/+0
* sync: change how we preserve objects in shared reposMike Frysinger2020-02-111-2/+13
* sync: try to checkout repos across sync failuresMike Frysinger2020-02-051-29/+57
* sync: add option to skip manifest updateFredrik de Groot2020-02-051-1/+8
* sync: merge project updates with status barMike Frysinger2019-11-121-11/+4
* sync: report list of failing git treesVadim Bendebury2019-11-121-2/+11
* use open context managers in more placesMike Frysinger2019-11-121-20/+5
* sync: create dedicated manifest project update funcMike Frysinger2019-09-191-24/+28
* sync: create dedicated smart sync funcMike Frysinger2019-09-111-96/+100
* sync: fix deprecated command line option -fv1.13.5.1Stefan Müller-Klieser2019-08-301-0/+1
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-20/+14