]> git.ipfire.org Git - thirdparty/git.git/commit
git-fetch --update-head-ok typofix
authorJunio C Hamano <junkio@cox.net>
Wed, 11 Oct 2006 05:29:02 +0000 (22:29 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 11 Oct 2006 05:29:02 +0000 (22:29 -0700)
commit9861718b305a672f3d17936ea6a6cbd9d9a70059
tree7acd0403be58437787131f61e609b744ab43b4ca
parente88ee2915493213ea0d0be64c542c090fefd4b33
git-fetch --update-head-ok typofix

Martin Waitz noticed that one of the case arms had an impossible
choice.  It turns out that what it was checking was redundant and
the typo did not have any effect.

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