summaryrefslogtreecommitdiff
path: root/builtin-stripspace.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Teach "git stripspace" the --strip-comments optionLibravatar Johannes Schindelin1-1/+6
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Libravatar Carlos Rica1-1/+3
2007-07-11Function stripspace now gets a buffer instead file descriptors.Libravatar Carlos Rica1-24/+37
2007-06-26Fix git-stripspace to process correctly long lines and spaces.Libravatar Carlos Rica1-24/+45
2007-06-08Even more missing staticLibravatar Junio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-3/+0
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-1/+1
2006-06-18Make git-stripspace a builtinLibravatar Lukas Sandström1-0/+61