aboutsummaryrefslogtreecommitdiff
path: root/stripspace.c
Commit message (Collapse)AuthorAge
* Make git-stripspace a builtinLukas Sandström2006-06-18
| | | | | Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
* stripspace: incomplete line fix (take #2)Junio C Hamano2006-04-14
| | | | | | | | This fixes f4ee3eb68906f079dea45de4f1bbb03d68189eb3 breakage, which added an extra trailing blank line after stripping trailing blank lines by mistake. Signed-off-by: Junio C Hamano <junkio@cox.net>
* stripspace: make sure not to leave an incomplete line.Junio C Hamano2006-04-12
| | | | | | | | | | 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>
* Add "commit" helper scriptLinus Torvalds2005-05-30
This is meant to make raw git not hugely less usable than something like raw CVS. I want to make a 1.0 release of the plumbing, and the actual commit part was just too intimidating.