Hi,

06.12.2017 13:37 Daniel Martin:
PS: Just talked to Peter, he's okay with filter-branch as it gives us
git-log without a struggle and references to other commits can be
looked up in the old repos
A suggestion: you could add the old IDs into the new commit logs. This makes it possible to search for old commits with a simple grep.

You can do this with a `--msg-filter` pass like the following one. This filter must be run before `filter_branch_prefix_subject`.

    git filter-branch --msg-filter '
        cat && echo && echo "Original-Commit-ID: $GIT_COMMIT"
    ' $branch

Regards,

--
Gioele Barabucci <gio...@svario.it>
http://gioele.io

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to