receive-pack: receive.denyDeleteCurrent
commit747ca2455a8dd4e255358f5f96773f84259408c3
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2009 06:31:21 +0000 (8 22:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2009 06:26:49 +0000 (10 22:26 -0800)
treede51c7888f7b9bbaa2dc30aed33c66c91bac3218
parentba19a808aa871f0eb20aaeeb205e086b04b726dc
receive-pack: receive.denyDeleteCurrent

This is a companion patch to the recent 3d95d92 (receive-pack: explain
what to do when push updates the current branch, 2009-01-31).

Deleting the current branch from a remote will result in the next clone
from it not check out anything, among other things.  It also is one of the
cause that makes remotes/origin/HEAD a dangling symbolic ref.  This patch
still allows the traditional behaviour but with a big warning, and promises
that the default will change to 'refuse' in a future release.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-receive-pack.c
t/t5400-send-pack.sh