Browse Source

Merge branch 'ab/gc-log-rephrase'

A pathname in an advice message has been made cut-and-paste ready.

* ab/gc-log-rephrase:
  gc: remove trailing dot from "gc.log" line
maint
Junio C Hamano 3 years ago
parent
commit
02d263277a
  1. 2
      builtin/gc.c

2
builtin/gc.c

@ -502,7 +502,7 @@ static int report_last_gc_error(void) @@ -502,7 +502,7 @@ static int report_last_gc_error(void)
*/
warning(_("The last gc run reported the following. "
"Please correct the root cause\n"
"and remove %s.\n"
"and remove %s\n"
"Automatic cleanup will not be performed "
"until the file is removed.\n\n"
"%s"),

Loading…
Cancel
Save