summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce manifest format using git submodulesShawn O. Pearce2009-07-035-1/+619
* Allow meta projects to be created not under .repo/Shawn O. Pearce2009-07-031-2/+4
* sync: Support upgrading manifest formatsShawn O. Pearce2009-07-033-1/+22
* init: add -o, --origin to name manifest remoteShawn O. Pearce2009-07-034-15/+40
* init (wrapper): Note that -m is now deprecatedShawn O. Pearce2009-07-031-1/+2
* init: Ensure repo.mirror is noticed once setShawn O. Pearce2009-07-031-0/+1
* Allow the manifest to be accessed it if is in work treeShawn O. Pearce2009-07-031-6/+9
* Abstract manifest branch creation from init to the manifest objectShawn O. Pearce2009-07-033-4/+12
* Allow callers to request a specific type of manifestShawn O. Pearce2009-07-032-6/+12
* Make refs/remotes/m management the manifest object's responsibilityShawn O. Pearce2009-07-034-7/+14
* Cleanup import formatting in manifest_xml.pyShawn O. Pearce2009-07-031-2/+7
* Only remove a stale pickle file if it existsShawn O. Pearce2009-07-031-2/+4
* sync: Run `git gc --auto` after fetchShawn O. Pearce2009-07-032-0/+3
* init: Allow -m only on XML formatted manifestShawn O. Pearce2009-07-031-8/+8
* manifest: Only support -o option on XML formatted manifestShawn O. Pearce2009-07-031-11/+14
* manifest: Only display XML help on XML manifestShawn O. Pearce2009-07-032-8/+13
* help: Don't show empty Summary or Description sectionsShawn O. Pearce2009-07-031-0/+2
* Create an abstract Manifest base classShawn O. Pearce2009-07-037-39/+99
* Teach Project how to relink a .git/ in the work treeShawn O. Pearce2009-07-031-21/+28
* Allow callers to reset the git config cacheShawn O. Pearce2009-07-031-0/+8
* 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