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/gc.c | |
| parent | 6dbe1b4ee21bb52b2069fc0330915483ec020386 (diff) | |
| parent | b45c172e511dedb4032da833903fdd42ae50e496 (diff) | |
| download | git-02d263277ab827a1a77cbb6f3c703e8b7181efde.tar.gz | |
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/gc.c')
| -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"), |
