Commit 3d1c2f72a9464c9880054194af0c041d7beb9124

Authored by Ralf Thielow
Committed by Linus Torvalds
1 parent 5af12d0efd

scripts/get_maintainer.pl: update Linus's git repository

Change to new git tree -
(git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git).

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/get_maintainer.pl
... ... @@ -1389,7 +1389,7 @@
1389 1389 warn("$P: No supported VCS found. Add --nogit to options?\n");
1390 1390 warn("Using a git repository produces better results.\n");
1391 1391 warn("Try Linus Torvalds' latest git repository using:\n");
1392   - warn("git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git\n");
  1392 + warn("git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git\n");
1393 1393 $printed_novcs = 1;
1394 1394 }
1395 1395 return 0;