Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
user-manual: fix inconsistent example
author
J. Bruce Fields
<bfields@citi.umich.edu>
Sun, 11 Mar 2007 02:45:29 +0000
(21:45 -0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Sun, 11 Mar 2007 04:05:01 +0000
(23:05 -0500)
The configuration file fragment here is inconsistent with the text
above. Thanks to Ramsay Jones for the correction.
Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c816eb1
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index a5e7b536f2bbb3355f9fa198a369c4c8c595e76d..8b5709ba75f328ad1e99c998ea50bc99791725c4 100644
(file)
--- 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/*
...
-------------------------------------------------