t9350: point out that refs are not updated correctly
commit58255dc987a357ce46f77bab543194e5aecaf579
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Dec 2013 01:18:02 +0000 (29 19:18 -0600)
treea7acf0973f156b56f25b4b9b3dd62ac662a1d387
parent0ea01c407bd2ee516437232699d775fd257faa2a
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