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
This commit is contained in:
@ -1577,7 +1577,7 @@ static int packed_delete_refs(struct ref_store *ref_store, const char *msg,
|
||||
}
|
||||
|
||||
static int packed_pack_refs(struct ref_store *ref_store UNUSED,
|
||||
unsigned int flags UNUSED)
|
||||
struct pack_refs_opts *pack_opts UNUSED)
|
||||
{
|
||||
/*
|
||||
* Packed refs are already packed. It might be that loose refs
|
||||
|
Reference in New Issue
Block a user