On Fri, Sep 14, 2012 at 08:52:58AM +0200, Rene Buergel wrote: > > Git should show this as a move, not as a "add a file and remove a > > file" > > type patch. Are you generating it properly? > > Whats the proper way to do this? I did a git mv, git commit and than git diff > on that commit hash.
Thatis okay but while you create the patch you should use the -M switch in `git format-patch` command. You could also try to use `git send-email` which should create proper threads and avoid copy/paste formating problems (in case there were any). Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/