]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tl/pack-bitmap-absolute-paths'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2022 06:55:46 +0000 (15:55 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2022 06:55:46 +0000 (15:55 +0900)
commita1b8e5ec28739ec8d27e347a2823278a496f605a
treec119d951dab04528637056387eaf447120f721ed
parent06ae40f6e5f4a216b336088f1f513fbfb75e8b98
parentc8f4357010b03db1cde5b514a481b3dbc4c34895
Merge branch 'tl/pack-bitmap-absolute-paths'

The pack-bitmap machinery is taught to log the paths of redundant
bitmap(s) to trace2 instead of stderr.

* tl/pack-bitmap-absolute-paths:
  pack-bitmap.c: trace bitmap ignore logs when midx-bitmap is found
  pack-bitmap.c: break out of the bitmap loop early if not tracing
  pack-bitmap.c: avoid exposing absolute paths
  pack-bitmap.c: remove unnecessary "open_pack_index()" calls