From: Pete Wyckoff Date: Sun, 16 Oct 2011 14:45:01 +0000 (-0400) Subject: git-p4: recognize all p4 filetypes X-Git-Tag: v1.7.8-rc1~4^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9cffb8c8bfd64d97769b3e3792201bcb3618dd23?ds=inline;hp=9cffb8c8bfd64d97769b3e3792201bcb3618dd23 git-p4: recognize all p4 filetypes The previous code was approximate in the filetypes it recognized. Put in the canonical list and be more careful about matching elements of the file type. This might change behavior in some cases, hopefully for the better. Windows newline mangling will now happen on all text files. Previously some like "text+ko" were oddly exempt. Files with multiple combinations of modifiers, like "text+klx", are now recognized for keyword expansion. I expect these to be seen only rarely. Acked-by: Luke Diamand Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano ---