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
...
*
|
|
Allow sync to run even when the manifest is broken.
Torne (Richard Coles)
2012-12-05
1
-2
/
+5
*
|
|
Represent git-submodule as nested projects, take 2
Che-Liang Chiou
2012-11-19
5
-57
/
+372
|
/
/
*
|
Allow init command to set options from environment variables
David Pursehouse
2012-11-17
1
-0
/
+4
*
|
Allow command options to be set from environment variables
David Pursehouse
2012-11-17
2
-0
/
+41
*
|
Merge "Raise a NoManifestException when the manifest DNE"
Conley Owens
2012-11-16
3
-1
/
+14
|
\
\
|
*
|
Raise a NoManifestException when the manifest DNE
Conley Owens
2012-11-15
3
-1
/
+14
*
|
|
Better error message if 'remove-project' refers to non-existent project
David Pursehouse
2012-11-16
1
-3
/
+2
|
/
/
*
|
Add option to abort on error in forall
Victor Boivie
2012-11-16
1
-2
/
+13
*
|
Merge "Simplify error handling in subcommand execution"
Conley Owens
2012-11-14
1
-16
/
+15
|
\
\
|
*
|
Simplify error handling in subcommand execution
Conley Owens
2012-11-14
1
-16
/
+15
*
|
|
Sync help text in repo from init.py
David Pursehouse
2012-11-15
1
-2
/
+3
*
|
|
Add repo info command
Olof Johansson
2012-11-15
2
-0
/
+198
*
|
|
Tidy up code formatting a bit more
David Pursehouse
2012-11-14
10
-28
/
+28
*
|
|
Fix inconsistent indentation
David Pursehouse
2012-11-14
9
-228
/
+228
|
/
/
*
|
Fix: "Statement seems to have no effect"
David Pursehouse
2012-11-14
2
-2
/
+2
*
|
Change print statements to work in python3
Sarah Owens
2012-11-13
30
-288
/
+310
*
|
Convert prompt answers to lower case before checking
David Pursehouse
2012-11-14
2
-3
/
+3
*
|
Minor documentation formatting and grammatical fixes
David Pursehouse
2012-11-14
1
-3
/
+3
*
|
Fix documentation reference to local_manifest.xml
David Pursehouse
2012-11-14
1
-1
/
+1
*
|
More code style cleanup
David Pursehouse
2012-11-14
2
-6
/
+5
*
|
Remove magic hack
David Pursehouse
2012-11-14
2
-18
/
+2
*
|
Make load order of local manifests deterministic
David Pursehouse
2012-11-14
2
-1
/
+7
*
|
Merge "Print an error message when aborted by user"
Conley Owens
2012-11-12
1
-0
/
+1
|
\
\
|
*
|
Print an error message when aborted by user
David Pursehouse
2012-11-13
1
-0
/
+1
*
|
|
Merge "Handle manifest parse errors in main"
Conley Owens
2012-11-12
1
-0
/
+4
|
\
|
|
|
*
|
Handle manifest parse errors in main
David Pursehouse
2012-11-13
1
-0
/
+4
*
|
|
Merge "Better handling of duplicate remotes"
Conley Owens
2012-11-12
1
-5
/
+14
|
\
|
|
|
*
|
Better handling of duplicate remotes
David Pursehouse
2012-11-13
1
-5
/
+14
*
|
|
Merge "Change usages of xrange() to range()"
Conley Owens
2012-11-12
4
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change usages of xrange() to range()
Sarah Owens
2012-11-01
4
-4
/
+4
*
|
|
Print deprecation warning when local_manifest.xml is used
David Pursehouse
2012-11-13
2
-1
/
+5
*
|
|
Add support for multiple local manifests
David Pursehouse
2012-11-13
2
-7
/
+26
*
|
|
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
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]