index
:
tools/git-repo.git
main
maint
master
repo-1
stable
Mirror of gerrit.googlesource.com/git-repo
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce manifest format using git submodules
Shawn O. Pearce
2009-07-03
5
-1
/
+619
*
Allow meta projects to be created not under .repo/
Shawn O. Pearce
2009-07-03
1
-2
/
+4
*
sync: Support upgrading manifest formats
Shawn O. Pearce
2009-07-03
3
-1
/
+22
*
init: add -o, --origin to name manifest remote
Shawn O. Pearce
2009-07-03
4
-15
/
+40
*
init (wrapper): Note that -m is now deprecated
Shawn O. Pearce
2009-07-03
1
-1
/
+2
*
init: Ensure repo.mirror is noticed once set
Shawn O. Pearce
2009-07-03
1
-0
/
+1
*
Allow the manifest to be accessed it if is in work tree
Shawn O. Pearce
2009-07-03
1
-6
/
+9
*
Abstract manifest branch creation from init to the manifest object
Shawn O. Pearce
2009-07-03
3
-4
/
+12
*
Allow callers to request a specific type of manifest
Shawn O. Pearce
2009-07-03
2
-6
/
+12
*
Make refs/remotes/m management the manifest object's responsibility
Shawn O. Pearce
2009-07-03
4
-7
/
+14
*
Cleanup import formatting in manifest_xml.py
Shawn O. Pearce
2009-07-03
1
-2
/
+7
*
Only remove a stale pickle file if it exists
Shawn O. Pearce
2009-07-03
1
-2
/
+4
*
sync: Run `git gc --auto` after fetch
Shawn O. Pearce
2009-07-03
2
-0
/
+3
*
init: Allow -m only on XML formatted manifest
Shawn O. Pearce
2009-07-03
1
-8
/
+8
*
manifest: Only support -o option on XML formatted manifest
Shawn O. Pearce
2009-07-03
1
-11
/
+14
*
manifest: Only display XML help on XML manifest
Shawn O. Pearce
2009-07-03
2
-8
/
+13
*
help: Don't show empty Summary or Description sections
Shawn O. Pearce
2009-07-03
1
-0
/
+2
*
Create an abstract Manifest base class
Shawn O. Pearce
2009-07-03
7
-39
/
+99
*
Teach Project how to relink a .git/ in the work tree
Shawn O. Pearce
2009-07-03
1
-21
/
+28
*
Allow callers to reset the git config cache
Shawn O. Pearce
2009-07-03
1
-0
/
+8
*
Fix error parsing a non-existant configuration file
v1.6.8.7
Shawn O. Pearce
2009-07-02
2
-2
/
+13
*
Document how to contribute to the repo project
Shawn O. Pearce
2009-07-02
1
-0
/
+80
*
Support GIT_EDITOR='vim -c "set textwidth=80"'
Shawn O. Pearce
2009-07-02
1
-7
/
+20
*
Try to prevent 'repo sync' as a user name
v1.6.8.6
Shawn O. Pearce
2009-07-02
1
-6
/
+19
*
git_config: handle configuration entries with no values
David Aguilar
2009-06-29
3
-8
/
+59
*
.gitignore: add an entry for repopickles
David Aguilar
2009-06-28
1
-0
/
+1
*
Support detached HEAD in manifest repository
v1.6.8.5
Shawn O. Pearce
2009-06-25
1
-1
/
+1
*
Document any crashes from the user's text editor
v1.6.8.4
Shawn O. Pearce
2009-06-24
2
-2
/
+14
*
Fix invalid use of try-catch
Shawn O. Pearce
2009-06-16
1
-1
/
+1
*
Don't crash if the ssh client is already dead
Shawn O. Pearce
2009-06-16
1
-2
/
+5
*
branches: Describe output format in `repo help branches`
v1.6.8.3
Shawn O. Pearce
2009-06-12
1
-0
/
+27
*
grep: Only use --color on git 1.6.3 and later
Shawn O. Pearce
2009-06-12
1
-2
/
+2
*
Refactor git version detection for reuse
Shawn O. Pearce
2009-06-12
2
-15
/
+26
*
Ignore EOFError when reading a truncated pickle file
v1.6.8.2
Shawn O. Pearce
2009-06-12
1
-0
/
+3
*
Add missing return False to preconnect
Shawn O. Pearce
2009-06-12
1
-0
/
+1
*
sync: Keep the project.list file sorted
Shawn O. Pearce
2009-06-04
1
-0
/
+1
*
sync: Tolerate blank lines in project.list
v1.6.8.1
Shawn O. Pearce
2009-06-04
1
-1
/
+5
*
sync: Don't process project.list in a mirror
Shawn O. Pearce
2009-06-04
1
-0
/
+4
*
Silence 'Current branch %s is up to date' during sync
Shawn O. Pearce
2009-06-03
1
-3
/
+1
*
Delete empty parent subdirs after deleting obsolete paths.
v1.6.8
Jaikumar Ganesh
2009-06-02
1
-0
/
+8
*
Update project paths after sync.
Jaikumar Ganesh
2009-06-02
1
-0
/
+48
*
Fix unnecessary self in project.py
Shawn O. Pearce
2009-06-01
1
-1
/
+1
*
Add PyDev project files to repo
Kis Gergely
2009-06-02
2
-0
/
+27
*
Change project.revision to revisionExpr and revisionId
Shawn O. Pearce
2009-05-29
5
-118
/
+113
*
Change DWIMery hack for dealing with rewound remote branch
Shawn O. Pearce
2009-05-29
1
-35
/
+39
*
Refactor how projects parse remotes so it can be replaced
Shawn O. Pearce
2009-05-29
4
-41
/
+33
*
Refactor Manifest to be XmlManifest
Shawn O. Pearce
2009-05-29
3
-4
/
+4
*
Allow callers of GitConfig to specify the pickle file path
Shawn O. Pearce
2009-05-29
1
-4
/
+8
*
Teach GitConfig how to yield subsection names
Shawn O. Pearce
2009-05-19
1
-0
/
+5
*
Remove support for the extra <remote> definitions in manifests
Shawn O. Pearce
2009-05-19
4
-91
/
+5
[next]