diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-09-10 11:46:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-10 11:46:28 -0700 |
commit | 02d263277ab827a1a77cbb6f3c703e8b7181efde (patch) | |
tree | 310d86f5b794f7e9fb5975b53c3c77de30688939 /builtin | |
parent | Merge branch 'uk/userdiff-php-enum' (diff) | |
parent | gc: remove trailing dot from "gc.log" line (diff) | |
download | tgif-02d263277ab827a1a77cbb6f3c703e8b7181efde.tar.xz |
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
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 9a48eb535f..43c36024cb 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"), |