1
0
mirror of https://github.com/git/git.git synced 2024-09-28 19:42:15 +02:00
git/xdiff
Johannes Schindelin 0d21efa51c Teach diff about -b and -w flags
This adds -b (--ignore-space-change) and -w (--ignore-all-space) flags to
diff. The main part of the patch is teaching libxdiff about it.

[jc: renamed xdl_line_match() to xdl_recmatch() since the former is used
 for different purposes in xpatchi.c which is in the parts of the upstream
 source we do not use.]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-06-23 17:35:27 -07:00
..
xdiff.h Teach diff about -b and -w flags 2006-06-23 17:35:27 -07:00
xdiffi.c Teach diff about -b and -w flags 2006-06-23 17:35:27 -07:00
xdiffi.h Teach diff about -b and -w flags 2006-06-23 17:35:27 -07:00
xemit.c
xemit.h
xinclude.h
xmacros.h Teach diff about -b and -w flags 2006-06-23 17:35:27 -07:00
xprepare.c Teach diff about -b and -w flags 2006-06-23 17:35:27 -07:00
xprepare.h
xtypes.h
xutils.c Teach diff about -b and -w flags 2006-06-23 17:35:27 -07:00
xutils.h Teach diff about -b and -w flags 2006-06-23 17:35:27 -07:00