Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert has_sha1_file() callers to has_object_file()
[gitweb.git]
/
send-pack.c
diff --git
a/send-pack.c
b/send-pack.c
index f692686770f69b49d44bf6dbabdb17886d85ea1a..c673d3ed06059301adf1e9a1257f32ab849850f8 100644
(file)
--- a/
send-pack.c
+++ b/
send-pack.c
@@
-40,7
+40,7
@@
int option_parse_push_signed(const struct option *opt,
static void feed_object(const struct object_id *oid, FILE *fh, int negative)
{
- if (negative && !has_
sha1_file(oid->hash
))
+ if (negative && !has_
object_file(oid
))
return;
if (negative)