Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/config.txt | 17 +----------------
Documentation/gitweb-config.txt | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 16 deletions(-)
create mode 100644 Documentation/gitweb-config.txt
diff --git a/Documentation/config.txt b/Documentation/config.txt
index ebef3c867a..6898c9f567 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -337,22 +337,7 @@ include::gc-config.txt[]
include::gitcvs-config.txt[]
-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.
+include::gitweb-config.txt[]
grep.lineNumber::
If set to true, enable `-n` option by default.
diff --git a/Documentation/gitweb-config.txt b/Documentation/gitweb-config.txt
new file mode 100644
index 0000000000..1b51475108
--- /dev/null
+++ b/Documentation/gitweb-config.txt
@@ -0,0 +1,16 @@
+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.
--
2.19.1.647.g708186aaf9