On Wednesday 2008-04-09 14:45, Patrick McHardy wrote: > Jan Engelhardt wrote: >> Like with other modules (such as ipt_state), ipt_recent.h is changed >> to forward definitions to (IOW include) xt_recent.h, and xt_recent.c >> is changed to use the new constant names. > > Applied. One question: > >> --- a/net/ipv4/netfilter/ipt_recent.c >> +++ b/net/netfilter/xt_recent.c > > I like this format since it only shows the real differences > made during the move. I'm wondering how to apply it so it > also performs the rename though. > Does not git apply automatically do the right thing? It's git-apply after all, it should see when a patch was obviously created with git diff -M / git-format-patch -M. Workaround for gnupatch on the other hand: do the move by hand, then apply. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html