summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Save cookies back to jar when fetching clone.bundleDave Borowitz2015-01-021-1/+1
* | Hold persistent proxy connection open while fetching clone.bundleDave Borowitz2015-01-021-41/+47
* | Silence warnings about invalid clone.bundle files when quietedKris Giesing2014-12-241-3/+4
|/
* Revert "Check for existence of refs upon initial fetch"Conley Owens2014-11-101-5/+0
* Merge changes I1f71be22,I5b119f11Conley Owens2014-10-221-10/+12
|\
| * Always fetch the specific revision givenNasser Grainawi2014-10-091-8/+8
| * Support specifying non-HEADS refs as upstreamNasser Grainawi2014-10-091-6/+8
* | upload: report names of uncommitted filesVadim Bendebury2014-10-141-10/+32
|/
* Don't open non-binary files as binaryChirayu Desai2014-08-191-1/+1
* 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