/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
05f5ba6
)
Merge branch 'ms/daemon-doc-typo' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Aug 2012 22:39:16 +0000
(15:39 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Aug 2012 22:39:16 +0000
(15:39 -0700)
* ms/daemon-doc-typo:
Documentation/git-daemon: add missing word
Documentation/git-daemon.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/git-daemon.txt
b/Documentation/git-daemon.txt
index
31b28fc
..
e8f7577
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