Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitk: Fix "blame parent commit" with separate work tree
Running "blame parent commit" currently brings up an empty blame view when the the work tree is not the parent of the git directory. Fix it by feeding git-blame paths relative to $GIT_WORK_TREE instead of "$GIT_DIR/..". Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
- Loading branch information