summaryrefslogtreecommitdiff
path: root/builtin-stripspace.c
AgeCommit message (Expand)Author
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit
2007-07-27Teach "git stripspace" the --strip-comments optionJohannes Schindelin
2007-07-19Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica
2007-07-12Function stripspace now gets a buffer instead file descriptors.Carlos Rica
2007-06-27Fix git-stripspace to process correctly long lines and spaces.Carlos Rica
2007-06-08Even more missing staticJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-06-19Make git-stripspace a builtinLukas Sandström