OSDN Git Service

Handle missing prefix for "Subject:" as if no prefix given
authorAlex Riesen <raa@limbo.localdomain>
Wed, 4 Jul 2007 10:33:46 +0000 (12:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jul 2007 19:39:43 +0000 (12:39 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c

index ced3f33..8624d5a 100644 (file)
@@ -200,7 +200,7 @@ void show_log(struct rev_info *opt, const char *sep)
                                        digits_in_number(opt->total),
                                        opt->nr, opt->total);
                        subject = buffer;
-               } else if (opt->total == 0) {
+               } else if (opt->total == 0 && opt->subject_prefix && *opt->subject_prefix) {
                        static char buffer[256];
                        snprintf(buffer, sizeof(buffer),
                                        "Subject: [%s] ",