Skip to content

Commit 0648b76

Browse files
pcloudsgitster
authored andcommitted
config.txt: move gitweb.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 996f66e commit 0648b76

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

Documentation/config.txt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -337,22 +337,7 @@ include::config/gc.txt[]
337337

338338
include::config/gitcvs.txt[]
339339

340-
gitweb.category::
341-
gitweb.description::
342-
gitweb.owner::
343-
gitweb.url::
344-
See linkgit:gitweb[1] for description.
345-
346-
gitweb.avatar::
347-
gitweb.blame::
348-
gitweb.grep::
349-
gitweb.highlight::
350-
gitweb.patches::
351-
gitweb.pickaxe::
352-
gitweb.remote_heads::
353-
gitweb.showSizes::
354-
gitweb.snapshot::
355-
See linkgit:gitweb.conf[5] for description.
340+
include::config/gitweb.txt[]
356341

357342
grep.lineNumber::
358343
If set to true, enable `-n` option by default.

Documentation/config/gitweb.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
gitweb.category::
2+
gitweb.description::
3+
gitweb.owner::
4+
gitweb.url::
5+
See linkgit:gitweb[1] for description.
6+
7+
gitweb.avatar::
8+
gitweb.blame::
9+
gitweb.grep::
10+
gitweb.highlight::
11+
gitweb.patches::
12+
gitweb.pickaxe::
13+
gitweb.remote_heads::
14+
gitweb.showSizes::
15+
gitweb.snapshot::
16+
See linkgit:gitweb.conf[5] for description.

0 commit comments

Comments
 (0)