pull: replace unnecessary sed invocation
commit0d12e59f636b68964c80a82a58020d34a6cd5032
authorStephen Boyd <bebarino@gmail.com>
Thu, 18 Mar 2010 05:10:45 +0000 (17 22:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2010 14:25:02 +0000 (20 07:25 -0700)
tree29b579238046f696f83496afb5e37a327d292941
parent7d182f52f1a754bdccb2e7c7cea54f773f76bc5c
pull: replace unnecessary sed invocation

Getting the shortened branch name is as easy as using the shell's
parameter expansion.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh