On Tue, Mar 3, 2009 at 6:03 AM, Werner LEMBERG <w...@gnu.org> wrote:

>   . git format-patch
>   . editing commit messages in the *.patch files
>   . git am --rebasing --whitespace=nowarn *.patch
>
> works fine, however, it loses all tags created by parsecvs.

Presumedly this is because changing the log message changes the commit
hash, so the tags are no longer part of the reachable history. You
should just be able to add:

. check if the commit was tagged and 'git tag -f <tag> <commit>' for
the appropriate patches.

 -r


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to