summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2014-06-13 23:04:32 +0100
committerJonathan Corbet <corbet@lwn.net>2014-06-18 15:21:21 -0600
commit5e7f0d50fb869b0af4e3f2c9c7b3ebf04ebe4adb (patch)
tree17ad148bfedcdb3e61966fd270cbf0eab5da7fa9
parentb1a7653534ca2be0323739300e2232d168b679e8 (diff)
treeplot: Update mainline URL
The primary mainline URL is now torvalds/linux.git rather than torvalds/linux-2.6.git. Signed-off-by: James Hogan <james.hogan@imgtec.com>
-rwxr-xr-xtreeplot2
1 files changed, 1 insertions, 1 deletions
diff --git a/treeplot b/treeplot
index c4cec87..b6eedcb 100755
--- a/treeplot
+++ b/treeplot
@@ -58,7 +58,7 @@ class Tree:
# print '%s -> %s' % (tree.name, self.name)
Mainline = Tree('Mainline',
- 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git')
+ 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git')
KnownTrees = { Mainline.url: Mainline }
def NormalizeURL(url):