Merge branch 'bc/send-email-ssl-die-message-fix'
[gitweb.git] / builtin / log.c
index ed4dec406e76fdda71e2882ae0b02f79c9d57c81..77d0f5f3fdbcb48d75aee35a67ed57dd134c907e 100644 (file)
@@ -503,7 +503,7 @@ int cmd_show(int argc, const char **argv, const char *prefix)
        init_grep_defaults();
        git_config(git_log_config, NULL);
 
-       init_pathspec(&match_all, NULL);
+       memset(&match_all, 0, sizeof(match_all));
        init_revisions(&rev, prefix);
        rev.diff = 1;
        rev.always_show_header = 1;