Code

am: don't persist keepcr flag
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Fri, 9 Dec 2011 07:30:45 +0000 (23:30 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Dec 2011 18:49:43 +0000 (10:49 -0800)
commit791970425431878c8abe71645a03f0f64e20e461
tree721f6751855443027543a3f6fb4a69a64bcf3b7e
parent956d86d1c9078eba380eb2530b0ff577a85c2e69
am: don't persist keepcr flag

The keepcr flag is only used in the split_patches function, which is
only called before a patch application has to stopped for user input,
not after resuming. It is therefore unnecessary to persist the
flag. This seems to have been the case since it was introduced in
ad2c928 (git-am: Add command line parameter `--keep-cr` passing it to
git-mailsplit, 2010-02-27).

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh