| commit | 9904fadfea002edf2ef22e8ec9a978e45d1f540b | [log] [tgz] |
|---|---|---|
| author | Mark Lodato <lodatom@gmail.com> | Thu Sep 09 21:39:37 2010 -0400 |
| committer | Junio C Hamano <gitster@pobox.com> | Fri Sep 10 09:31:13 2010 -0700 |
| tree | 37adeb6e3374efcccd240d1bfa3237f7b308b108 | |
| parent | 1b6ecbad3511b1aaa65172ef8b520dd3b5141614 [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>