summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync: Keep the project.list file sortedShawn O. Pearce2009-06-041-0/+1
* sync: Tolerate blank lines in project.listv1.6.8.1Shawn O. Pearce2009-06-041-1/+5
* sync: Don't process project.list in a mirrorShawn O. Pearce2009-06-041-0/+4
* Delete empty parent subdirs after deleting obsolete paths.v1.6.8Jaikumar Ganesh2009-06-021-0/+8
* Update project paths after sync.Jaikumar Ganesh2009-06-021-0/+48
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-291-5/+2
* Document the SSH ControlMaster behavior of repo syncShawn O. Pearce2009-04-211-0/+29
* Clarify options that control the repo executable versionShawn O. Pearce2009-04-181-2/+3
* Only fetch repo once-per-day under normal 'repo sync' usageShawn O. Pearce2009-04-181-3/+11
* Change repo sync to be more friendly when updating the treev1.6.6Shawn O. Pearce2009-04-161-5/+13
* Add 'repo selfupdate' to upgrade only repoShawn O. Pearce2009-04-131-15/+24
* Add a project progress meter to 'repo sync'Shawn O. Pearce2009-04-101-1/+8
* Add 'repo sync -l' to only do local operationsShawn O. Pearce2009-04-101-25/+33
* Add 'repo sync -d' to detach projects from their current topicShawn O. Pearce2009-04-101-1/+15
* Add 'repo sync -n' to only do the network transferShawn O. Pearce2009-04-101-0/+7
* Hide the internal sync --repo-upgraded flag from usersShawn O. Pearce2009-04-101-1/+2
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-031-2/+2
* Add 'repo init --mirror' to download a complete forrestv1.1Shawn O. Pearce2008-11-051-2/+3
* Install a default pre-auto-gc hook in all repositoriesShawn O. Pearce2008-11-031-1/+9
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+150