diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-05-28 11:23:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-28 11:38:07 +0200 |
commit | 4adbf387bfd4b03b838282757e0bdf67e8f9fc8d (patch) | |
tree | 1566a2411caa4e842259a1528f53e42459460db0 /builtin/show-ref.c | |
parent | send-email: lazily shell out to "git var" (diff) | |
download | git-4adbf387bfd4b03b838282757e0bdf67e8f9fc8d.tar.xz git-4adbf387bfd4b03b838282757e0bdf67e8f9fc8d.zip |
send-email: use function syntax instead of barewords
Change calls like "__ 'foo'" to "__('foo')" so the Perl compiler
doesn't have to guess that "__" is a function. This makes the code
more readable.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/show-ref.c')
0 files changed, 0 insertions, 0 deletions