Code

git-branch: remove D/F check done by hand.
authorJunio C Hamano <junkio@cox.net>
Sat, 30 Sep 2006 22:21:28 +0000 (15:21 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 30 Sep 2006 22:26:21 +0000 (15:26 -0700)
commit936a9508cc0d5369b00c76ee63cdb81556e7be39
treeeb97c5348a999373829ae388b664954bf36c0664
parentc0277d15effb9efcaaaa0cd84decf71a327ac07b
git-branch: remove D/F check done by hand.

Now ref creation codepath in lock_ref_sha1() and friends notices
the directory/file conflict situation, we do not do this by hand
in git-branch anymore.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-branch.sh