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>
This commit is contained in:
parent
225bc32a98
commit
b45c172e51
@ -502,7 +502,7 @@ static int report_last_gc_error(void)
|
|||||||
*/
|
*/
|
||||||
warning(_("The last gc run reported the following. "
|
warning(_("The last gc run reported the following. "
|
||||||
"Please correct the root cause\n"
|
"Please correct the root cause\n"
|
||||||
"and remove %s.\n"
|
"and remove %s\n"
|
||||||
"Automatic cleanup will not be performed "
|
"Automatic cleanup will not be performed "
|
||||||
"until the file is removed.\n\n"
|
"until the file is removed.\n\n"
|
||||||
"%s"),
|
"%s"),
|
||||||
|
Loading…
Reference in New Issue
Block a user