From: Robert Abel Date: Tue, 5 Dec 2017 23:39:11 +0000 (+0100) Subject: git-prompt: make __git_eread intended use explicit X-Git-Tag: v2.16.0-rc0~15^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5501f500b22116166c892d632382c9d497da822c?hp=5501f500b22116166c892d632382c9d497da822c git-prompt: make __git_eread intended use explicit __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 Signed-off-by: Junio C Hamano ---