]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/submodule-ref-format'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 20:22:14 +0000 (13:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 20:22:14 +0000 (13:22 -0700)
commit88457a6151ca7bd46ce1a809f9740340b712e242
treebc108eecd535ff369dddb3b04bd2be3e21d82d6d
parent6891103f7206f2a46c579ec87f4f61482e377a27
parent6f1e9394e2e02d16dfbef02c1585a1acfd2a5118
Merge branch 'ps/submodule-ref-format'

Support to specify ref backend for submodules has been enhanced.

* ps/submodule-ref-format:
  object: fix leaking packfiles when closing object store
  submodule: fix leaking seen submodule names
  submodule: fix leaking fetch tasks
  builtin/submodule: allow "add" to use different ref storage format
  refs: fix ref storage format for submodule ref stores
  builtin/clone: propagate ref storage format to submodules
  builtin/submodule: allow cloning with different ref storage format
  git-submodule.sh: break overly long command lines
builtin/submodule--helper.c
refs.c