diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-10-16 13:07:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-16 11:09:35 -0700 |
commit | cd82323fbc3f431aace056c8a0202c0105ff51e0 (patch) | |
tree | ba6baa15fe721375dc2725fb4e7401be7e177d22 | |
parent | 86ce2d54825d169bbfbc30292de24889e5599113 (diff) | |
download | git-cd82323fbc3f431aace056c8a0202c0105ff51e0.tar.gz git-cd82323fbc3f431aace056c8a0202c0105ff51e0.tar.xz |
Documentation: Add gitweb config variables to git-config(1)
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>
-rw-r--r-- | Documentation/config.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 0658ffb88..36e50526c 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1064,6 +1064,23 @@ All gitcvs variables except for 'gitcvs.usecrlfattr' and 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. |