From 07c11a0bd0753dd625efc522b621ef5bc19ff06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Sat, 27 Oct 2018 08:23:49 +0200 Subject: [PATCH] config.txt: move web.* to a separate file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- Documentation/config.txt | 5 +---- Documentation/config/web.txt | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 Documentation/config/web.txt diff --git a/Documentation/config.txt b/Documentation/config.txt index eacaaa2deb8eb7..10617d0a10d0a1 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -433,10 +433,7 @@ include::config/user.txt[] include::config/versionsort.txt[] -web.browser:: - Specify a web browser that may be used by some commands. - Currently only linkgit:git-instaweb[1] and linkgit:git-help[1] - may use it. +include::config/web.txt[] worktree.guessRemote:: With `add`, if no branch argument, and neither of `-b` nor diff --git a/Documentation/config/web.txt b/Documentation/config/web.txt new file mode 100644 index 00000000000000..beec8d1303a90e --- /dev/null +++ b/Documentation/config/web.txt @@ -0,0 +1,4 @@ +web.browser:: + Specify a web browser that may be used by some commands. + Currently only linkgit:git-instaweb[1] and linkgit:git-help[1] + may use it.