]> asedeno.scripts.mit.edu Git - git.git/commit
git-am: Add tests for `--keep-cr`, `--no-keep-cr` and `am.keepcr`
authorStefan-W. Hahn <stefan.hahn@s-hahn.de>
Sat, 27 Feb 2010 14:20:28 +0000 (15:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Feb 2010 19:10:39 +0000 (11:10 -0800)
commit6d8d8e0de3ca753cd482012d3695602e36356145
treed2c9620f34ec090a756ccdcbc05733a9ffb6b771
parente80d4cbefce106506ec217f9ab279bcf0b84a2e9
git-am: Add tests for `--keep-cr`, `--no-keep-cr` and `am.keepcr`

Add tests for git-am using files with DOS line endings for various
combinations of `--keep-cr`, `--no-keep-cr` and `am.keepcr`.

Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4253-am-keep-cr-dos.sh [new file with mode: 0755]