Gentoo Archives: gentoo-dev

From: Diamond <diamond@××××××.ru>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Git copy detection (was: My masterplan for git migration...)
Date: Thu, 18 Sep 2014 21:01:22
Message-Id: 20140919010113.40369909@diamond.mlzone
In Reply to: [gentoo-dev] Git copy detection (was: My masterplan for git migration...) by "W. Trevor King"
1 On Thu, 18 Sep 2014 13:08:11 -0700
2 "W. Trevor King" <wking@×××××××.us> wrote:
3
4 > Git can check for copies if you like:
5 >
6 > $ git clone git://github.com/cerebrum/dr.git
7 > $ cd dr/
8 > $ git show --find-copies-harder 311df9b04
9 > …
10 > copy from games-strategy/openra/openra-20140608.ebuild
11 > copy to games-strategy/openra/openra-20140722.ebuild
12
13 --find-copies-harder is better but it isn't shown on github in a
14 convenient way for package management.

Replies

Subject Author
Re: [gentoo-dev] Git copy detection (was: My masterplan for git migration...) "W. Trevor King" <wking@×××××××.us>