Test for local branches being followed with --track
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 26 Mar 2009 20:53:24 +0000 (21:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2009 08:08:36 +0000 (01:08 -0700)
According to the documentation, it is perfectly okay to follow local
branches using the --track option. Introduce a test which checks whether
they behave the same. Currently one test fails.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found