diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-12 22:51:30 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-12 22:51:30 +0200 |
commit | 49b7148778fdf98e8f6b332e361a4360a267e1e3 (patch) | |
tree | 09321045acb9c081fd1f629a086a048fa8774156 /builtin | |
parent | Merge branch 'ba/object-info' into maint (diff) | |
parent | gc: remove trailing dot from "gc.log" line (diff) | |
download | git-49b7148778fdf98e8f6b332e361a4360a267e1e3.tar.xz git-49b7148778fdf98e8f6b332e361a4360a267e1e3.zip |
Merge branch 'ab/gc-log-rephrase' into maint
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
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/gc.c b/builtin/gc.c index 22e670b508..ac60662619 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -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"), |