Bug#541219: ikiwiki: getctime doesn't follow renames when using git

2009-08-12 Thread Joey Hess
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:

Bug#541219: ikiwiki: getctime doesn't follow renames when using git

2009-08-12 Thread Arne =?UTF-8?Q?K=C3=B6hn
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