tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Mon, 09 Apr 2018 20:55:05 +0900
changeset 37572 c6b8d614690a
parent 27350 890273343170
permissions -rw-r--r--
diffhelpers: remove unused return value from fixnewline() and addlines()

fixbundle() {
    grep -v 'saving bundle' | grep -v 'saved backup' | \
        grep -v added | grep -v adding | \
        grep -v "unable to find 'e' for patching" | \
        grep -v "e: No such file or directory" | \
    cat
}