author | Matthew Ogilvie <mmogilvi_git@miniinfo.net> | |
Thu, 15 May 2008 04:35:48 +0000 (22:35 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 16 May 2008 19:05:35 +0000 (12:05 -0700) | ||
commit | 90948a42892779734f77d62f20326c868392fd8f | |
tree | 88b485c2b84e9419faac5e20725069c43f993a74 | tree | snapshot |
parent | 8a06a632976ead891115ad9ac9dea7b99c52158e | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-cvsserver.txt | diff | blob | history | |
git-cvsserver.perl | diff | blob | history | |
t/t9401-git-cvsserver-crlf.sh | diff | blob | history |