commit | 57dac0bfe43a68d55e16def58b8ed305e0676d3f | [log] [tgz] |
---|---|---|
author | Michael J Gruber <git@drmicha.warpmail.net> | Thu Mar 26 21:53:24 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Mar 27 01:08:36 2009 -0700 |
tree | c150aadcef8902f1cbbf26140df34027e326ece0 | |
parent | eed1fcd76d8893ab687c700e1729faea025ba7a8 [diff] |
Test for local branches being followed with --track 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>