Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
am: fix signoff when other trailers are present
[gitweb.git]
/
pack-bitmap.c
diff --git
a/pack-bitmap.c
b/pack-bitmap.c
index 09de9ba312dc0c30c4182e5e0d14a0218ffeb39a..294cfa43a4458c6758b8ac1529e48374931b66c8 100644
(file)
--- a/
pack-bitmap.c
+++ b/
pack-bitmap.c
@@
-266,7
+266,7
@@
static int open_pack_bitmap_1(struct packed_git *packfile)
return -1;
idx_name = pack_bitmap_filename(packfile);
- fd = git_open
_noatime
(idx_name);
+ fd = git_open(idx_name);
free(idx_name);
if (fd < 0)