summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add --jobs option to forall subcommandTakeshi Kanemoto2014-06-241-113/+177
* Use fetch --unshallow when appropriate.Conley Owens2014-05-091-4/+24
* Merge "Enable remotes to define their own revision"Conley Owens2014-05-083-9/+28
|\
| * Enable remotes to define their own revisionAnthony King2014-05-073-9/+28
* | Merge "Return a list rather than dict_values in XmlManifest.projects()"Conley Owens2014-05-071-1/+1
|\ \
| * | Return a list rather than dict_values in XmlManifest.projects()Anthony King2014-05-061-1/+1
| |/
* | Merge "Define unicode as str if using Python 3"Conley Owens2014-05-071-2/+4
|\ \
| * | Define unicode as str if using Python 3Anthony King2014-05-061-2/+4
| |/
* | Merge "Use exec() rather than execfile()"Conley Owens2014-05-071-1/+2
|\ \
| * | Use exec() rather than execfile()Anthony King2014-05-051-1/+2
| |/
* | Use JSON instead of pickleAnthony King2014-05-072-58/+43
* | Use next(iterator) rather than iterator.next()Anthony King2014-05-072-6/+6
* | Merge "Prevent warning twice about Python 3 usage"David Pursehouse2014-05-071-4/+4
|\ \
| * | Prevent warning twice about Python 3 usageAnthony King2014-05-061-4/+4
| |/
* / Use sorted() rather than .sort()Anthony King2014-05-061-4/+2
|/
* Ensure HEAD is correct when skipping remote fetchv1.12.16Conley Owens2014-05-011-11/+6
* Add 'shallow' gitfile to symlinksv1.12.15Conley Owens2014-04-301-1/+1
* Merge "Ignore clone-depth attribute when fetching to a mirror"v1.12.14Conley Owens2014-04-241-4/+10
|\
| * Ignore clone-depth attribute when fetching to a mirrorDavid Pursehouse2014-04-161-4/+10
* | Add linkfile support.Jeff Hamilton2014-04-222-8/+57
* | Merge "Don't try to remove .repo if it doesn't exist"David Pursehouse2014-04-181-6/+2
|\ \ | |/ |/|
| * Don't try to remove .repo if it doesn't existMitchel Humpherys2014-03-121-6/+2
* | Add total count and iteration count to forall environmentMitchel Humpherys2014-03-311-1/+10
* | Make --no-tags work with -cMitchel Humpherys2014-03-121-7/+7
* | Fix indentation in project.pyDavid Pursehouse2014-03-111-1/+1
|/
* More verbose errors for NoManifestExceptions.Dan Sandler2014-03-113-13/+25
* Add reviewers automatically from project's git configbijia2014-03-041-3/+14
* Don't fetch from remotes if commit id exists locallyChris AtLee2014-03-031-12/+18
* Merge "Clean up duplicate logic in subcmds/sync.py."Conley Owens2014-02-281-49/+34
|\
| * Clean up duplicate logic in subcmds/sync.py.David James2014-02-141-49/+34
* | Fix to mirror manifest when --mirror is givenKwanhong Lee2014-02-201-1/+2
* | Add the "diffmanifests" commandJulien Campergue2014-02-173-1/+287
* | Merge "Add error message for download -c conflicts"David Pursehouse2014-02-171-1/+7
|\ \ | |/ |/|
| * Add error message for download -c conflictsRob Ward2014-02-111-1/+7
* | Check for existence of refs upon initial fetchConley Owens2014-02-121-0/+6
|/
* Merge "Stop appending 'p/' to review urls"Conley Owens2014-02-101-1/+1
|\
| * Stop appending 'p/' to review urlsConley Owens2014-02-041-1/+1
* | Merge "Implement Kerberos HTTP authentication handler"David Pursehouse2014-02-051-0/+87
|\ \ | |/ |/|
| * Implement Kerberos HTTP authentication handlerCarlos Aguado2014-02-041-0/+87
* | Merge "Changes to support sso: repositories for upload"Conley Owens2014-02-041-1/+4
|\ \
| * | Changes to support sso: repositories for uploadSteve Pucci2014-01-311-1/+4
| |/
* / Fix persistent-https relative url resolvingConley Owens2014-01-311-8/+10
|/
* Update the version number on the repo launcherv1.12.13Conley Owens2014-01-301-1/+1
* Share git version parsing code with wrapper modulev1.12.12Conley Owens2014-01-302-14/+19
* Add wrapper moduleConley Owens2014-01-303-17/+37
* Respect version hyphenationv1.12.11Conley Owens2014-01-301-1/+1
* Handle release candidates in git version parsingConley Owens2014-01-301-4/+8
* repo: Fix 'remove-project' regression with multiple projects.v1.12.10David James2014-01-301-3/+6
* Properly iterate through valuesv1.12.9Conley Owens2014-01-291-1/+1
* Merge "Only fetch current branch on shallow clients"v1.12.8Conley Owens2014-01-291-4/+7
|\