author | Alex Riesen <raa.lkml@gmail.com> | |
Mon, 14 Nov 2005 22:10:59 +0000 (23:10 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 15 Nov 2005 01:15:32 +0000 (17:15 -0800) | ||
commit | 08db81a9f1e4072790f0257f5398e8408e3d6816 | |
tree | 918b707153ab79e498576de81fb9b89bc07ac7ac | tree | snapshot |
parent | 7acab8f16785151f9b6d9bbd8a9b0a8b76b26fba | commit | diff |
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>
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 | diff | blob | history | |
t/t3200-branch.sh | diff | blob | history | |
update-ref.c | diff | blob | history |