tests/histedit-helpers.sh
author Mathias De Maré <mathias.demare@gmail.com>
Fri, 28 Nov 2014 20:16:15 +0100
changeset 23411 2d86f4e38c08
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
subrepo: add status support for ignored files in git subrepos Retrieving the status of a git subrepo did not show ignored files. Using 'git ls-files', we can retrieve these files and display the correct status.

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"
}