Skip to content

Commit daab4ee

Browse files
andreas-schwabgitster
authored andcommitted
builtin/gc.c: add missing newline in message
Signed-off-by: Andreas Schwab <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d8ead15 commit daab4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
225225
fprintf(stderr,
226226
_("Auto packing the repository for optimum performance. You may also\n"
227227
"run \"git gc\" manually. See "
228-
"\"git help gc\" for more information."));
228+
"\"git help gc\" for more information.\n"));
229229
} else
230230
append_option(argv_repack,
231231
prune_expire && !strcmp(prune_expire, "now")

0 commit comments

Comments
 (0)