From e344b8b4c3eb0abf23f8d7b495747ad73fb333f1 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:34 +0200 Subject: config.txt: move reset.* 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 | 3 +-- Documentation/config/reset.txt | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Documentation/config/reset.txt (limited to 'Documentation') diff --git a/Documentation/config.txt b/Documentation/config.txt index 71bab1f3b8..a6ce22a6d9 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -401,8 +401,7 @@ include::config/repack.txt[] include::config/rerere.txt[] -reset.quiet:: - When set to true, 'git reset' will default to the '--quiet' option. +include::config/reset.txt[] include::sendemail-config.txt[] diff --git a/Documentation/config/reset.txt b/Documentation/config/reset.txt new file mode 100644 index 0000000000..63b7c45aac --- /dev/null +++ b/Documentation/config/reset.txt @@ -0,0 +1,2 @@ +reset.quiet:: + When set to true, 'git reset' will default to the '--quiet' option. -- cgit v1.2.3