diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2013-10-14 11:07:50 -0700 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2013-10-14 11:07:50 -0700 |
commit | 865156a7cb72a579c144220204fd7b447ca4e50f (patch) | |
tree | 0e43d15116202baae9c558cfa3b27f9136712b2f /Documentation/howto/setup-git-server-over-http.txt | |
parent | Merge branch 'po/remote-set-head-usage' (diff) | |
parent | howto/revert-a-faulty-merge: fix unescaped '^'s (diff) | |
download | tgif-865156a7cb72a579c144220204fd7b447ca4e50f.tar.xz |
Merge branch 'rj/doc-formatting-fix'
* rj/doc-formatting-fix:
howto/revert-a-faulty-merge: fix unescaped '^'s
howto/setup-git-server-over-http: fix unescaped '^'s
Diffstat (limited to 'Documentation/howto/setup-git-server-over-http.txt')
-rw-r--r-- | Documentation/howto/setup-git-server-over-http.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/howto/setup-git-server-over-http.txt b/Documentation/howto/setup-git-server-over-http.txt index 7f4943e102..981cbddc86 100644 --- a/Documentation/howto/setup-git-server-over-http.txt +++ b/Documentation/howto/setup-git-server-over-http.txt @@ -81,8 +81,8 @@ Initialize a bare repository $ git --bare init -Change the ownership to your web-server's credentials. Use "grep ^User -httpd.conf" and "grep ^Group httpd.conf" to find out: +Change the ownership to your web-server's credentials. Use `"grep ^User +httpd.conf"` and `"grep ^Group httpd.conf"` to find out: $ chown -R www.www . |