summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* Use fetch --unshallow when appropriate.Conley Owens2014-05-091-4/+24
* Merge "Enable remotes to define their own revision"Conley Owens2014-05-081-2/+5
|\
| * Enable remotes to define their own revisionAnthony King2014-05-071-2/+5
* | Merge "Use exec() rather than execfile()"Conley Owens2014-05-071-1/+2
|\ \
| * | Use exec() rather than execfile()Anthony King2014-05-051-1/+2
| |/
* / Use next(iterator) rather than iterator.next()Anthony King2014-05-071-3/+3
|/
* 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-221-8/+41
|/
* 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-111-2/+2
* Don't fetch from remotes if commit id exists locallyChris AtLee2014-03-031-12/+18
* Add the "diffmanifests" commandJulien Campergue2014-02-171-0/+54
* Check for existence of refs upon initial fetchConley Owens2014-02-121-0/+6
* Merge "Only fetch current branch on shallow clients"v1.12.8Conley Owens2014-01-291-4/+7
|\
| * Only fetch current branch on shallow clientsShawn Pearce2014-01-291-4/+7
* | Merge "repo: Support multiple branches for the same project."Conley Owens2014-01-101-36/+82
|\ \
| * | repo: Support multiple branches for the same project.David James2013-10-141-36/+82
| |/
* | Merge "Canonicalize project hooks path before use"Conley Owens2014-01-091-2/+2
|\ \
| * | Canonicalize project hooks path before useJesse Hall2013-12-031-2/+2
* | | Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-1/+62
|/ /
* | Fix print of git-remote-persistent-https errorConley Owens2013-11-211-3/+3
* | Fix some python3 encoding issuesChirayu Desai2013-11-211-1/+1
|/
* Accept all UTF-8 committer namesConley Owens2013-09-271-1/+1
* Wait for git-remote-persistent-https -print_config to exitDave Borowitz2013-09-251-1/+6
* DownloadPatchSet: fetch the change only, and nothing else.Chirayu Desai2013-06-131-1/+0
* Read cookie file from git-remote-persistent-https if applicableDave Borowitz2013-06-041-4/+29
* Ensure clone.bundle files have proper headerDave Borowitz2013-06-041-1/+12
* Send reviews to a different branch from fetchBryan Jacobs2013-05-241-5/+13
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-3/+4
* Use reference also for manifest gitVictor Boivie2013-05-121-4/+5
* Merge "Re-initialise repos git hooks when updating the forest"David Pursehouse2013-05-091-5/+12
|\
| * Re-initialise repos git hooks when updating the forestJimmie Wester2013-03-081-5/+12
* | Repo should not fetch tags for shallow projectsJimmie Wester2013-05-081-1/+3
* | Some fixes for supporting python3Chirayu Desai2013-04-181-21/+28
* | Allow clone depth to be specified per projectDavid Pursehouse2013-04-101-2/+7
* | Special handling for manifest group "default"David Holmer2013-04-031-1/+6
|/
* upload: support --re and --cc options over HTTPv1.12.2Shawn Pearce2013-02-281-0/+5
* Add --no-tags option to prevent fetching of tagsMitchel Humpherys2013-02-271-4/+10
* Check for a cookie file when fetching clone.bundle.Torne (Richard Coles)2013-01-111-0/+3
* Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-1/+176
* Raise a NoManifestException when the manifest DNEConley Owens2012-11-151-1/+5
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-2/+2
* Fix inconsistent indentationDavid Pursehouse2012-11-141-16/+16
* Fix: "Statement seems to have no effect"David Pursehouse2012-11-141-1/+1
* Change print statements to work in python3Sarah Owens2012-11-131-6/+8
* Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-071-1/+1