summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 86ce2d5)
raw | patch | inline | side by side (parent: 86ce2d5)
author | Jakub Narebski <jnareb@gmail.com> | |
Sun, 16 Oct 2011 11:07:34 +0000 (13:07 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 16 Oct 2011 18:09:35 +0000 (11:09 -0700) |
Add a list of gitweb config variables to git-config(1) manpage, just
linking to gitweb(1) or gitweb.conf(5).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
linking to gitweb(1) or gitweb.conf(5).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history |
index 0658ffb889320d408f2cad9214e138879059c766..36e50526cb8ff88c0e75cdec7c5cd4fe64274987 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
is one of "ext" and "pserver") to make them apply only for the given
access method.
+gitweb.category::
+gitweb.description::
+gitweb.owner::
+gitweb.url::
+ See linkgit:gitweb[1] for description.
+
+gitweb.avatar::
+gitweb.blame::
+gitweb.grep::
+gitweb.highlight::
+gitweb.patches::
+gitweb.pickaxe::
+gitweb.remote_heads::
+gitweb.showsizes::
+gitweb.snapshot::
+ See linkgit:gitweb.conf[5] for description.
+
grep.lineNumber::
If set to true, enable '-n' option by default.