summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-012-6/+21
|\ \ \
| * | | Add option on sync to avoid fetching from remotes for existing sha1David Pursehouse2015-04-302-6/+21
| |/ /
* / / Add --prune option to fetch when syncing a mirror repoDavid Pursehouse2015-04-301-0/+2
|/ /
* | Fix substitution err for schemeless manifest urlsv1.12.22Conley Owens2015-04-291-1/+2
* | Don't append branch to fetch spec when syncing to a mirrorv1.12.21David Pursehouse2015-04-271-12/+13
* | Merge "forall: use a generator to map the Pool"Conley Owens2015-04-081-2/+2
|\ \
| * | forall: use a generator to map the PoolAnthony King2015-04-081-2/+2
* | | Merge "status: lose dependence on StringIO"Conley Owens2015-04-081-33/+15
|\ \ \ | |/ / |/| |
| * | status: lose dependence on StringIOAnthony King2015-04-041-33/+15
* | | Remove deprecated `include-ids` setting from pylint configDavid Pursehouse2015-04-071-3/+0
* | | Merge "Pylint and PEP8 fixes for color.py"David Pursehouse2015-04-071-21/+27
|\ \ \ | |/ / |/| |
| * | Pylint and PEP8 fixes for color.pyAnthony King2015-03-281-21/+27
* | | Maintain fully qualified tracking branchesConley Owens2015-04-011-0/+4
* | | Resolve fetch urls more efficientlyAnthony King2015-03-311-16/+9
* | | use the max depth instead of unshallowAnthony King2015-03-301-1/+2
* | | Revert "Change the min git version from 1.7.2 to 1.8.2"Anthony King2015-03-301-2/+2
|/ /
* | Always capture output for GitCommandJohn L. Villalovos2015-03-262-17/+54
* | Change the min git version from 1.7.2 to 1.8.2Conley Owens2015-03-181-2/+2
* | Revert "Implementation of manifest defined githooks"v1.12.20Jonathan Nieder2015-03-174-117/+28
* | Merge "Don't exit with error on HTTP 401 when downloading clone bundle"Conley Owens2015-03-111-1/+1
|\ \
| * | Don't exit with error on HTTP 401 when downloading clone bundlePascal Bach2015-03-111-1/+1
* | | Add space between project path and branch in repo status.Jakub Vrana2015-03-111-1/+1
|/ /
* | git_config: add support for remote '.'v1.12.19Yann Droneaud2015-03-061-1/+1
* | Merge "Implementation of manifest defined githooks"Conley Owens2015-03-054-28/+117
|\ \
| * | Implementation of manifest defined githooksJimmie Wester2015-02-034-28/+117
* | | 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 "Add missing documentation of --current-branch option on sync command"David Pursehouse2015-01-311-0/+3
|\ \ \
| * | | Add missing documentation of --current-branch option on sync commandDavid Pursehouse2015-01-291-0/+3
| |/ /
* | | 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-222-105/+105
| |/ / |/| |
* | | 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
* | | Merge "add a global --color option"Conley Owens2015-01-022-2/+31
|\ \ \
| * | | add a global --color optionMike Frysinger2014-12-302-2/+31
| |/ /
* / / 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
* | If revision is sha hash and dest-branch is defined, use it for starting branchMax Liu2014-10-271-2/+6
* | Support persistent-http(s) review urlsConley Owens2014-10-231-0/+2
* | Merge changes I1f71be22,I5b119f11Conley Owens2014-10-223-13/+17
|\ \
| * | Always fetch the specific revision givenNasser Grainawi2014-10-091-8/+8