git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Apply blanks at EOF
@ 2010-02-27 13:51 Björn Gustavsson
  2010-02-28 21:17 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Gustavsson @ 2010-02-27 13:51 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Here is my third attempt.

Björn Gustavsson (5):
  apply: Don't unnecessarily update line lengths in the preimage
    As far as I understand, there was a completely unnecessary update
    of line lengths which I have got rid of.

  apply: Remove the quick rejection test
    Unchanged (except for a minor correction of the commit message).

  apply: Allow blank context lines to match beyond EOF
    Included Junio's suggested clean-up that eliminates the "limit" variable.

    Now handling --ignore-space-change.

  t4124: Add additional tests of --whitespace=fix
    Added some more test cases and modified several tests to
    run "git apply" both with and without the --ignore-space-change
    option.

  t3417: Add test cases for "rebase --whitespace=fix"
    Unchanged.

 builtin-apply.c                  |  184 +++++++++++++++++++++++++++++---------
 t/t3417-rebase-whitespace-fix.sh |  126 ++++++++++++++++++++++++++
 t/t4104-apply-boundary.sh        |    9 ++
 t/t4124-apply-ws-rule.sh         |  119 ++++++++++++++++++++++++
 4 files changed, 397 insertions(+), 41 deletions(-)
 create mode 100755 t/t3417-rebase-whitespace-fix.sh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-28 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-27 13:51 [PATCH v3 0/5] Apply blanks at EOF Björn Gustavsson
2010-02-28 21:17 ` Junio C Hamano

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).