gc: remove trailing dot from "gc.log" line
commitb45c172e511dedb4032da833903fdd42ae50e496
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 31 Aug 2021 14:37:29 +0000 (31 16:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Sep 2021 18:22:32 +0000 (2 11:22 -0700)
treed36c6281f420b012e73d9b6039b6684ae798b1c9
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
gc: remove trailing dot from "gc.log" line

Remove the trailing dot from the warning we emit about gc.log. It's
common for various terminal UX's to allow the user to select "words",
and by including the trailing dot a user wanting to select the path to
gc.log will need to manually remove the trailing dot.

Such a user would also probably need to adjust the path if it e.g. had
spaces in it, but this should address this very common case.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Suggested-by: Jan Judas <snugar.i@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c