summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "project.RemoteFetch: Handle depth cases more robustly"Conley Owens2015-07-151-3/+10
|\
| * project.RemoteFetch: Handle depth cases more robustlyKevin Degi2015-07-151-3/+10
* | Merge "Always output upstream if specified"v1.12.23Conley Owens2015-07-131-5/+7
|\ \
| * | Always output upstream if specifiedConley Owens2015-07-101-5/+7
* | | Merge changes Iaefcbe14,I697a0f64,I19bfe9fe,I06e942c4David Pursehouse2015-07-112-7/+27
|\ \ \
| * | | forall: use smart sync override manifest if it existsDavid Pursehouse2015-07-061-0/+7
| * | | sync: Remove smart sync override manifest when not in smart sync modeDavid Pursehouse2015-07-061-5/+13
| * | | forall: Don't try to get lrev of projects in mirror workspaceDavid Pursehouse2015-07-061-1/+5
| * | | sync: Improve error message when writing smart sync manifest failsDavid Pursehouse2015-07-061-2/+3
| |/ /
* | | Merge "Improve error message when syncing a project with invalid groups."Conley Owens2015-07-101-0/+7
|\ \ \ | |/ / |/| |
| * | Improve error message when syncing a project with invalid groups.Jarkko Pöyry2015-06-191-0/+7
| |/
* | Merge "Fix 'repo cherry-pick' to avoid hanging on commit-msg update."David Pursehouse2015-06-251-0/+1
|\ \ | |/ |/|
| * Fix 'repo cherry-pick' to avoid hanging on commit-msg update.Than McIntosh2015-06-221-0/+1
* | Merge "Teach _LinkFile._Link to handle globs."David Pursehouse2015-06-091-11/+44
|\ \
| * | Teach _LinkFile._Link to handle globs.Wink Saville2015-06-031-11/+44
* | | forall: setenv, only encode val if encode existsAnthony King2015-06-041-1/+3
* | | init: don't call urllib.parseAnthony King2015-06-041-2/+2
* | | git_config: fix _SaveJson typoAnthony King2015-06-041-1/+1
* | | error: fix typosAnthony King2015-06-041-2/+2
* | | git_command: only decode when neededAnthony King2015-06-031-1/+4
* | | decode the buffer before appendingAnthony King2015-06-031-0/+2
|/ /
* | Merge changes I32da12c2,Ie4a65b3eDavid Pursehouse2015-06-022-4/+22
|\ \
| * | Skip sleep and retry if git remote update exits with a signalColin Cross2015-05-131-0/+3
| * | Catch exceptions in project list generatorColin Cross2015-05-131-4/+19
| |/
* / 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-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