summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* Maintain fully qualified tracking branchesConley Owens2015-04-011-0/+4
* use the max depth instead of unshallowAnthony King2015-03-301-1/+2
* Always capture output for GitCommandJohn L. Villalovos2015-03-261-5/+2
* Revert "Implementation of manifest defined githooks"v1.12.20Jonathan Nieder2015-03-171-33/+24
* Add space between project path and branch in repo status.Jakub Vrana2015-03-111-1/+1
* Merge "Implementation of manifest defined githooks"Conley Owens2015-03-051-24/+33
|\
| * Implementation of manifest defined githooksJimmie Wester2015-02-031-24/+33
* | Print stderr output from git command for RemoteFetchJohn L. Villalovos2015-02-251-2/+4
* | Ensure the repo project is never fetched with partial depthv1.12.18Conley Owens2015-02-101-0/+3
* | Handle case where 'git remote prune' needs to be runJohn L. Villalovos2015-02-031-1/+13
* | Merge "Use depth flag when fetching"Conley Owens2015-01-301-3/+1
|\ \ | |/ |/|
| * Use depth flag when fetchingConley Owens2015-01-221-3/+1
* | Merge "Handle shallow checkout of SHA1 pinned repos"Conley Owens2015-01-281-8/+20
|\ \
| * | Handle shallow checkout of SHA1 pinned reposBertrand SIMONNET2015-01-211-8/+20
* | | Merge "Don't delete hooks in .git/hooks"Conley Owens2015-01-281-9/+0
|\ \ \
| * | | Don't delete hooks in .git/hooksMitchel Humpherys2015-01-151-9/+0
| |/ /
* | / pylint fixes for project.pyAnthony King2015-01-221-104/+104
| |/ |/|
* | Respect --quiet when looking up bundle cookie filev1.12.17Dave Borowitz2015-01-021-3/+3
* | 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