Arne =?UTF-8?Q?K=C3=B6hn wrote:
> ikiwiki is using
>
> my @sha1s = run_or_non('git', 'rev-list', 'HEAD', '--', $file);
>
>
> in Plugin/git.pm internally, which doesn't follow renames. rev-list
> doesn't support tracking renames, so git log has to be used:
Package: ikiwiki
Version: 3.141592
Severity: normal
ikiwiki is using
my @sha1s = run_or_non('git', 'rev-list', 'HEAD', '--', $file);
in Plugin/git.pm internally, which doesn't follow renames. rev-list
doesn't support tracking renames, so git log has to be
2 matches
Mail list logo