summaryrefslogtreecommitdiff
path: root/t/t0030-stripspace.sh
Commit message (Expand)AuthorAgeFilesLines
* t0030-t0050: avoid pipes with Git on LHSShubham Mishra2022-03-121-27/+48
* tests: add a test mode for SANITIZE=leak, run it in CIÆvar Arnfjörð Bjarmason2021-09-231-0/+1
* stripspace: allow -s/-c outside git repositoryJonathan Nieder2018-12-261-3/+9
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-13/+9
* tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-9/+8
* stripspace: respect repository configJohannes Schindelin2016-11-211-1/+1
* rebase -i: highlight problems with core.commentcharJohannes Schindelin2016-11-211-0/+9
* strbuf_add_commented_lines(): avoid SP-HT sequence in commented linesjc/strbuf-add-lines-avoid-sp-ht-sequenceJunio C Hamano2014-10-271-0/+6
* t0030-stripspace.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-10/+10
* Allow custom "comment char"Junio C Hamano2013-01-161-0/+35
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-78/+78
* grep portability fix: don't use "-e" or "-q"Jeff King2008-03-131-17/+17
* Sane use of test_expect_failureJunio C Hamano2008-02-011-20/+20
* Teach "git stripspace" the --strip-comments optionJohannes Schindelin2007-07-261-0/+5
* t0030: Add tests with consecutive text lines and others with spaces added.Carlos Rica2007-07-111-0/+51
* t0030: Remove repeated instructions and add missing &&Carlos Rica2007-07-111-24/+13
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-94/+94
* Add test script for git-stripspace.Carlos Rica2007-06-261-0/+355