t9350: point out that refs are not updated correctly
commit6c18a84afbb6bcfed97c7a939db3574164c1b500
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerErik Faye-Lund <kusmabite@gmail.com>
Fri, 4 Jan 2013 13:05:51 +0000 (4 14:05 +0100)
tree8f00dae306801b863e999299bd625a888150c471
parent2f8477a309d95701b7b3572a58ee502fb12a5d4c
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