stripspace: make sure not to leave an incomplete line.
authorJunio C Hamano <junkio@cox.net>
Wed, 12 Apr 2006 20:10:27 +0000 (13:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 12 Apr 2006 20:10:27 +0000 (13:10 -0700)
commitf4ee3eb68906f079dea45de4f1bbb03d68189eb3
treeccd20e32930eda97bcdfa02b80fc06b308dd1814
parent475443c8489d9167b944367d8ec8bfef77bee0a5
stripspace: make sure not to leave an incomplete line.

When dealing with a commit log message for human consumption, it
never makes sense to keep a log that ends with an incomplete
line, so make it a part of the clean-up process done by
git-stripspace.

Acked-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
stripspace.c