t9350: point out that refs are not updated correctly
commit6d24bb3c35ddde7a1cde4bb81b9308500b32a121
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 21:49:51 +0000 (6 16:49 -0500)
treecdff71b440ca86790443bd051e5dd437e1cd70e7
parent4fb5d255c866c5d6040933ea25be3c9d6adf4b19
t9350: point out that refs are not updated correctly

This happens only when the corresponding commits are not exported in
the current fast-export run. This can happen either when the relevant
commit is already marked, or when the commit is explicitly marked
as UNINTERESTING with a negative ref by another argument.

This breaks fast-export basec remote helpers.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
t/t9350-fast-export.sh