git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Rework git-diff algorithm selection
@ 2013-01-12 16:02 Michal Privoznik
  2013-01-12 16:02 ` [PATCH 1/3] git-completion.bash: Autocomplete --minimal and --histogram for git-diff Michal Privoznik
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michal Privoznik @ 2013-01-12 16:02 UTC (permalink / raw)
  To: git; +Cc: peff, trast

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.

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          | 17 +++++++++++++++++
 Documentation/diff-options.txt         | 22 ++++++++++++++++++++++
 contrib/completion/git-completion.bash | 14 +++++++++++++-
 diff.c                                 | 33 +++++++++++++++++++++++++++++++++
 diff.h                                 |  2 ++
 merge-recursive.c                      |  6 ++++++
 6 files changed, 93 insertions(+), 1 deletion(-)

-- 
1.8.0.2

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

end of thread, other threads:[~2013-01-14 19:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 16:02 [PATCH 0/3] Rework git-diff algorithm selection Michal Privoznik
2013-01-12 16:02 ` [PATCH 1/3] git-completion.bash: Autocomplete --minimal and --histogram for git-diff Michal Privoznik
2013-01-12 16:02 ` [PATCH 2/3] config: Introduce diff.algorithm variable Michal Privoznik
2013-01-14 18:33   ` Junio C Hamano
2013-01-12 16:02 ` [PATCH 3/3] diff: Introduce --diff-algorithm command line option Michal Privoznik
2013-01-14 18:44   ` Junio C Hamano
2013-01-14 19:12     ` 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).