summaryrefslogtreecommitdiffstats
path: root/builtin-stripspace.c
Commit message (Expand)AuthorAgeFilesLines
* Show usage string for 'git stripspace -h'Jonathan Nieder2009-11-101-1/+3
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-271-31/+25
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-101-12/+9
* Teach "git stripspace" the --strip-comments optionJohannes Schindelin2007-07-261-1/+6
* Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica2007-07-181-1/+3
* Function stripspace now gets a buffer instead file descriptors.Carlos Rica2007-07-111-24/+37
* Fix git-stripspace to process correctly long lines and spaces.Carlos Rica2007-06-261-24/+45
* Even more missing staticJunio C Hamano2007-06-081-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-1/+1
* Make git-stripspace a builtinLukas Sandström2006-06-181-0/+61