From: J. Bruce Fields Date: Sun, 11 Mar 2007 02:45:29 +0000 (-0500) Subject: user-manual: fix inconsistent example X-Git-Tag: v1.5.0.4~12^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=923642fe1bdf010a1f2bef1507e17b9ee97cbf87;p=git.git user-manual: fix inconsistent example The configuration file fragment here is inconsistent with the text above. Thanks to Ramsay Jones for the correction. Cc: Ramsay Jones Signed-off-by: "J. Bruce Fields" --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index a5e7b536f..8b5709ba7 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -601,8 +601,8 @@ a new stanza: $ cat .git/config ... [remote "linux-nfs"] - url = git://linux-nfs.org/~bfields/git.git - fetch = +refs/heads/*:refs/remotes/linux-nfs-read/* + url = git://linux-nfs.org/pub/nfs-2.6.git + fetch = +refs/heads/*:refs/remotes/linux-nfs/* ... -------------------------------------------------