]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
git-cvsserver: add ability to guess -kb from contents
authorMatthew Ogilvie <mmogilvi_git@miniinfo.net>
Thu, 15 May 2008 04:35:48 +0000 (22:35 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2008 19:05:35 +0000 (12:05 -0700)
commit90948a42892779734f77d62f20326c868392fd8f
tree88b485c2b84e9419faac5e20725069c43f993a74
parent8a06a632976ead891115ad9ac9dea7b99c52158e
git-cvsserver: add ability to guess -kb from contents

If "gitcvs.allbinary" is set to "guess", then any file that has
not been explicitly marked as binary or text using the "crlf" attribute
and the "gitcvs.usecrlfattr" config will guess binary based on the contents
of the file.

Signed-off-by: Matthew Ogilvie <mmogilvi_git@miniinfo.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-cvsserver.txt
git-cvsserver.perl
t/t9401-git-cvsserver-crlf.sh