commit | f4ee3eb68906f079dea45de4f1bbb03d68189eb3 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Apr 12 13:10:27 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Apr 12 13:10:27 2006 -0700 |
tree | ccd20e32930eda97bcdfa02b80fc06b308dd1814 | |
parent | 475443c8489d9167b944367d8ec8bfef77bee0a5 [diff] |
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>