summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+1
* Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-261-20/+1
* repo selfupdate: Fix _PostRepoUpgrade takes 2 argumentsShawn O. Pearce2012-10-261-3/+3
* Update PGP keys during _PostRepoUpgrade in `sync`Conley Owens2012-10-251-2/+6
* Merge "sync: Run gc --auto in parallel"Shawn Pearce2012-10-251-2/+53
|\
| * sync: Run gc --auto in parallelDave Borowitz2012-10-251-2/+53
* | Merge "sync: Keep a moving average of last fetch times"Shawn Pearce2012-10-251-5/+17
|\|
| * sync: Keep a moving average of last fetch timesDave Borowitz2012-10-241-5/+17
* | Merge "sync: Order projects according to last fetch time"Shawn Pearce2012-10-251-1/+60
|\|
| * sync: Order projects according to last fetch timeDave Borowitz2012-10-241-1/+60
* | Fix pylint warnings introduced by the submodule patchChe-Liang Chiou2012-10-251-2/+2
* | Merge "Use modern Python exception syntax"Conley Owens2012-10-251-3/+3
|\ \
| * | Use modern Python exception syntaxSarah Owens2012-10-231-3/+3
| |/
* / Represent git-submodule as nested projectsChe-Liang Chiou2012-10-231-1/+20
|/
* Rename "dir" variablesMickaël Salaün2012-10-101-4/+4
* Coding style cleanupDavid Pursehouse2012-10-091-7/+6
* Remove unreachable codeDavid Pursehouse2012-10-051-8/+0
* sync: Support manual authentication to the manifest serverDavid Pursehouse2012-09-211-19/+52
* sync: Support authentication to manifest server with .netrcDavid Pursehouse2012-09-111-1/+29
* sync: Correct imports of `R_HEADS` and `HEAD`David Pursehouse2012-09-071-3/+1
* sync: catch exceptions when connecting to the manifest serverDavid Pursehouse2012-09-061-3/+7
* Make "repo sync -j<count>" stop properly on Ctrl-C.David 'Digit' Turner2012-09-051-0/+2
* sync: Honor --no-clone-bundle with -j1Shawn O. Pearce2012-08-021-2/+4
* Add manifest groupsv1.8.2Colin Cross2012-04-131-2/+3
* sync: --no-clone-bundle disables the clone bundle supportv1.8.0Shawn O. Pearce2012-03-141-2/+13
* sync: Add manifest_name parameterChris Wolfe2012-01-261-0/+12
* Add a sync flag that fetches only current branchAnatol Pomazau2011-11-031-3/+9
* Fix Python 2.4 supportShawn O. Pearce2011-10-111-8/+4
* sync: Update default -j flag from manifestShawn O. Pearce2011-09-261-1/+2
* sync: Allow -j to have a default in manifestv1.7.6Shawn O. Pearce2011-09-221-1/+4
* sync: Limit -j to file descriptorsShawn O. Pearce2011-09-221-0/+12
* Smart tag supportVictor Boivie2011-07-201-15/+23
* Fix parallel sync on python < 2.6.Daniel Sandler2011-04-041-2/+2
* sync: Fix syntax error on Python 2.4v1.7.4.2Shawn O. Pearce2011-03-221-22/+23
* Make 'repo sync -jN' exit with an error code in the case of sync errors.Doug Anderson2011-03-171-14/+70
* sync: Run `git gc --auto` after fetchShawn O. Pearce2011-01-091-0/+2
* Encode the environment variables passed to gitShawn O. Pearce2011-01-091-4/+4
* Added feature to print a <notice> from manifest at the end of a sync.v1.7.1Doug Anderson2010-11-011-0/+5
* sync: Use --force-broken to continue other projectsv1.7Andrei Warkentin2010-10-291-3/+15
* sync --quiet: be more quietShawn O. Pearce2010-10-291-8/+16
* sync: support --jobs to fetch projects simultaneouslyRoy Lee2010-05-271-7/+46
* Aliasing sync -s to 'smartsync'v1.6.9.7Nico Sallembien2010-05-171-4/+5
* Override manifest file only after it is fully written to disk.v1.6.9.4Nico Sallembien2010-04-261-1/+1
* Strip refs/heads in the branch sent to the manifest server.Nico Sallembien2010-04-261-0/+3
* sync: Safely skip already deleted projectsv1.6.9.3Anthony2010-04-141-25/+29
* Add a 'smart sync' option to repo syncv1.6.9.2Nico Sallembien2010-04-131-0/+52
* Fixing project renaming bug.v1.6.8.8Nico Sallembien2009-12-101-9/+9