Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revert: Make pick_commits functionally act on a commit list
[gitweb.git]
/
refs.c
diff --git
a/refs.c
b/refs.c
index e3c05110e58ca5684f9c43b1e1a5eb2587c96828..b10419a69815ef1c005915f3606c992659e60c77 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-1451,7
+1451,7
@@
int write_ref_sha1(struct ref_lock *lock,
}
o = parse_object(sha1);
if (!o) {
- error("Trying to write ref %s with nonexist
a
nt object %s",
+ error("Trying to write ref %s with nonexist
e
nt object %s",
lock->ref_name, sha1_to_hex(sha1));
unlock_ref(lock);
return -1;