Jeff King, Sat, Nov 17, 2007 13:55:15 +0100: > diff --git a/t/t5404-tracking-branches.sh b/t/t5404-tracking-branches.sh > index 799e47e..1493a92 100755 > --- a/t/t5404-tracking-branches.sh > +++ b/t/t5404-tracking-branches.sh > @@ -45,4 +45,9 @@ test_expect_success 'check tracking branches not updated for failed refs' ' > test "$(git rev-parse origin/b2)" = "$b2" > ' > > +test_expect_success 'deleted branches have their tracking branches removed' ' > + git push origin :b1 && > + test "$(git rev-parse origin/b1)" = "origin/b1" > +' > + > test_done Oh, missed that. Completely-Acked-By: Alex "Sleepy" Riesen <raa.lkml@xxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html