diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-10-27 08:23:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-29 10:17:04 +0900 |
commit | e344b8b4c3eb0abf23f8d7b495747ad73fb333f1 (patch) | |
tree | 67cf227e8314f5478438d0a0313266f53d989bcc /Documentation/config | |
parent | config.txt: move rerere.* to a separate file (diff) | |
download | tgif-e344b8b4c3eb0abf23f8d7b495747ad73fb333f1.tar.xz |
config.txt: move reset.* 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>
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/reset.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |