]> git.ipfire.org Git - thirdparty/git.git/commit - xdiff/xutils.c
teach diff machinery about --ignore-space-at-eol
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 14 Feb 2007 00:30:29 +0000 (01:30 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 05:40:42 +0000 (21:40 -0800)
commit859f9c45814afae3250424946e2156ea366224f7
treebb5f2fc60eabb80011c758ea6961d37a754b6e96
parent44478d99ee0b2c219a733545efe0cb422658bf60
teach diff machinery about --ignore-space-at-eol

`git diff --ignore-space-at-eol` will ignore whitespace at the
line ends.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c
xdiff/xdiff.h
xdiff/xutils.c