tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Mon, 18 Dec 2017 21:15:53 +0900
changeset 35459 b520c8f98e1e
parent 27350 890273343170
permissions -rw-r--r--
sshpeer: move docstring to top Also makes it use double quotes consistently.

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
}