]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-am.txt
git-am: Add am.keepcr and --no-keep-cr to override it
authorStefan-W. Hahn <stefan.hahn@s-hahn.de>
Sat, 27 Feb 2010 14:20:27 +0000 (15:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Feb 2010 19:07:49 +0000 (11:07 -0800)
commite80d4cbefce106506ec217f9ab279bcf0b84a2e9
tree6eeb6b7f8c3478e0e7a9843501f4964dbeddd5e6
parentad2c928001d2d94f2cbf3c75734061eb8fc4383c
git-am: Add am.keepcr and --no-keep-cr to override it

This patch adds the configuration `am.keepcr` for git-am. It also adds
`--no-keep-cr` parameter for git-am to give the possibility to
override configuration from command line.

Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-am.txt
git-am.sh