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>
Nguyễn Thái Ngọc Duy committed
Oct 27, 2018 at 08:23 UTC
0648b769747d68d91b527ed775aeceec0dcef675
2 files changed
+17
-16
Documentation/config.txt
+1
-16
@@ -337,22 +337,7 @@ include::config/gc.txt[]
337
338
include::config/gitcvs.txt[]
339
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[]
341
342
grep.lineNumber::
343
If set to true, enable `-n` option by default.
Documentation/config/gitweb.txt
new
+16
@@ -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.