diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-06 15:39:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-06 15:39:16 -0700 |
commit | c2e585f530e6339ff3eab0405de6286b7f929b28 (patch) | |
tree | eb9f004809781e3deb5b2af216541bf4486bf729 /Documentation | |
parent | Merge branch 'lm/git-blame-el' into maint (diff) | |
parent | Documentation/git-daemon: add missing word (diff) | |
download | tgif-c2e585f530e6339ff3eab0405de6286b7f929b28.tar.xz |
Merge branch 'ms/daemon-doc-typo' into maint
* ms/daemon-doc-typo:
Documentation/git-daemon: add missing word
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-daemon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 31b28fc29f..e8f757704c 100644 --- 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 |