]> git.ipfire.org Git - thirdparty/git.git/commit
am: don't die in read_author_script()
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 31 Oct 2018 10:15:52 +0000 (10:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Nov 2018 03:08:06 +0000 (12:08 +0900)
commit28224c23597e5d4b405b87e4e3dc321fd2d2c4f6
tree891d92ae2980af0ad266cab01b8da34abff6b033
parenta4b8ab5363a32f283a61ef3a962853556d136c0e
am: don't die in read_author_script()

The caller is already prepared to handle errors returned from this
function so there is no need for it to die if it cannot read the file.

Suggested-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c