summaryrefslogtreecommitdiff
path: root/t/t4253-am-keep-cr-dos.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-05-07t4253-am-keep-cr-dos: avoid using pipesLibravatar Boxuan Li1-2/+4
The exit code of the upstream in a pipe is ignored thus we should avoid using it. By writing out the output of the git command to a file, we can test the exit codes of both the commands. Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-06-22Documentation: Fix misspellingsLibravatar Leila Muhtasib1-2/+2
Signed-off-by: Leila Muhtasib <muhtasib@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-02-28git-am: Add tests for `--keep-cr`, `--no-keep-cr` and `am.keepcr`Libravatar Stefan-W. Hahn1-0/+96
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>