MSYS: Update sed to a version that can handle filter-branch examples
commitd4add0bf9959cddc4dda32e8ef973613cc5b5d58
authorSebastian Schuberth <sschuberth@gmail.com>
Sun, 21 Feb 2010 22:05:33 +0000 (21 23:05 +0100)
committerSebastian Schuberth <sschuberth@gmail.com>
Tue, 9 Mar 2010 13:09:14 +0000 (9 14:09 +0100)
treea6bbd8375d04471705b89cbd5f67d284b2e1610c
parentf10143dfa6a80cfe065ddecb23e7f3fe24938205
MSYS: Update sed to a version that can handle filter-branch examples

The previous version 3.02 was not able to handle this example from the
git-filter-branch help page:

    git filter-branch --index-filter \
        'git ls-files -s | sed "s-\t\"*-&newsubdir/-" |
            GIT_INDEX_FILE=$GIT_INDEX_FILE.new \
                git update-index --index-info &&
         mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE' HEAD

This is version 4.2.1 available from here:

    http://sourceforge.net/projects/mingw/files/MSYS%20sed/

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
bin/sed.exe