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
...
*
|
|
Handle XML errors when parsing the manifest
David Pursehouse
2012-11-13
1
-1
/
+5
*
|
|
Merge "Always show --manifest-server-* options"
Conley Owens
2012-11-07
1
-6
/
+6
|
\
\
\
|
*
|
|
Always show --manifest-server-* options
Conley Owens
2012-11-06
1
-6
/
+6
|
|
/
/
*
/
/
Fix pylint warning W0108: Lambda may not be necessary
David Pursehouse
2012-11-07
4
-9
/
+8
|
/
/
*
|
Merge "Use python3 urllib when urllib2 not available"
Conley Owens
2012-11-01
3
-28
/
+59
|
\
\
|
*
|
Use python3 urllib when urllib2 not available
Sarah Owens
2012-10-31
3
-28
/
+59
*
|
|
Merge "Use 'stat' package instead of literals for mkdir()"
Conley Owens
2012-11-01
1
-1
/
+2
|
\
\
\
|
*
|
|
Use 'stat' package instead of literals for mkdir()
Sarah Owens
2012-10-31
1
-1
/
+2
*
|
|
|
project: Require git >= 1.7.2 for setting config on command line
Dave Borowitz
2012-10-31
1
-1
/
+4
*
|
|
|
sync: Only parallelize gc for git >= 1.7.2
Dave Borowitz
2012-10-31
1
-2
/
+3
|
|
/
/
|
/
|
|
*
|
|
Even more coding style cleanup
David Pursehouse
2012-10-30
12
-24
/
+24
*
|
|
Merge "Update minimum git version to 1.7.2"
Shawn Pearce
2012-10-26
1
-2
/
+2
|
\
\
\
|
*
|
|
Update minimum git version to 1.7.2
Conley Owens
2012-10-26
1
-2
/
+2
*
|
|
|
Merge "Revert "Represent git-submodule as nested projects""
Shawn O. Pearce
2012-10-26
5
-340
/
+55
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Revert "Represent git-submodule as nested projects"
v1.11.1
Shawn O. Pearce
2012-10-26
5
-340
/
+55
*
|
|
|
Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments"
Shawn O. Pearce
2012-10-26
1
-3
/
+3
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments
Shawn O. Pearce
2012-10-26
1
-3
/
+3
*
|
|
Merge "Show user about not initializing repo in current directory"
Conley Owens
2012-10-26
1
-7
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Show user about not initializing repo in current directory
Yang Zhenhui
2012-10-26
1
-7
/
+16
|
|
/
*
|
Add a PGP key for cco3@android.com
v1.11.0
Conley Owens
2012-10-26
1
-1
/
+33
*
|
Update PGP keys during _PostRepoUpgrade in `sync`
Conley Owens
2012-10-25
3
-18
/
+22
|
/
*
Merge "sync: Run gc --auto in parallel"
Shawn Pearce
2012-10-25
1
-2
/
+53
|
\
|
*
sync: Run gc --auto in parallel
Dave Borowitz
2012-10-25
1
-2
/
+53
*
|
Merge "project: Support config args in git command callables"
Shawn Pearce
2012-10-25
1
-3
/
+14
|
\
|
|
*
project: Support config args in git command callables
Dave Borowitz
2012-10-24
1
-3
/
+14
*
|
Merge "sync: Keep a moving average of last fetch times"
Shawn Pearce
2012-10-25
1
-5
/
+17
|
\
|
|
*
sync: Keep a moving average of last fetch times
Dave Borowitz
2012-10-24
1
-5
/
+17
*
|
Merge "sync: Order projects according to last fetch time"
Shawn Pearce
2012-10-25
1
-1
/
+60
|
\
|
|
*
sync: Order projects according to last fetch time
Dave Borowitz
2012-10-24
1
-1
/
+60
*
|
Fix pylint warnings introduced by the submodule patch
Che-Liang Chiou
2012-10-25
2
-7
/
+6
*
|
Merge "Use modern Python exception syntax"
Conley Owens
2012-10-25
10
-32
/
+32
|
\
\
|
*
|
Use modern Python exception syntax
Sarah Owens
2012-10-23
10
-32
/
+32
*
|
|
Merge "Add regex matching to repo list command"
Conley Owens
2012-10-25
1
-4
/
+34
|
\
\
\
|
*
|
|
Add regex matching to repo list command
Olof Johansson
2012-10-25
1
-4
/
+34
*
|
|
|
Merge "Add pylint configuration and instructions"
Conley Owens
2012-10-25
5
-7
/
+316
|
\
\
\
\
|
*
|
|
|
Add pylint configuration and instructions
David Pursehouse
2012-10-24
5
-7
/
+316
|
|
/
/
/
*
|
|
|
Merge "Change PyDev project version to "python 2.6""
Conley Owens
2012-10-25
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
Change PyDev project version to "python 2.6"
Sarah Owens
2012-10-23
1
-1
/
+1
|
|
/
*
/
Represent git-submodule as nested projects
Che-Liang Chiou
2012-10-23
5
-55
/
+341
|
/
*
More coding style cleanup
David Pursehouse
2012-10-22
10
-28
/
+54
*
Support HTTP authentication using user input as fallback
JoonCheol Park
2012-10-12
1
-0
/
+24
*
Rename "dir" variables
Mickaël Salaün
2012-10-10
5
-28
/
+28
*
Merge "Coding style cleanup"
Conley Owens
2012-10-09
22
-172
/
+167
|
\
|
*
Coding style cleanup
David Pursehouse
2012-10-09
22
-172
/
+167
*
|
Merge "Expand ~ to user's home directory for --reference"
Conley Owens
2012-10-09
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Expand ~ to user's home directory for --reference
Victor Boivie
2012-10-08
1
-0
/
+4
*
|
Remove unreachable code
David Pursehouse
2012-10-05
1
-8
/
+0
|
/
*
Update commit-msg hook to version from Gerrit v2.5-rc0
David Pursehouse
2012-10-04
1
-40
/
+113
*
Correct call to `sys.exit()`
David Pursehouse
2012-10-04
1
-1
/
+1
*
Remove `ImportError` class
David Pursehouse
2012-10-04
1
-9
/
+0
[prev]
[next]