diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:51 -0700 | 
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-06-19 16:01:51 -0700 | 
| commit | b93d2ff3aabaedbeb3351a451ab4b7092b2b754c (patch) | |
| tree | d5b2fdc268544a209834d29cd10595e8cc0e89b4 | |
| parent | 36bfb0e5f6004e4c4ac9334107dc185c316839a7 (diff) | |
| parent | daab4eeafa0dc620d67ccb57c28e08f6f8b3868c (diff) | |
| download | git-b93d2ff3aabaedbeb3351a451ab4b7092b2b754c.tar.gz | |
Merge branch 'maint'
* maint:
  builtin/gc.c: add missing newline in message
| -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 ff5f73ba87..0498094711 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -225,7 +225,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)  			fprintf(stderr,  					_("Auto packing the repository for optimum performance. You may also\n"  					"run \"git gc\" manually. See " -					"\"git help gc\" for more information.")); +					"\"git help gc\" for more information.\n"));  	} else  		append_option(argv_repack,  			      prune_expire && !strcmp(prune_expire, "now")  | 
