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

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

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

end of thread, other threads:[~2013-01-16 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16  7:51 [PATCH v3 0/3] Rework git-diff algorithm selection Michal Privoznik
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

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.