summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync: Safely skip already deleted projectsv1.6.9.3Anthony2010-04-141-25/+29
* Add a 'smart sync' option to repo syncv1.6.9.2Nico Sallembien2010-04-133-3/+106
* Allow 'y' as a valid response when confirming identityv1.6.9.1Nico Sallembien2010-04-011-2/+3
* Automatically install Gerrit Code Review's commit-msg hookv1.6.9Shawn O. Pearce2010-03-062-4/+119
* Fail sync when encountering "N commits behind."Daniel Sandler2010-03-041-4/+3
* Check that we are not overwriting a local repository when syncing.v1.6.8.11Nico Sallembien2010-01-201-1/+4
* Honor url.insteadOf when setting up SSH control master connectionv1.6.8.10Ulrik Sjolin2010-01-041-1/+23
* sync: Fix split call on malformed email addressesv1.6.8.9Shawn O. Pearce2009-12-301-1/+1
* Fixing project renaming bug.v1.6.8.8Nico Sallembien2009-12-101-9/+9
* Fix error parsing a non-existant configuration filev1.6.8.7Shawn O. Pearce2009-07-022-2/+13
* Document how to contribute to the repo projectShawn O. Pearce2009-07-021-0/+80
* Support GIT_EDITOR='vim -c "set textwidth=80"'Shawn O. Pearce2009-07-021-7/+20
* Try to prevent 'repo sync' as a user namev1.6.8.6Shawn O. Pearce2009-07-021-6/+19
* git_config: handle configuration entries with no valuesDavid Aguilar2009-06-293-8/+59
* .gitignore: add an entry for repopicklesDavid Aguilar2009-06-281-0/+1
* Support detached HEAD in manifest repositoryv1.6.8.5Shawn O. Pearce2009-06-251-1/+1
* Document any crashes from the user's text editorv1.6.8.4Shawn O. Pearce2009-06-242-2/+14
* Fix invalid use of try-catchShawn O. Pearce2009-06-161-1/+1
* Don't crash if the ssh client is already deadShawn O. Pearce2009-06-161-2/+5
* branches: Describe output format in `repo help branches`v1.6.8.3Shawn O. Pearce2009-06-121-0/+27
* grep: Only use --color on git 1.6.3 and laterShawn O. Pearce2009-06-121-2/+2
* Refactor git version detection for reuseShawn O. Pearce2009-06-122-15/+26
* Ignore EOFError when reading a truncated pickle filev1.6.8.2Shawn O. Pearce2009-06-121-0/+3
* Add missing return False to preconnectShawn O. Pearce2009-06-121-0/+1
* sync: Keep the project.list file sortedShawn O. Pearce2009-06-041-0/+1
* sync: Tolerate blank lines in project.listv1.6.8.1Shawn O. Pearce2009-06-041-1/+5
* sync: Don't process project.list in a mirrorShawn O. Pearce2009-06-041-0/+4
* Silence 'Current branch %s is up to date' during syncShawn O. Pearce2009-06-031-3/+1
* Delete empty parent subdirs after deleting obsolete paths.v1.6.8Jaikumar Ganesh2009-06-021-0/+8
* Update project paths after sync.Jaikumar Ganesh2009-06-021-0/+48
* Fix unnecessary self in project.pyShawn O. Pearce2009-06-011-1/+1
* Add PyDev project files to repoKis Gergely2009-06-022-0/+27
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-295-118/+113
* Change DWIMery hack for dealing with rewound remote branchShawn O. Pearce2009-05-291-35/+39
* Refactor how projects parse remotes so it can be replacedShawn O. Pearce2009-05-294-41/+33
* Refactor Manifest to be XmlManifestShawn O. Pearce2009-05-293-4/+4
* Allow callers of GitConfig to specify the pickle file pathShawn O. Pearce2009-05-291-4/+8
* Teach GitConfig how to yield subsection namesShawn O. Pearce2009-05-191-0/+5
* Remove support for the extra <remote> definitions in manifestsShawn O. Pearce2009-05-194-91/+5
* Remove unused parsing support for <require commit=""/>Shawn O. Pearce2009-05-192-6/+0
* Make 'repo branches -a' the default behaviorv1.6.7.5Shawn O. Pearce2009-05-181-18/+1
* Automatically guess Gerrit change number in "repo upload --replace"v1.6.7.4Ficus Kirkpatrick2009-05-052-2/+33
* Fix ssh://user@hostname/ style URLs parsingv1.6.7.3Shawn O. Pearce2009-04-301-1/+1
* Disable SSH ControlMaster option on CygwinShawn O. Pearce2009-04-231-1/+1
* Require a project or '--all' to be specified when using 'repo start'.Ficus Kirkpatrick2009-04-221-2/+14
* Fix UnboundLocalError: local variable 'port' when using SSHv1.6.7.2Shawn O. Pearce2009-04-211-5/+4
* Perform copy file activity when creating a new work directoryv1.6.7.1Shawn O. Pearce2009-04-211-0/+1
* Change -p command to use stdout instead of stderr.Wink Saville2009-04-211-1/+1
* Fix 'repo sync' rebase logic on a published branchv1.6.7Shawn O. Pearce2009-04-211-6/+3
* Document the SSH ControlMaster behavior of repo syncShawn O. Pearce2009-04-211-0/+29