allow git-update-ref create refs with slashes in names
authorAlex Riesen <raa.lkml@gmail.com>
Mon, 14 Nov 2005 22:10:59 +0000 (23:10 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Nov 2005 01:15:32 +0000 (17:15 -0800)
commit08db81a9f1e4072790f0257f5398e8408e3d6816
tree918b707153ab79e498576de81fb9b89bc07ac7ac
parent7acab8f16785151f9b6d9bbd8a9b0a8b76b26fba
allow git-update-ref create refs with slashes in names

Make git-update-ref create references with slashes in them. git-branch
and git-checkout already support such reference names.

git-branch can use git-update-ref to create the references in a more
formal manner now.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-branch.sh
t/t3200-branch.sh
update-ref.c