summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* _CopyAndLinkFiles even if the sources haven't changedDan Willemsen2015-09-031-0/+4
* GITC: Add repo start support.Simran Basi2015-08-281-6/+12
* project.py: Improve message shown when hook is not replacedDavid Pursehouse2015-08-251-1/+1
* project.py: Consistently use the _error method to print error messagesDavid Pursehouse2015-08-251-7/+8
* Merge "Support smart-sync through persistent-http[s]"Dan Willemsen2015-08-191-37/+2
|\
| * Support smart-sync through persistent-http[s]Dan Willemsen2015-08-191-37/+2
* | Merge "Fix formatting of message when retrying clone"Dan Willemsen2015-08-191-1/+1
|\ \
| * | Fix formatting of message when retrying cloneDavid Pursehouse2015-08-191-1/+1
| |/
* | Merge "Include project path in --force-sync error message"Dan Willemsen2015-08-191-1/+4
|\ \ | |/ |/|
| * Include project path in --force-sync error messageSimon Ruggier2015-08-041-1/+4
* | Fix shallow clone behaviorDan Willemsen2015-08-031-10/+7
|/
* Fix _ReferenceGitDir symlinkingDan Willemsen2015-07-301-1/+2
* Add option to correct gitdir when syncingv1.12.25Kevin Degi2015-07-291-10/+34
* Merge "InitGitDir: Clean up created directories"Conley Owens2015-07-291-51/+63
|\
| * InitGitDir: Clean up created directoriesKevin Degi2015-07-271-51/+63
* | Revert "Add --prune option to fetch when syncing a mirror repo"v1.12.24David Pursehouse2015-07-201-2/+0
|/
* Merge "Fail if gitdir does not point to objdir during sync"Conley Owens2015-07-151-20/+47
|\
| * Fail if gitdir does not point to objdir during syncKevin Degi2015-05-121-20/+47
* | project.RemoteFetch: Handle depth cases more robustlyKevin Degi2015-07-151-3/+10
* | Teach _LinkFile._Link to handle globs.Wink Saville2015-06-031-11/+44
* | Merge changes I32da12c2,Ie4a65b3eDavid Pursehouse2015-06-021-0/+3
|\ \
| * | Skip sleep and retry if git remote update exits with a signalColin Cross2015-05-131-0/+3
* | | Make linkfile symlinks relativeColin Cross2015-06-011-6/+7
|/ /
* | Merge "Don't attempt to create "fully qualified names" for SHA1s"David Pursehouse2015-05-111-1/+1
|\ \
| * | Don't attempt to create "fully qualified names" for SHA1sAlexandre Boeglin2015-04-301-1/+1
| |/
* | Merge "Add option on sync to avoid fetching from remotes for existing sha1"David Pursehouse2015-05-011-4/+10
|\ \
| * | Add option on sync to avoid fetching from remotes for existing sha1David Pursehouse2015-04-301-4/+10
| |/
* / Add --prune option to fetch when syncing a mirror repoDavid Pursehouse2015-04-301-0/+2
|/
* Don't append branch to fetch spec when syncing to a mirrorv1.12.21David Pursehouse2015-04-271-12/+13
* 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
|/