Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb.cgi: Show "raw" head of project link even when $hash is not defined
[gitweb.git]
/
refs.c
diff --git
a/refs.c
b/refs.c
index 2d9c1dc5d385b9bfcce293ba6d2c21018b9ae0af..56db394459cec2cd156ee2243a1dbac33867f926 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-379,7
+379,6
@@
static int log_ref_write(struct ref_lock *lock,
lock->log_file, strerror(errno));
}
- setup_ident();
committer = git_committer_info(1);
if (msg) {
maxlen = strlen(committer) + strlen(msg) + 2*40 + 5;