From: Phillip Wood Date: Tue, 18 Mar 2025 14:40:28 +0000 (+0000) Subject: pack-refs doc: fix indentation for --exclude X-Git-Tag: v2.50.0-rc0~147^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee434e18077a406205e00d4027c51816bb621fad;p=thirdparty%2Fgit.git pack-refs doc: fix indentation for --exclude Separate the paragraphs in the description of `--exclude` with a `+` rather than an empty line to indent the whole description rather than just the first paragraph. Signed-off-by: Phillip Wood Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-pack-refs.txt b/Documentation/git-pack-refs.txt index 284956acb3..d2f9e74b04 100644 --- a/Documentation/git-pack-refs.txt +++ b/Documentation/git-pack-refs.txt @@ -75,10 +75,10 @@ Do not pack refs matching the given `glob(7)` pattern. Repetitions of this optio accumulate exclusion patterns. Use `--no-exclude` to clear and reset the list of patterns. If a ref is already packed, including it with `--exclude` will not unpack it. - ++ When used with `--all`, pack only loose refs which do not match any of the provided `--exclude` patterns. - ++ When used with `--include`, refs provided to `--include`, minus refs that are provided to `--exclude` will be packed.