On Tue, 13 Mar 2007, Steven Rostedt wrote: > > Move kernel/acpi/processor.c to the common hold.
Please use git diff -M for things like this. In fact, even if you weren't a git user, I'd ask you to *become* one just because I think that it's a *lot* more productive if people actually see renames as renames, and will see what - if anything - changed when renaming. The "-M" flag isn't the default, simply because it generates patches that cannot be applied with regular "patch", but for something like this, I think it's practically imperative. The old kind of "remove file" + "add file" patch just isn't acceptable when there are very viable alternaties. You don't even have to use a git repository to use a git rename patch - you just need to use "git apply" to apply it. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/