Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http: expand http.cookieFile as a path
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 6c7c3c9b669eb272f4da530aef459c9c39c4d294..b141535e11b0740e8382e23a3c749c252550b493 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-1821,7
+1821,7
@@
static void dump_marks(void)
dump_marks_helper(f, 0, marks);
if (commit_lock_file(&mark_lock)) {
- failure |= error("Unable to
commit marks
file %s: %s",
+ failure |= error("Unable to
write
file %s: %s",
export_marks_file, strerror(errno));
return;
}