Code

config.txt: fix placement of diff.noprefix
authorMark Lodato <lodatom@gmail.com>
Fri, 10 Sep 2010 01:39:37 +0000 (21:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2010 16:31:13 +0000 (09:31 -0700)
commit9904fadfea002edf2ef22e8ec9a978e45d1f540b
tree37adeb6e3374efcccd240d1bfa3237f7b308b108
parent1b6ecbad3511b1aaa65172ef8b520dd3b5141614
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>
Documentation/config.txt