Subject: | get_affected_files() is broken |
1. The methods wants a "new-commit" and an "old-commit" parameter, but
both are discarded.
2. In my test repository, "git diff --cached --name-status" gives this
output:
D a_file
But get_affected_files() produces a warning "Use of uninitialized value
$name in hash element at ... Git/More.pm line 90" and a Dump of the
returned data looks like this:
$VAR1 = {
'' => 'D a_file'
};