summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync: invert --force-broken with --fail-fastMike Frysinger2019-08-271-12/+14
* rebase/sync: use exit(1) for errors instead of exit(-1)Mike Frysinger2019-08-081-4/+4
* sync: fix handling of -f and local checkoutsMike Frysinger2019-08-081-3/+1
* Add support for partial clone.v1.13.4Xin Li2019-07-161-20/+156
* sync: use integer division with job countsMike Frysinger2019-06-141-2/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* sync: deleted unused repos in reversed order (children before parent)Kuang-che Wu2019-04-061-1/+2
* sync: Add option '--force-remove-dirty'Oleksii Okolielov2019-03-111-3/+17
* Add support for long pathsRenaud Paquay2018-10-221-13/+13
* update markdown/help header formatMike Frysinger2018-10-101-4/+2
* Replace all os.remove callsRenaud Paquay2017-08-311-5/+5
* Implement islink, readlink and realpath using Win32 apiRenaud Paquay2017-08-311-1/+1
* Merge changes from topic "windows-support"David Pursehouse2017-08-301-2/+2
|\
| * Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-291-2/+2
* | Merge "Always print percentage when syncing quietly"David Pursehouse2017-08-021-1/+2
|\ \