Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: remove unnecessary backslashes
[gitweb.git]
/
bundle.c
diff --git
a/bundle.c
b/bundle.c
index 345c786376e0905ca14e4a647d192248465de8e3..506ac49691bb7d53b07baf2a1d2581bf6f7ca82a 100644
(file)
--- a/
bundle.c
+++ b/
bundle.c
@@
-217,7
+217,7
@@
static int is_tag_in_date_range(struct object *tag, struct rev_info *revs)
if (revs->max_age == -1 && revs->min_age == -1)
goto out;
- buf = read_sha1_file(
get_object_hash(*tag)
, &type, &size);
+ buf = read_sha1_file(
tag->oid.hash
, &type, &size);
if (!buf)
goto out;
line = memmem(buf, size, "\ntagger ", 8);