summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Always print percentage when syncing quietlyTim Schumacher2017-07-151-1/+2
* | | Fix "list comprehension redefines 'x'" warnings from pyflakesDavid Pursehouse2017-07-101-2/+2
|/ /
* | Merge "Add a newline after "Fetching projects" progress output"David Pursehouse2017-06-281-1/+2
|\ \
| * | Add a newline after "Fetching projects" progress outputTim Schumacher2017-06-131-1/+2
| |/
* / sync: Continue job if some fetchs failed but force-broken is setNicolas Cornu2017-06-161-1/+1
|/
* sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-291-7/+24
* init: add --submodules to sync manifest submodulesMartin Kelly2017-05-231-2/+3
* sync.py: report the remote URL on fatal git remote errorsMarc Herbert2017-04-041-1/+3
* sync: Fix semaphore release bug that causes thread 'leaks'Andrew Wheeler2016-10-111-10/+12
* Support broken symlinks when cleaning obsolete pathsv1.12.37Dan Willemsen2016-09-271-1/+7
* On project cleanup, don't remove nested projectsDan Willemsen2016-09-201-14/+57
* When syncing a project with a shared object store, disable automatic pruning.Gabe Black2016-09-141-4/+7
* sync: Update help text for --smart-sync to be more specificDavid Pursehouse2016-04-131-1/+1
* Sync: Fix error exit code when both -n and -f are usedHu Xiuyun2015-11-261-1/+2
* Sync: Add option to prune refs during syncDavid Pursehouse2015-10-271-1/+7
* Sync: Add HTTP Cookie File header on temporary cookie fileDavid Pursehouse2015-10-021-0/+1
* Sync: Don't fail when git cookies can't be loadedDavid Pursehouse2015-10-021-1/+4
* GITC: Always update the gitc manifest from the repo manifestv1.12.31Dan Willemsen2015-09-091-12/+20
* Revert "GITC: Always update the gitc manifest from the repo manifest"Dan Willemsen2015-09-091-15/+11
* GITC: Always update the gitc manifest from the repo manifestDan Willemsen2015-09-091-11/+15
* GITC: Fix repo sync.v1.12.29Simran Basi2015-09-031-1/+1
* GITC: Pull GITC Manifest Dir from the config.Simran Basi2015-08-311-13/+0
* GITC: Add repo start support.Simran Basi2015-08-281-15/+29