summaryrefslogtreecommitdiff
path: root/builtin-stripspace.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Clean up stripspace a bit, use strbuf even more.Libravatar Kristian Høgsberg1-31/+25
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Libravatar Pierre Habouzit1-12/+9
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