diff options
author | Robert Abel <rabel@robertabel.eu> | 2017-12-06 00:39:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-06 10:08:12 -0800 |
commit | 5501f500b22116166c892d632382c9d497da822c (patch) | |
tree | b49bd774838f62fc82ce01706106427e01c7a16b /git-compat-util.h | |
parent | 9b185bef0c15cec1ea8753ce091e42ea041f2c31 (diff) | |
download | git-5501f500b22116166c892d632382c9d497da822c.tar.gz |
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 <rabel@robertabel.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-compat-util.h')
0 files changed, 0 insertions, 0 deletions