]> git.ipfire.org Git - thirdparty/git.git/commit
ls-files: fix black space in error message
authorZheNing Hu <adlternative@gmail.com>
Sun, 11 Sep 2022 14:03:17 +0000 (14:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2022 16:25:40 +0000 (09:25 -0700)
commit746aae3dd1a8e8dba31797ac237916d9533e4254
treeb5f30904295d8d843031c0aa55adbeec540a06d8
parentce74de931d7aea9746e37632534eacc63b0c1a90
ls-files: fix black space in error message

ce74de9(ls-files: introduce "--format" option) miss
a space between two words incorrectly, it leads to
wrong i10n messages. So fix it by adding a space at
the end of the error message.

Signed-off-by: ZheNing Hu <adlternative@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/ls-files.c