]> git.ipfire.org Git - thirdparty/git.git/commit - tmp-objdir.c
tmp-objdir: do not migrate files starting with '.'
authorJeff King <peff@peff.net>
Mon, 3 Oct 2016 20:49:22 +0000 (16:49 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 20:54:02 +0000 (13:54 -0700)
commit62fe0eb4804c297486a1d421a4f893865fcbc911
tree08f9d44e2bf1230cb3534f390e78f05877799d19
parente34c2e010f860117dc7f0f992850dfb77ba48289
tmp-objdir: do not migrate files starting with '.'

This avoids "." and "..", as we already do, but also leaves
room for index-pack to store extra data in the quarantine
area (e.g., for passing back any analysis to be read by the
pre-receive hook).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
tmp-objdir.c