Skip to content

Commit b93d2ff

Browse files
committed
Merge branch 'maint'
* maint: builtin/gc.c: add missing newline in message
2 parents 36bfb0e + daab4ee commit b93d2ff

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)