summaryrefslogtreecommitdiff
path: root/t/t0030-stripspace.sh
AgeCommit message (Expand)AuthorFilesLines
2018-07-30tests: make use of the test_must_be_empty functionLibravatar Ævar Arnfjörð Bjarmason1-9/+8
2016-11-21stripspace: respect repository configLibravatar Johannes Schindelin1-1/+1
2016-11-21rebase -i: highlight problems with core.commentcharLibravatar Johannes Schindelin1-0/+9
2014-10-27strbuf_add_commented_lines(): avoid SP-HT sequence in commented linesLibravatar Junio C Hamano1-0/+6
2014-04-29t0030-stripspace.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2013-01-16Allow custom "comment char"Libravatar Junio C Hamano1-0/+35
2008-05-24tests: do not use implicit "git diff --no-index"Libravatar Junio C Hamano1-78/+78
2008-03-13grep portability fix: don't use "-e" or "-q"Libravatar Jeff King1-17/+17
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-20/+20
2007-07-26Teach "git stripspace" the --strip-comments optionLibravatar Johannes Schindelin1-0/+5
2007-07-11t0030: Add tests with consecutive text lines and others with spaces added.Libravatar Carlos Rica1-0/+51
2007-07-11t0030: Remove repeated instructions and add missing &&Libravatar Carlos Rica1-24/+13
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-94/+94
2007-06-26Add test script for git-stripspace.Libravatar Carlos Rica1-0/+355