Test that git-branch -l works.
authorShawn Pearce <spearce@spearce.org>
Thu, 25 May 2006 03:34:04 +0000 (23:34 -0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 25 May 2006 05:26:47 +0000 (22:26 -0700)
commitd7fb7a373a8ea4a8ecf6421be92226bab74f474e
tree154a0ac662c32ee78a46c22d63dedd14507471e3
parent9c7466fa248608ff8a91f8b4dca48dac7dda02d5
Test that git-branch -l works.

If the user supplies -l to git-branch when creating a new branch
then the new branch's log should be created automatically and the
branch creation should be logged in that log.

Further if a branch is being deleted and it had a log then also
verify that the log was deleted.

Test git-checkout -b foo -l for creating a new branch foo with a
log and checking out that branch.

Fixed git-checkout -b foo -l as the branch variable name was
incorrect in the script.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout.sh
t/t3200-branch.sh