All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Björn Gustavsson" <bgustavsson@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH v3 0/5] Apply blanks at EOF
Date: Sat, 27 Feb 2010 14:51:39 +0100	[thread overview]
Message-ID: <4B89236B.5050708@gmail.com> (raw)

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

             reply	other threads:[~2010-02-27 13:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-27 13:51 Björn Gustavsson [this message]
2010-02-28 21:17 ` [PATCH v3 0/5] Apply blanks at EOF Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B89236B.5050708@gmail.com \
    --to=bgustavsson@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.