summaryrefslogtreecommitdiff
path: root/t/t0030-stripspace.sh
AgeCommit message (Expand)Author
2018-12-26stripspace: allow -s/-c outside git repositoryJonathan Nieder
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2016-11-21stripspace: respect repository configJohannes Schindelin
2016-11-21rebase -i: highlight problems with core.commentcharJohannes Schindelin
2014-10-27strbuf_add_commented_lines(): avoid SP-HT sequence in commented linesJunio C Hamano
2014-04-29t0030-stripspace.sh: use the $( ... ) construct for command substitutionElia Pinto
2013-01-16Allow custom "comment char"Junio C Hamano
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-13grep portability fix: don't use "-e" or "-q"Jeff King
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-07-27Teach "git stripspace" the --strip-comments optionJohannes Schindelin
2007-07-11t0030: Add tests with consecutive text lines and others with spaces added.Carlos Rica
2007-07-11t0030: Remove repeated instructions and add missing &&Carlos Rica
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-27Add test script for git-stripspace.Carlos Rica