* [PATCH/RFC 0/4] Using git-mailsplit in mixed line ending environment
@ 2010-02-11 18:13 Stefan-W. Hahn
0 siblings, 0 replies; only message in thread
From: Stefan-W. Hahn @ 2010-02-11 18:13 UTC (permalink / raw)
To: git
Hello,
I'm using git in an environment with files having dos or unix line
ending. I apply patches using 'git format-patch ... | git am ...'.
A change in git-mailsplit in commit c2ca1d79 introduced a change in
the default behaviour of git-mailsplit when splitting mbox patches. It
makes dos line endings to unix line endings. With this behaviour it is
impossible to apply patches, because there is no possibility to
forward '--keep-cr' through git-am to git-mailsplit.
The following patches introduce the '--kepp-cr' parameter to git-am an
an additional possibility to set '--keep-cr' via configuration for
git-mailsplit. Also I added missing description for '--keep-cr' of
git-mailsplit.
Stefan
Stefan-W. Hahn (4):
git-mailsplit: Show parameter '--keep-cr' in usage and documentation
git-mailsplit: add `mailsplit.keep-cr` configuration variable.
git-am: Add command line parameter `--keep-cr` passing it to
git-mailsplit.
Adding test for `--keep-cr` for git-mailsplit and git-am.
Documentation/config.txt | 4 ++
Documentation/git-mailsplit.txt | 5 ++-
builtin-mailsplit.c | 12 ++++++-
git-am.sh | 18 +++++++--
t/t5101-mailinfo-dos.sh | 75 +++++++++++++++++++++++++++++++++++++++
5 files changed, 108 insertions(+), 6 deletions(-)
create mode 100644 t/t5101-mailinfo-dos.sh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-11 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 18:13 [PATCH/RFC 0/4] Using git-mailsplit in mixed line ending environment Stefan-W. Hahn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).