tests/histedit-helpers.sh
author Raphaël Gomès <rgomes@octobus.net>
Wed, 12 Jul 2023 10:59:19 +0200
changeset 50770 d64df6b35007
parent 27350 890273343170
permissions -rw-r--r--
rust-config: add docstring to inner `get_parse` method The signature is quite heavy, a docstring to explain the idea doesn't hurt.

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
}