summaryrefslogtreecommitdiffstats
path: root/fmt-merge-msg.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-10-03 22:49:11 +0200
committerJunio C Hamano <gitster@pobox.com>2016-10-10 22:54:02 +0200
commit2564d994c9c91aea58d59565d68d42bbc017f536 (patch)
tree862d782736c08245b5b90f0e25f86a4988f8d92d /fmt-merge-msg.h
parentcheck_connected: accept an env argument (diff)
downloadgit-2564d994c9c91aea58d59565d68d42bbc017f536.tar.xz
git-2564d994c9c91aea58d59565d68d42bbc017f536.zip
tmp-objdir: introduce API for temporary object directories
Once objects are added to the object database by a process, they cannot easily be deleted, as we don't know what other processes may have started referencing them. We have to clean them up with git-gc, which will apply the usual reachability and grace-period checks. This patch provides an alternative: it helps callers create a temporary directory inside the object directory, and a temporary environment which can be passed to sub-programs to ask them to write there (the original object directory remains accessible as an alternate of the temporary one). See tmp-objdir.h for details on the API. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fmt-merge-msg.h')
0 files changed, 0 insertions, 0 deletions