lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCHv1bis 0/2] git apply: cope with whitespace differences
- Date: Thu, 2 Jul 2009 19:48:39 +0200
- From: Giuseppe Bilotta <giuseppe.bilotta@xxxxxxxxx>
- Subject: [PATCHv1bis 0/2] git apply: cope with whitespace differences
Sometimes I do some very stupid things, as was the case with the first
version of this sequence. This new version still doesn't include Junio's
suggestion to move whitespace fixing to before the check, because I'm
not convinced it should be the case.
Giuseppe Bilotta (2):
git apply: option to ignore whitespace differences
git apply: preserve original whitespace with --ignore-whitespace
builtin-apply.c | 90 +++++++++++++++++++++++++++++--
contrib/completion/git-completion.bash | 2 +
git-am.sh | 3 +-
git-rebase.sh | 3 +
t/t4107-apply-ignore-whitespace.sh | 74 ++++++++++++++++++++++++++
5 files changed, 165 insertions(+), 7 deletions(-)
create mode 100755 t/t4107-apply-ignore-whitespace.sh
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html