]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/apply.c
Teach 'git-apply --whitespace=strip' to remove empty lines at the end of file
authorMarco Costalba <mcostalba@gmail.com>
Sun, 20 May 2007 12:45:59 +0000 (14:45 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 21 May 2007 03:36:24 +0000 (20:36 -0700)
commitefe7f3586156bff4d29c347a1c41f93627c9f3e3
treeeff6e78c2c69e4600ed454718c2ecd93b610c287
parent93d496a560cdcd4f72c8dee1b0b2efa324e1c3bb
Teach 'git-apply --whitespace=strip' to remove empty lines at the end of file

[jc: with an obvious microfix to avoid doing this unless --whitespace=strip]

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c