summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Smartsync: Don't fail if there isn't a cookiefilev1.12.27Dan Willemsen2015-08-201-13/+16
* Sync: Refactor netrc parsingDavid Pursehouse2015-08-201-10/+9
* Merge "Support smart-sync through persistent-http[s]"Dan Willemsen2015-08-191-1/+104
|\
| * Support smart-sync through persistent-http[s]Dan Willemsen2015-08-191-1/+104
* | GITC: Add repo sync support.Simran Basi2015-08-181-0/+29
|/
* Merge "Emit project info in case of sync exception."Conley Owens2015-07-311-1/+3
|\
| * Emit project info in case of sync exception.Dan Sandler2015-07-311-1/+3
* | Add option to correct gitdir when syncingv1.12.25Kevin Degi2015-07-291-1/+12
* | sync: Remove smart sync override manifest when not in smart sync modeDavid Pursehouse2015-07-061-5/+13
* | sync: Improve error message when writing smart sync manifest failsDavid Pursehouse2015-07-061-2/+3
* | Add option on sync to avoid fetching from remotes for existing sha1David Pursehouse2015-04-301-2/+11
* | Add missing documentation of --current-branch option on sync commandDavid Pursehouse2015-01-291-0/+3
* | Allow selection of a target when using smart sync.Jeff Davidson2014-10-021-1/+4
* | Use JSON instead of pickleAnthony King2014-05-071-26/+21
|/
* Clean up duplicate logic in subcmds/sync.py.David James2014-02-141-49/+34