Skip to content

Commit 6d3902b

Browse files
dnorthup-umsgitster
authored andcommitted
gitweb: Add gitweb.conf(5) manpage for gitweb configuration files
Much of what is in gitweb.conf.txt has been pulled directly from the README file of gitweb. The manpage was supplemented with description of missing gitweb config variables, and with description of gitweb's %features. There remains a bit of redundancy, which should be reduced if possible... but I think some of duplication of information is inevitable. [jn: Improved, extended, removed duplicate info from README] Signed-off-by: Drew Northup <[email protected]> Signed-off-by: Jakub Narebski <[email protected]> Helped-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 703f05a commit 6d3902b

File tree

3 files changed

+878
-134
lines changed

3 files changed

+878
-134
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAN1_TXT= \
33
$(wildcard git-*.txt)) \
44
gitk.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

0 commit comments

Comments
 (0)