aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-stripspace.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg1-31/+25
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit1-12/+9
2007-07-26Teach "git stripspace" the --strip-comments optionJohannes Schindelin1-1/+6
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica1-1/+3
2007-07-11Function stripspace now gets a buffer instead file descriptors.Carlos Rica1-24/+37
2007-06-26Fix git-stripspace to process correctly long lines and spaces.Carlos Rica1-24/+45
2007-06-08Even more missing staticJunio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+0
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-1/+1
2006-06-18Make git-stripspace a builtinLukas Sandström1-0/+61