git-prompt: make __git_eread intended use explicit
authorRobert Abel <rabel@robertabel.eu>
Tue, 5 Dec 2017 23:39:11 +0000 (00:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Dec 2017 18:08:12 +0000 (10:08 -0800)
__git_eread is used to read a single line of a given file (if it exists)
into a single variable stripping the EOL.
This patch removes the unused capability to split file contents into tokens
by passing multiple variable names. Add a comment and explicitly use $2
instead of misleading $@ as argument to the read builtin command.

Signed-off-by: Robert Abel <rabel@robertabel.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found