summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Thomas Rast <trast@student.ethz.ch>2010-10-19 11:50:43 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-10-19 09:23:24 -0700
commite32dfec79f99738df3c2ffca8a9b2257c9b681fb (patch)
tree7beafa1a16c6a8daee8948d64a95b4c25a88321e /Makefile
parentGit 1.7.3 (diff)
downloadtgif-e32dfec79f99738df3c2ffca8a9b2257c9b681fb.tar.xz
repack: place temporary packs under .git/objects/pack/
git-pack-objects is already careful to start out its temporary packs under .git/objects/pack/ (cf. 8b4eb6b, Do not perform cross-directory renames when creating packs, 2008-09-22), but git-repack did not respond in kind so the effort was lost when the filesystem boundary is exactly at that directory. Let git-repack pass a path under .git/objects/pack/ as the base for its temporary packs. This means we might need the $PACKDIR sooner (before the pack-objects invocation), so move the mkdir up just to be safe. Also note that the only use of *.pack is in the find invocation way before the pack-objects call, so the temporary packs will not suddenly show up in any wildcards because of the directory change. Reported-by: Marat Radchenko <marat@slonopotamus.org> Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions