author | Mark Lodato <lodatom@gmail.com> | |
Fri, 10 Sep 2010 01:39:37 +0000 (21:39 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 10 Sep 2010 16:31:13 +0000 (09:31 -0700) | ||
commit | 9904fadfea002edf2ef22e8ec9a978e45d1f540b | |
tree | 37adeb6e3374efcccd240d1bfa3237f7b308b108 | tree | snapshot |
parent | 1b6ecbad3511b1aaa65172ef8b520dd3b5141614 | commit | diff |
config.txt: fix placement of diff.noprefix
In git-config(1), diff.noprefix was placed in between
diff.mnemonicprefix and the list of mnemonic prefixes, which is
obviously incorrect and very confusing to readers. Now, it is located
after the end of the explanation of mnemonicprefix, which makes much
more sense.
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
In git-config(1), diff.noprefix was placed in between
diff.mnemonicprefix and the list of mnemonic prefixes, which is
obviously incorrect and very confusing to readers. Now, it is located
after the end of the explanation of mnemonicprefix, which makes much
more sense.
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history |