summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Shawn O. Pearce2011-01-091-4/+4
|\
| * Encode the environment variables passed to gitShawn O. Pearce2011-01-091-4/+4
* | Merge branch 'stable'Shawn O. Pearce2010-12-071-37/+159
|\|
| * 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
* | Merge branch 'stable'Shawn O. Pearce2010-03-061-2/+9
|\|
| * Fixing project renaming bug.v1.6.8.8Nico Sallembien2009-12-101-9/+9
* | sync: Support upgrading manifest formatsShawn O. Pearce2009-07-031-1/+9
* | sync: Run `git gc --auto` after fetchShawn O. Pearce2009-07-031-0/+2
* | Create an abstract Manifest base classShawn O. Pearce2009-07-031-1/+1
|/
* 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