Merge with for-junio

This commit is contained in:
Johannes Sixt
2007-01-24 10:46:33 +01:00

2
refs.c
View File

@@ -977,7 +977,7 @@ static int log_ref_write(struct ref_lock *lock,
lock->log_file, strerror(errno));
}
committer = git_committer_info(1);
committer = git_committer_info(0);
if (msg) {
maxlen = strlen(committer) + strlen(msg) + 2*40 + 5;
logrec = xmalloc(maxlen);