summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorTeng Long <dyroneteng@gmail.com>2022-07-19 00:46:03 +0800
committerJunio C Hamano <gitster@pobox.com>2022-07-18 11:20:52 -0700
commit6411cc08f33952ab196ff232f94d602908faf344 (patch)
tree42556afe737f2d9951845567cf84778aeb8a6a44 /builtin/commit-graph.c
parent349c26ff295f43d7c9ae6d21a285fa417c9d3039 (diff)
pack-bitmap.c: do not ignore error when opening a bitmap file
Calls to git_open() to open the pack bitmap file and multi-pack bitmap file do not report any error when they fail. These files are optional and it is not an error if open failed due to ENOENT, but we shouldn't be ignoring other kinds of errors. Signed-off-by: Teng Long <dyroneteng@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions