From: Michal Privoznik <mprivozn@redhat.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, trast@student.ethz.ch, peff@peff.net
Subject: [PATCH v3 0/3] Rework git-diff algorithm selection
Date: Wed, 16 Jan 2013 08:51:55 +0100 [thread overview]
Message-ID: <cover.1358322212.git.mprivozn@redhat.com> (raw)
It's been a while I was trying to get this in. Recently, I realized how
important this is.
Please keep me CC'ed as I am not subscribed to the list.
diff to v1:
-Junio's suggestions worked in
diff to v2:
-yet more Junio's suggestions included
Michal Privoznik (3):
git-completion.bash: Autocomplete --minimal and --histogram for
git-diff
config: Introduce diff.algorithm variable
diff: Introduce --diff-algorithm command line option
Documentation/diff-config.txt | 18 ++++++++++++++++++
Documentation/diff-options.txt | 21 +++++++++++++++++++++
contrib/completion/git-completion.bash | 14 +++++++++++++-
diff.c | 34 ++++++++++++++++++++++++++++++++++
diff.h | 2 ++
merge-recursive.c | 9 +++++++++
6 files changed, 97 insertions(+), 1 deletion(-)
--
1.8.0.2
next reply other threads:[~2013-01-16 7:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 7:51 Michal Privoznik [this message]
2013-01-16 7:51 ` [PATCH v3 1/3] git-completion.bash: Autocomplete --minimal and --histogram for git-diff Michal Privoznik
2013-01-16 7:51 ` [PATCH v3 2/3] config: Introduce diff.algorithm variable Michal Privoznik
2013-01-16 17:42 ` Junio C Hamano
2013-01-16 21:59 ` Junio C Hamano
2013-01-16 7:51 ` [PATCH v3 3/3] diff: Introduce --diff-algorithm command line option Michal Privoznik
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=cover.1358322212.git.mprivozn@redhat.com \
--to=mprivozn@redhat.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=peff@peff.net \
--cc=trast@student.ethz.ch \
/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 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).