"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
#include "../worktree.h"
#include "../wrapper.h"
#include "../write-or-die.h"
+ #include "../revision.h"
++#include <wildmatch.h>
/*
* This backend uses the following flags in `ref_update::flags` for