Package: tig
Version: 0.14.1-2
The "blame" view ("B" after selecting a file using "t") is broken when
the cwd of the tig executable is not the repo root:
Testcase:
$ git init
Initialized empty Git repository in [..]
$ mkdir subdir
$ echo "one" > one
$ echo "two" > subdir/two
$ git add subdir/one
$ git commit -m "test"
[master (root-commit) 874306d] test 2 files changed,
2 insertions(+), 0 deletions(-)
create mode 100644 one
create mode 100644 subdir/two
Without changing directory, the blame view works as expected. However, if
you run tig from "subdir/", it prints "Failed to load blame data".
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected]
`-
signature.asc
Description: PGP signature

