1. 957da75 stripspace: allow -s/-c outside git repository by Jonathan Nieder · 6 years ago
  2. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  3. 92068ae stripspace: respect repository config by Johannes Schindelin · 8 years ago
  4. f562d7d stripspace: call U+0020 a "space" instead of a "blank" by Alex Henrie · 9 years ago
  5. 1ad7c0f Merge branch 'tk/stripspace' by Junio C Hamano · 9 years ago
  6. 33e8fc8 usage: do not insist that standard input must come from a file by Junio C Hamano · 9 years ago
  7. bed4452 stripspace: use parse-options for command-line parsing by Tobias Klauser · 9 years ago
  8. 63af4a8 strbuf: make stripspace() part of strbuf by Tobias Klauser · 9 years ago
  9. 1686e2c builtin/stripspace.c: fix broken indentation by Matthieu Moy · 11 years ago
  10. eff80a9 Allow custom "comment char" by Junio C Hamano · 12 years ago
  11. 497215d Update documentation for stripspace by Conrad Irwin · 13 years ago
  12. c2857fb stripspace: fix outdated comment by Jeff King · 13 years ago
  13. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-stripspace.c]
  14. 4751f11 Show usage string for 'git stripspace -h' by Jonathan Nieder · 15 years ago
  15. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  16. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  17. 6d69b6f Clean up stripspace a bit, use strbuf even more. by Kristian Høgsberg · 17 years ago
  18. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  19. fd17f5b Replace all read_fd use with strbuf_read, and get rid of it. by Pierre Habouzit · 17 years ago
  20. f653aee Teach "git stripspace" the --strip-comments option by Johannes Schindelin · 17 years ago
  21. c4fba0a Rename read_pipe() with read_fd() and make its buffer nul-terminated. by Carlos Rica · 17 years ago
  22. 975e0da Function stripspace now gets a buffer instead file descriptors. by Carlos Rica · 18 years ago
  23. 9690c11 Fix git-stripspace to process correctly long lines and spaces. by Carlos Rica · 18 years ago
  24. 16befb8 Even more missing static by Junio C Hamano · 18 years ago
  25. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  26. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 18 years ago
  27. 7499c99 Make git-stripspace a builtin by Lukas Sandström · 19 years ago[Renamed (75%) from stripspace.c]
  28. 5cf7e21 stripspace: incomplete line fix (take #2) by Junio C Hamano · 19 years ago
  29. f4ee3eb stripspace: make sure not to leave an incomplete line. by Junio C Hamano · 19 years ago
  30. a3e870f Add "commit" helper script by Linus Torvalds · 20 years ago