Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ms/daemon-doc-typo'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 22 Jul 2012 19:55:40 +0000
(12:55 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 22 Jul 2012 19:55:41 +0000
(12:55 -0700)
* ms/daemon-doc-typo:
Documentation/git-daemon: add missing word
Documentation/git-daemon.txt
patch
|
blob
|
history
raw
(from parent 1:
eab69dc
)
diff --git
a/Documentation/git-daemon.txt
b/Documentation/git-daemon.txt
index 31b28fc29fc6e01e8505f2179b08082cf734377c..e8f757704c7fcf93e8e19f66c34557b8887ef29a 100644
(file)
--- a/
Documentation/git-daemon.txt
+++ b/
Documentation/git-daemon.txt
@@
-204,7
+204,7
@@
receive-pack::
can push anything into the repository, including removal
of refs). This is solely meant for a closed LAN setting
where everybody is friendly. This service can be
- enabled by `daemon.receivepack` configuration item to
+ enabled by
setting
`daemon.receivepack` configuration item to
`true`.
EXAMPLES