Gitiles
Code Review
Sign In
git01.mediatek.com
/
git-repo
/
223bf963f0342f3cc50728b2f9535b528592e64a
223bf96
should use os.path.lexist instead of os.path.exist
by Sebastian Frias
· Wed Nov 21 19:09:25 2012 +0100
3f5ea0b
Allow init command to set options from environment variables
by David Pursehouse
· Sat Nov 17 03:13:09 2012 +0900
b148ac9
Allow command options to be set from environment variables
by David Pursehouse
· Fri Nov 16 09:33:39 2012 +0900
a67df63
Merge "Raise a NoManifestException when the manifest DNE"
by Conley Owens
· Fri Nov 16 10:39:24 2012 -0800
f910748
Better error message if 'remove-project' refers to non-existent project
by David Pursehouse
· Fri Nov 16 19:12:32 2012 +0900
75ee057
Raise a NoManifestException when the manifest DNE
by Conley Owens
· Thu Nov 15 17:33:11 2012 -0800
88b8672
Add option to abort on error in forall
by Victor Boivie
· Wed Sep 07 09:43:28 2011 +0200
e66291f
Merge "Simplify error handling in subcommand execution"
by Conley Owens
· Wed Nov 14 16:22:41 2012 -0800
7ba25be
Simplify error handling in subcommand execution
by Conley Owens
· Wed Nov 14 14:18:06 2012 -0800
3794a78
Sync help text in repo from init.py
by David Pursehouse
· Thu Nov 15 06:17:30 2012 +0900
33949c3
Add repo info command
by Olof Johansson
· Tue Jul 10 14:32:23 2012 +0200
8f62fb7
Tidy up code formatting a bit more
by David Pursehouse
· Wed Nov 14 12:09:38 2012 +0900
98ffba1
Fix: "Statement seems to have no effect"
by David Pursehouse
· Wed Nov 14 11:18:00 2012 +0900
c1b86a2
Fix inconsistent indentation
by David Pursehouse
· Wed Nov 14 11:36:51 2012 +0900
cecd1d8
Change print statements to work in python3
by Sarah Owens
· Thu Nov 01 22:59:27 2012 -0700
fc24124
Convert prompt answers to lower case before checking
by David Pursehouse
· Wed Nov 14 09:19:39 2012 +0900
9f3406e
Minor documentation formatting and grammatical fixes
by David Pursehouse
· Wed Nov 14 08:52:25 2012 +0900
b1525bf
Fix documentation reference to local_manifest.xml
by David Pursehouse
· Wed Nov 14 08:51:38 2012 +0900
685f080
More code style cleanup
by David Pursehouse
· Wed Nov 14 08:34:39 2012 +0900
8898e2f
Remove magic hack
by David Pursehouse
· Wed Nov 14 07:51:03 2012 +0900
52f1e5d
Make load order of local manifests deterministic
by David Pursehouse
· Wed Nov 14 04:53:24 2012 +0900
8e3d355
Merge "Print an error message when aborted by user"
by Conley Owens
· Mon Nov 12 17:35:47 2012 -0800
4a4776e
Merge "Handle manifest parse errors in main"
by Conley Owens
· Mon Nov 12 17:35:40 2012 -0800
2fa715f
Merge "Better handling of duplicate remotes"
by Conley Owens
· Mon Nov 12 17:35:30 2012 -0800
6287543
Merge "Change usages of xrange() to range()"
by Conley Owens
· Mon Nov 12 17:30:55 2012 -0800
b0936b0
Print an error message when aborted by user
by David Pursehouse
· Tue Nov 13 09:56:16 2012 +0900
0b8df7b
Handle manifest parse errors in main
by David Pursehouse
· Tue Nov 13 09:51:57 2012 +0900
717ece9
Better handling of duplicate remotes
by David Pursehouse
· Tue Nov 13 08:49:16 2012 +0900
5566ae5
Print deprecation warning when local_manifest.xml is used
by David Pursehouse
· Tue Nov 13 03:04:18 2012 +0900
2d5a0df
Add support for multiple local manifests
by David Pursehouse
· Tue Nov 13 02:50:36 2012 +0900
f7fc8a9
Handle XML errors when parsing the manifest
by David Pursehouse
· Tue Nov 13 04:00:28 2012 +0900
1ad7b55
Merge "Always show --manifest-server-* options"
by Conley Owens
· Wed Nov 07 12:39:25 2012 -0800
7e6dd2d
Fix pylint warning W0108: Lambda may not be necessary
by David Pursehouse
· Thu Oct 25 12:40:51 2012 +0900
8d070cf
Always show --manifest-server-* options
by Conley Owens
· Tue Nov 06 13:14:31 2012 -0800
a6053d5
Change usages of xrange() to range()
by Sarah Owens
· Thu Nov 01 13:36:50 2012 -0700
e072a92
Merge "Use python3 urllib when urllib2 not available"
by Conley Owens
· Thu Nov 01 10:13:33 2012 -0700
7601ee2
Merge "Use 'stat' package instead of literals for mkdir()"
by Conley Owens
· Thu Nov 01 10:01:17 2012 -0700
1f7627f
Use python3 urllib when urllib2 not available
by Sarah Owens
· Wed Oct 31 09:21:55 2012 -0700
b42b474
project: Require git >= 1.7.2 for setting config on command line
by Dave Borowitz
· Wed Oct 31 12:27:27 2012 -0700
e215267
sync: Only parallelize gc for git >= 1.7.2
by Dave Borowitz
· Wed Oct 31 12:24:38 2012 -0700
60798a3
Use 'stat' package instead of literals for mkdir()
by Sarah Owens
· Thu Oct 25 17:53:09 2012 -0700
1d947b3
Even more coding style cleanup
by David Pursehouse
· Thu Oct 25 12:23:11 2012 +0900
2d113f3
Merge "Update minimum git version to 1.7.2"
by Shawn Pearce
· Fri Oct 26 16:10:21 2012 -0700
de7eae4
Merge "Revert "Represent git-submodule as nested projects""
by Shawn O. Pearce
· Fri Oct 26 12:30:38 2012 -0700
2fe99e8
Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments"
by Shawn O. Pearce
· Fri Oct 26 12:27:36 2012 -0700
cd81dd6
Revert "Represent git-submodule as nested projects"
by Shawn O. Pearce
· Fri Oct 26 12:18:00 2012 -0700
v1.11.1
80d2ceb
repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments
by Shawn O. Pearce
· Fri Oct 26 12:23:05 2012 -0700
c5aa4d3
Update minimum git version to 1.7.2
by Conley Owens
· Fri Oct 26 11:34:11 2012 -0700
bed45f9
Merge "Show user about not initializing repo in current directory"
by Conley Owens
· Fri Oct 26 09:52:15 2012 -0700
55e4d46
Add a PGP key for cco3@android.com
by Conley Owens
· Mon Oct 01 16:12:28 2012 -0700
v1.11.0
75cc353
Show user about not initializing repo in current directory
by Yang Zhenhui
· Tue Oct 23 15:41:54 2012 +0800
c9129d9
Update PGP keys during _PostRepoUpgrade in `sync`
by Conley Owens
· Mon Oct 01 16:12:28 2012 -0700
57365c9
Merge "sync: Run gc --auto in parallel"
by Shawn Pearce
· Thu Oct 25 17:38:05 2012 -0700
dc96476
Merge "project: Support config args in git command callables"
by Shawn Pearce
· Thu Oct 25 17:36:03 2012 -0700
2577cec
Merge "sync: Keep a moving average of last fetch times"
by Shawn Pearce
· Thu Oct 25 17:35:15 2012 -0700
e48d346
Merge "sync: Order projects according to last fetch time"
by Shawn Pearce
· Thu Oct 25 17:33:36 2012 -0700
ab8f911
Fix pylint warnings introduced by the submodule patch
by Che-Liang Chiou
· Thu Oct 25 13:44:11 2012 -0700
608aff7
Merge "Use modern Python exception syntax"
by Conley Owens
· Thu Oct 25 10:03:36 2012 -0700
13657c4
Merge "Add regex matching to repo list command"
by Conley Owens
· Thu Oct 25 10:00:41 2012 -0700
e4ed8f6
Merge "Add pylint configuration and instructions"
by Conley Owens
· Thu Oct 25 09:51:06 2012 -0700
fdb4447
Merge "Change PyDev project version to "python 2.6""
by Conley Owens
· Thu Oct 25 09:46:38 2012 -0700
1885721
sync: Run gc --auto in parallel
by Dave Borowitz
· Tue Oct 23 17:02:59 2012 -0700
d75c669
Add regex matching to repo list command
by Olof Johansson
· Tue Oct 09 08:25:55 2012 +0200
091f893
project: Support config args in git command callables
by Dave Borowitz
· Tue Oct 23 17:01:04 2012 -0700
d947858
sync: Keep a moving average of last fetch times
by Dave Borowitz
· Tue Oct 23 16:35:39 2012 -0700
67700e9
sync: Order projects according to last fetch time
by Dave Borowitz
· Tue Oct 23 15:00:54 2012 -0700
a5be53f
Use modern Python exception syntax
by Sarah Owens
· Sun Sep 09 15:37:57 2012 -0700
9ed12c5
Change PyDev project version to "python 2.6"
by Sarah Owens
· Tue Oct 23 21:28:12 2012 -0700
4f7bdea
Add pylint configuration and instructions
by David Pursehouse
· Mon Oct 22 12:50:15 2012 +0900
69998b0
Represent git-submodule as nested projects
by Che-Liang Chiou
· Wed Jan 11 11:28:42 2012 +0800
5c6eeac
More coding style cleanup
by David Pursehouse
· Thu Oct 11 16:44:48 2012 +0900
e986072
Support HTTP authentication using user input as fallback
by JoonCheol Park
· Thu Oct 11 02:31:44 2012 +0900
2f6ab7f
Rename "dir" variables
by Mickaël Salaün
· Sun Sep 30 00:37:55 2012 +0200
3a6cd42
Merge "Coding style cleanup"
by Conley Owens
· Tue Oct 09 14:29:46 2012 -0700
25f1768
Merge "Expand ~ to user's home directory for --reference"
by Conley Owens
· Tue Oct 09 13:46:10 2012 -0700
8a68ff9
Coding style cleanup
by David Pursehouse
· Mon Sep 24 12:15:13 2012 +0900
297e7c6
Expand ~ to user's home directory for --reference
by Victor Boivie
· Fri Oct 05 14:50:05 2012 +0200
e3b1c45
Remove unreachable code
by David Pursehouse
· Wed Oct 03 18:04:02 2012 +0900
7119f94
Update commit-msg hook to version from Gerrit v2.5-rc0
by David Pursehouse
· Wed Oct 03 17:20:06 2012 +0900
01f443d
Correct call to `sys.exit()`
by David Pursehouse
· Wed Oct 03 19:11:28 2012 +0900
b926116
Remove `ImportError` class
by David Pursehouse
· Wed Oct 03 15:47:02 2012 +0900
3ff9dec
Merge "manifest: record the original revision when in -r mode."
by Conley Owens
· Wed Oct 03 16:49:12 2012 -0700
14a6674
manifest: record the original revision when in -r mode.
by Brian Harring
· Fri Sep 28 20:21:57 2012 -0700
9779565
Fix incorrect default_groups when parsing projects from XML manifest
by David Holmer
· Wed Sep 26 01:58:48 2012 -0400
cf76b1b
sync: Support manual authentication to the manifest server
by David Pursehouse
· Fri Sep 14 10:31:42 2012 +0900
e00aa6b
Clean up imports
by David Pursehouse
· Tue Sep 11 14:33:51 2012 +0900
86d973d
sync: Support authentication to manifest server with .netrc
by David Pursehouse
· Fri Aug 24 10:21:02 2012 +0900
34acdd2
Fix ManifestParseError when first child node is comment
by Jooncheol Park
· Mon Aug 27 02:25:59 2012 +0900
maint
v1.10.4
d94aaef
sync: Correct imports of `R_HEADS` and `HEAD`
by David Pursehouse
· Fri Sep 07 09:52:04 2012 +0900
bd489c4
sync: catch exceptions when connecting to the manifest server
by David Pursehouse
· Thu Aug 23 10:21:26 2012 +0900
2dc810c
Fix errors when clone.bundle missing on server
by Matt Gumbel
· Thu Aug 30 09:39:36 2012 -0700
bb1b5f5
Allow projects to be specified as notdefault
by Conley Owens
· Mon Aug 13 13:11:18 2012 -0700
e212665
Make "repo sync -j<count>" stop properly on Ctrl-C.
by David 'Digit' Turner
· Wed Sep 05 10:35:06 2012 +0200
9a27d01
manifest-format.txt: Add documentation for GetManifest RPC method
by David Pursehouse
· Tue Aug 21 14:23:49 2012 +0900
918ff85
`repo manifest`: default to stdout if no "-o"
by Conley Owens
· Tue Aug 07 10:44:01 2012 -0700
3d07da8
init: Improved help text for the --mirror option
by David Pursehouse
· Wed Aug 15 14:22:08 2012 +0900
e15c65a
Remove unused imports
by David Pursehouse
· Wed Aug 22 10:46:11 2012 +0900
daa851f
manifest-format.txt: Fix a couple of minor spelling mistakes
by David Pursehouse
· Tue Aug 21 13:52:18 2012 +0900
a43f42f
Patches should be submitted to master, not maint
by David Pursehouse
· Tue Aug 21 16:26:07 2012 +0900
bb8337f
Merge branch 'master' into maint
by Conley Owens
· Tue Aug 14 11:21:19 2012 -0700
Next »