summaryrefslogtreecommitdiff
path: root/project.py
AgeCommit message (Expand)Author
2015-07-30Fix _ReferenceGitDir symlinkingDan Willemsen
2015-07-29Add option to correct gitdir when syncingKevin Degi
2015-07-29Merge "InitGitDir: Clean up created directories"Conley Owens
2015-07-27InitGitDir: Clean up created directoriesKevin Degi
2015-07-20Revert "Add --prune option to fetch when syncing a mirror repo"David Pursehouse
2015-07-15Merge "Fail if gitdir does not point to objdir during sync"Conley Owens
2015-07-15project.RemoteFetch: Handle depth cases more robustlyKevin Degi
2015-06-03Teach _LinkFile._Link to handle globs.Wink Saville
2015-06-02Merge changes I32da12c2,Ie4a65b3eDavid Pursehouse
2015-06-01Make linkfile symlinks relativeColin Cross
2015-05-13Skip sleep and retry if git remote update exits with a signalColin Cross
2015-05-12Fail if gitdir does not point to objdir during syncKevin Degi
2015-05-11Merge "Don't attempt to create "fully qualified names" for SHA1s"David Pursehouse
2015-05-01Merge "Add option on sync to avoid fetching from remotes for existing sha1"David Pursehouse
2015-04-30Add option on sync to avoid fetching from remotes for existing sha1David Pursehouse
2015-04-30Don't attempt to create "fully qualified names" for SHA1sAlexandre Boeglin
2015-04-30Add --prune option to fetch when syncing a mirror repoDavid Pursehouse
2015-04-27Don't append branch to fetch spec when syncing to a mirrorDavid Pursehouse
2015-04-01Maintain fully qualified tracking branchesConley Owens
2015-03-30use the max depth instead of unshallowAnthony King
2015-03-26Always capture output for GitCommandJohn L. Villalovos
2015-03-17Revert "Implementation of manifest defined githooks"Jonathan Nieder
2015-03-11Add space between project path and branch in repo status.Jakub Vrana
2015-03-05Merge "Implementation of manifest defined githooks"Conley Owens
2015-02-25Print stderr output from git command for RemoteFetchJohn L. Villalovos
2015-02-10Ensure the repo project is never fetched with partial depthConley Owens
2015-02-03Handle case where 'git remote prune' needs to be runJohn L. Villalovos
2015-02-03Implementation of manifest defined githooksJimmie Wester
2015-01-30Merge "Use depth flag when fetching"Conley Owens
2015-01-28Merge "Handle shallow checkout of SHA1 pinned repos"Conley Owens
2015-01-28Merge "Don't delete hooks in .git/hooks"Conley Owens
2015-01-22pylint fixes for project.pyAnthony King
2015-01-22Use depth flag when fetchingConley Owens
2015-01-21Handle shallow checkout of SHA1 pinned reposBertrand SIMONNET
2015-01-15Don't delete hooks in .git/hooksMitchel Humpherys
2015-01-02Respect --quiet when looking up bundle cookie fileDave Borowitz
2015-01-02Save cookies back to jar when fetching clone.bundleDave Borowitz
2015-01-02Hold persistent proxy connection open while fetching clone.bundleDave Borowitz
2014-12-24Silence warnings about invalid clone.bundle files when quietedKris Giesing
2014-11-10Revert "Check for existence of refs upon initial fetch"Conley Owens
2014-10-22Merge changes I1f71be22,I5b119f11Conley Owens
2014-10-14upload: report names of uncommitted filesVadim Bendebury
2014-10-09Always fetch the specific revision givenNasser Grainawi
2014-10-09Support specifying non-HEADS refs as upstreamNasser Grainawi
2014-08-19Don't open non-binary files as binaryChirayu Desai
2014-05-09Use fetch --unshallow when appropriate.Conley Owens
2014-05-08Merge "Enable remotes to define their own revision"Conley Owens
2014-05-07Merge "Use exec() rather than execfile()"Conley Owens
2014-05-07Enable remotes to define their own revisionAnthony King
2014-05-07Use next(iterator) rather than iterator.next()Anthony King