t9350: point out that refs are not updated correctly
commit97689afba41b6e24a9f0f3fb198043c432c20f35
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 20 Dec 2013 00:24:44 +0000 (19 18:24 -0600)
treeed6a055210ebbe763d94c2e43a534b022cad0823
parent1a1cb62e75cafdf404d436309a82c5146574445d
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