summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add wrapper moduleConley Owens2014-01-301-2/+2
* Properly iterate through valuesv1.12.9Conley Owens2014-01-291-1/+1
* Merge "repo: Support multiple branches for the same project."Conley Owens2014-01-101-12/+42
|\
| * repo: Support multiple branches for the same project.David James2013-10-141-12/+42
* | Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-4/+7
* | Fix some python3 encoding issuesChirayu Desai2013-11-211-1/+1
|/
* Sync: Improved error message when manifest server RPC call failsDavid Pursehouse2013-09-251-1/+2
* Sync: Print name of manifest server used for smart sync/smart tagDavid Pursehouse2013-09-251-0/+2
* Merge "sync: assign manifest_name earlier"David Pursehouse2013-06-111-1/+2
|\
| * sync: assign manifest_name earlierChirayu Desai2013-06-111-1/+2
* | Fix urllib.parse (urlparse) handlingChirayu Desai2013-06-111-2/+2
|/
* Merge "Fix "'module' object is not callable" error"Conley Owens2013-06-101-1/+1
|\
| * Fix "'module' object is not callable" errorDavid Pursehouse2013-06-081-1/+1
* | Degrade: Fix smart sync/smart tagVictor Boivie2013-06-081-3/+4
|/
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-11/+6
* Some fixes for supporting python3Chirayu Desai2013-04-181-8/+23
* sync: be more verboseChirayu Desai2013-04-151-0/+5
* Reload the correct manifest during sync.Tim Kilbourn2013-03-081-2/+9
* Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-051-2/+2
* Add --no-tags option to prevent fetching of tagsMitchel Humpherys2013-02-271-3/+9
* Allow sync to run even when the manifest is broken.Torne (Richard Coles)2012-12-051-2/+5
* Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-2/+31
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-6/+6
* Fix inconsistent indentationDavid Pursehouse2012-11-141-84/+84
* Change print statements to work in python3Sarah Owens2012-11-131-48/+54
* Always show --manifest-server-* optionsConley Owens2012-11-061-6/+6
* sync: Only parallelize gc for git >= 1.7.2Dave Borowitz2012-10-311-2/+3