diff options
Diffstat (limited to 'commit.c')
| -rw-r--r-- | commit.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -398,7 +398,7 @@ int find_commit_subject(const char *commit_buffer, const char **subject)  	while (*p && (*p != '\n' || p[1] != '\n'))  		p++;  	if (*p) { -		p += 2; +		p = skip_blank_lines(p + 2);  		for (eol = p; *eol && *eol != '\n'; eol++)  			; /* do nothing */  	} else | 
