]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: [Debian] consider renames in gen-auto-reconstruct
authorThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 21 Dec 2016 11:16:33 +0000 (09:16 -0200)
committerAndy Whitcroft <apw@canonical.com>
Mon, 13 Mar 2017 18:32:05 +0000 (18:32 +0000)
commit5e3eabfe7cd61df6d5a70ef19ae8cc5c50db273b
treee579908a16d7f31383b01c03eeab6d6ad8295b54
parentf8620f71a5ce704e0c168ec4ba71be5a092b3d1d
UBUNTU: [Debian] consider renames in gen-auto-reconstruct

Recent git versions have changed the rename detection to default when
using git-diff. Previous behavior would allow the reconstruct script to
remove the renamed files, which are added in the diff, but not removed.

Using --no-renames option will revert to the previous behavior when
using those recent git versions.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
debian/scripts/misc/gen-auto-reconstruct