git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] diff --ignore-case
@ 2012-02-20  2:16 Junio C Hamano
  2012-02-20  2:16 ` [PATCH 1/5] xdiff: remove XDL_PATCH_* macros Junio C Hamano
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Junio C Hamano @ 2012-02-20  2:16 UTC (permalink / raw)
  To: git

This teaches our "diff" machinery to optionally consider lines that are
different only in upper/lower-cases to be equivalent.

Junio C Hamano (5):
  xdiff: remove XDL_PATCH_* macros
  xdiff: PATIENCE/HISTOGRAM are not independent option bits
  xdiff: introduce XDF_INEXACT_MATCH
  xdiff: introduce XDF_IGNORE_CASE
  diff: --ignore-case

 Documentation/diff-options.txt |    4 +++
 diff.c                         |    8 +++---
 diff.h                         |    2 ++
 merge-recursive.c              |    4 +--
 t/lib-diff-alternative.sh      |   45 +++++++++++++++++++++++++++++++--
 t/t4033-diff-patience.sh       |    6 +++++
 t/t4050-diff-histogram.sh      |    2 ++
 xdiff/xdiff.h                  |   19 ++++++++------
 xdiff/xdiffi.c                 |    4 +--
 xdiff/xhistogram.c             |    2 +-
 xdiff/xpatience.c              |    2 +-
 xdiff/xprepare.c               |   21 ++++++++--------
 xdiff/xutils.c                 |   54 ++++++++++++++++++++++++++++++++--------
 13 files changed, 133 insertions(+), 40 deletions(-)

-- 
1.7.9.1.265.g25f75

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

end of thread, other threads:[~2012-02-22 18:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20  2:16 [PATCH 0/5] diff --ignore-case Junio C Hamano
2012-02-20  2:16 ` [PATCH 1/5] xdiff: remove XDL_PATCH_* macros Junio C Hamano
2012-02-20  2:16 ` [PATCH 2/5] xdiff: PATIENCE/HISTOGRAM are not independent option bits Junio C Hamano
2012-02-20  2:16 ` [PATCH 3/5] xdiff: introduce XDF_INEXACT_MATCH Junio C Hamano
2012-02-20  2:16 ` [PATCH 4/5] xdiff: introduce XDF_IGNORE_CASE Junio C Hamano
2012-02-22 18:07   ` Jakub Narebski
2012-02-20  2:16 ` [PATCH 5/5] diff: --ignore-case Junio C Hamano
2012-02-20  7:36 ` [PATCH 6/5] diff -i Junio C Hamano
2012-02-20  8:41 ` [PATCH 0/5] diff --ignore-case Johannes Sixt
2012-02-20  8:52   ` Junio C Hamano
2012-02-20 14:06     ` Thomas Rast
2012-02-20 19:47       ` Junio C Hamano
2012-02-20 22:10         ` Chris Leong
2012-02-21  9:02         ` Re* " 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).