]> git.proxmox.com Git - mirror_ubuntu-artful-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)
committerLuis Henriques <luis.henriques@canonical.com>
Tue, 10 Jan 2017 17:43:21 +0000 (17:43 +0000)
commitcba0dd190b67962732e585ea1fa1ceb9b3ea35db
tree3b0c126eed3ee59b30076f3142ff0c6ff2b746db
parent9861ea85c8f53a77186812411d75c050aa88eb29
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