]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: fix broken `sampleRate` in gitpacking(7)
authorTaylor Blau <me@ttaylorr.com>
Tue, 12 May 2026 00:47:09 +0000 (20:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 01:36:18 +0000 (10:36 +0900)
commit84780db63657057bee11d898ad6c211730d4212f
tree767951f4adb95e74542d61853859e04895b1b8a3
parent03c7a30ceeaee8d70ff2e2cbd9b4bce896841bfa
Documentation: fix broken `sampleRate` in gitpacking(7)

The documentation explaining some sample configurations for bitmap
pseudo-merges incorrectly uses a sample rate outside of the allowed
(0,1] range.

This dates back to faf558b23ef (pseudo-merge: implement support for
selecting pseudo-merge commits, 2024-05-23), and was likely written when
the allowable range for this configuration was the integral values
between (0,100].

Fix this to conform to the actual allowable range for this
configuration.

Noticed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitpacking.adoc