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
...
*
|
Use os.environ.copy() instead of dict()
Shawn O. Pearce
2010-12-07
1
-1
/
+1
*
|
Make path references OS independent
Anthony Newnam
2010-11-29
4
-6
/
+12
*
|
Merge branch 'stable'
Shawn O. Pearce
2010-03-06
4
-30
/
+83
|
\
|
|
*
Automatically install Gerrit Code Review's commit-msg hook
v1.6.9
Shawn O. Pearce
2010-03-06
2
-4
/
+119
|
*
Fail sync when encountering "N commits behind."
Daniel Sandler
2010-03-04
1
-4
/
+3
|
*
Check that we are not overwriting a local repository when syncing.
v1.6.8.11
Nico Sallembien
2010-01-20
1
-1
/
+4
|
*
Honor url.insteadOf when setting up SSH control master connection
v1.6.8.10
Ulrik Sjolin
2010-01-04
1
-1
/
+23
|
*
sync: Fix split call on malformed email addresses
v1.6.8.9
Shawn O. Pearce
2009-12-30
1
-1
/
+1
|
*
Fixing project renaming bug.
v1.6.8.8
Nico Sallembien
2009-12-10
1
-9
/
+9
*
|
Fix to display the usage message of the command download when the user
Thiago Farina
2009-09-09
1
-0
/
+3
*
|
commit-msg: Don't create message with only Change-Id
Shawn O. Pearce
2009-08-25
1
-6
/
+19
*
|
commit-msg: Update the commit message hook
Shawn O. Pearce
2009-08-22
1
-2
/
+24
*
|
forall: Silently skip missing projects
Shawn O. Pearce
2009-08-22
1
-0
/
+6
*
|
upload: Catch and cleanly report connectivity errors
Shawn O. Pearce
2009-08-22
2
-6
/
+14
*
|
upload: Document --replace is deprecated
Shawn O. Pearce
2009-08-22
1
-6
/
+6
*
|
Automatically install Gerrit Code Review's commit-msg hook
Shawn O. Pearce
2009-08-22
2
-4
/
+62
*
|
Merge change 11206
Shawn O. Pearce
2009-08-17
1
-5
/
+12
|
\
\
|
*
|
Do not invoke ssh with -p argument when no port has been specified.
Josh Guilfoyle
2009-08-16
1
-5
/
+12
|
|
/
*
|
Add "repo branch" as an alias for "repo branches"
Mike Lockwood
2009-07-14
1
-0
/
+2
*
|
manifest: Support --upgrade to submodule format, from XML
Shawn O. Pearce
2009-07-03
1
-2
/
+35
*
|
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
[prev]
[next]