From: Junio C Hamano Date: Tue, 13 Jun 2023 19:29:45 +0000 (-0700) Subject: Merge branch 'jc/pack-ref-exclude-include' X-Git-Tag: v2.42.0-rc0~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbc882ea388143bd6bbed139f97f67589777be60;p=thirdparty%2Fgit.git Merge branch 'jc/pack-ref-exclude-include' "git pack-refs" learns "--include" and "--exclude" to tweak the ref hierarchy to be packed using pattern matching. * jc/pack-ref-exclude-include: pack-refs: teach pack-refs --include option pack-refs: teach --exclude option to exclude refs from being packed docs: clarify git-pack-refs --all will pack all refs --- cbc882ea388143bd6bbed139f97f67589777be60 diff --cc refs/files-backend.c index bca7b851c5,fcaf842ed4..9a8333c0d0 --- a/refs/files-backend.c +++ b/refs/files-backend.c @@@ -21,6 -19,7 +21,8 @@@ #include "../worktree.h" #include "../wrapper.h" #include "../write-or-die.h" + #include "../revision.h" ++#include /* * This backend uses the following flags in `ref_update::flags` for