Re: [PATCHv2] blame: fix memory corruption scrambling revision name in error message

2017-07-24 Thread Junio C Hamano
SZEDER Gábor writes: > When attempting to blame a non-existing path, git should show an error > message like this: > > $ git blame e83c51633 -- nonexisting-file > fatal: no such path nonexisting-file in e83c51633 > > Since the recent commit 835c49f7d (blame: rework

[PATCHv2] blame: fix memory corruption scrambling revision name in error message

2017-07-24 Thread SZEDER Gábor
When attempting to blame a non-existing path, git should show an error message like this: $ git blame e83c51633 -- nonexisting-file fatal: no such path nonexisting-file in e83c51633 Since the recent commit 835c49f7d (blame: rework methods that determine 'final' commit, 2017-05-24) the