diff options
author | Justin Tobler <jltobler@gmail.com> | 2024-11-27 17:33:12 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-11-28 12:07:58 +0900 |
commit | baa159137be36965e03192528b001ffc39b8352f (patch) | |
tree | 85c8571ddeaa8e1803ca41277f9fbc96f5c50bb1 /git-svn.perl | |
parent | 05596e93c50b286fa445af8ae572759be079092d (diff) |
transport: propagate fsck configuration during bundle fetch
When fetching directly from a bundle, fsck message severity
configuration is not propagated to the underlying git-index-pack(1). It
is only capable of enabling or disabling fsck checks entirely. This does
not align with the fsck behavior for fetches through git-fetch-pack(1).
Use the fsck config parsing from fetch-pack to populate fsck message
severity configuration and wire it through to `unbundle()` to enable the
same fsck verification as done through fetch-pack.
Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-svn.perl')
0 files changed, 0 insertions, 0 deletions