am: refactor read_author_script()
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Aug 2016 19:36:42 +0000 (12:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Aug 2016 19:36:42 +0000 (12:36 -0700)
By splitting the part that reads from a file and the part that
parses the variable definitions from the contents, make the latter
can be more reusable in the future.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found