Skip to content

Commit 380f26c

Browse files
committed
Merge branch 'jn/gitweb-manpages'
* jn/gitweb-manpages: gitweb: Add gitweb manpages to 'gitweb' package in git.spec Documentation: Add gitweb config variables to git-config(1) Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages gitweb: Add gitweb(1) manpage for gitweb itself gitweb: Add gitweb.conf(5) manpage for gitweb configuration files
2 parents 578183b + 55752fa commit 380f26c

File tree

9 files changed

+1649
-479
lines changed

9 files changed

+1649
-479
lines changed

Documentation/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
MAN1_TXT= \
22
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
33
$(wildcard git-*.txt)) \
4-
gitk.txt git.txt
4+
gitk.txt gitweb.txt git.txt
55
MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \
6-
gitrepository-layout.txt
6+
gitrepository-layout.txt gitweb.conf.txt
77
MAN7_TXT=gitcli.txt gittutorial.txt gittutorial-2.txt \
88
gitcvs-migration.txt gitcore-tutorial.txt gitglossary.txt \
99
gitdiffcore.txt gitnamespaces.txt gitrevisions.txt gitworkflows.txt

Documentation/config.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,23 @@ All gitcvs variables except for 'gitcvs.usecrlfattr' and
10711071
is one of "ext" and "pserver") to make them apply only for the given
10721072
access method.
10731073

1074+
gitweb.category::
1075+
gitweb.description::
1076+
gitweb.owner::
1077+
gitweb.url::
1078+
See linkgit:gitweb[1] for description.
1079+
1080+
gitweb.avatar::
1081+
gitweb.blame::
1082+
gitweb.grep::
1083+
gitweb.highlight::
1084+
gitweb.patches::
1085+
gitweb.pickaxe::
1086+
gitweb.remote_heads::
1087+
gitweb.showsizes::
1088+
gitweb.snapshot::
1089+
See linkgit:gitweb.conf[5] for description.
1090+
10741091
grep.lineNumber::
10751092
If set to true, enable '-n' option by default.
10761093

Documentation/git-instaweb.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ If the configuration variable 'instaweb.browser' is not set,
8484
'web.browser' will be used instead if it is defined. See
8585
linkgit:git-web{litdd}browse[1] for more information about this.
8686

87+
SEE ALSO
88+
--------
89+
linkgit:gitweb[1]
90+
8791
GIT
8892
---
8993
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)