Re: [git patches] libata fixes
From: Calvin Walton <hidden>
Date: 2012-05-04 21:04:54
Also in:
lkml
On Thu, 2012-05-03 at 22:31 +0400, Sergei Shtylyov wrote:
Hello. On 05/03/2012 10:27 PM, Jeff Garzik wrote:quoted
Please pull 5f098a3ea72e73ad3733c3280fd5ee04816dc999 from git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git tag/upstream-linusquoted
to receive the following updates:quoted
Documentation/devicetree/bindings/ata/ahci-platform.txt | 16 +++++++++++++++ Documentation/devicetree/bindings/ata/calxeda-sata.txt | 17 ----------------Originally it was a file rename -- did that get preserved? WBR, Sergei
Git actually doesn't do any internal tracking of renames, so there is nothing to be preserved. It detects renames on the fly on the client when displaying history. (This can be enabled/disabled in the git config, or using command line options.) The issue here is apparently just that Jeff forgot to enable rename detection when generating the diffstat (using e.g. the -M option). -- Calvin Walton [off-list ref]