summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-06-13 13:47:09 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-06-13 13:49:39 +0100
commitd5cd1f19f6e166cdbbdb20692d1412e2b0b52876 (patch)
treed214e6367cdc0697c7d19a5a3adbbfbaf27b7cf6
parente60dd6edeafc2e38ec7feee2f9767884c6f22f73 (diff)
downloadmorph-d5cd1f19f6e166cdbbdb20692d1412e2b0b52876.tar.gz
morph: add github as an alias
-rwxr-xr-xmorph3
1 files changed, 3 insertions, 0 deletions
diff --git a/morph b/morph
index c41610c6..eb345fd7 100755
--- a/morph
+++ b/morph
@@ -39,6 +39,9 @@ defaults = {
'gnome='
'git://git.gnome.org/%s#'
'ssh://git.gnome.org/git/%s',
+ 'github='
+ 'git://github.com/%s#'
+ 'git@github.com:%s',
],
'cachedir': os.path.expanduser('~/.cache/morph'),
'max-jobs': morphlib.util.make_concurrency(),