Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] -Werror fixes
[gitweb.git]
/
connect.c
diff --git
a/connect.c
b/connect.c
index 20b80a1b54b965d4af272aa7cb7c0009c737e4dd..8f4d99aef25d66c6c8f0196055dd7df8ecd6ef2d 100644
(file)
--- a/
connect.c
+++ b/
connect.c
@@
-166,7
+166,8
@@
static int match_explicit_refs(struct ref *src, struct ref *dst,
if (matched_src)
break;
errs = 1;
- error("src refspec %s does not match any.");
+ error("src refspec %s does not match any.",
+ rs[i].src);
break;
default:
errs = 1;