All pastes #2055682 Raw Edit

Mine

public text v1 · immutable
#2055682 ·published 2011-05-09 10:44 UTC
rendered paste body
git filter-branch --index-filter \
        'git ls-files -s | sed "s-\t\"*-&html/-" |
                GIT_INDEX_FILE=$GIT_INDEX_FILE.new \
                        git update-index --index-info &&
         mv "$GIT_INDEX_FILE.new" "$GIT_INDEX_FILE"' HEAD