From: Phillip Wood Date: Wed, 31 Oct 2018 10:15:55 +0000 (+0000) Subject: add read_author_script() to libgit X-Git-Tag: v2.20.0-rc0~42^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bcd33ec25f28514776f3b17af6a5a80b1f329f81?ds=inline;hp=bcd33ec25f28514776f3b17af6a5a80b1f329f81 add read_author_script() to libgit Add read_author_script() to sequencer.c based on the implementation in builtin/am.c and update read_am_author_script() to use read_author_script(). The sequencer code that reads the author script will be updated in the next commit. Signed-off-by: Phillip Wood Signed-off-by: Junio C Hamano ---