tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 30 Jan 2018 20:33:21 -0500
changeset 35920 6bd2846a82e8
parent 27350 890273343170
permissions -rw-r--r--
lfs: drop an unused function parameter

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
}