t9350: point out that refs are not updated correctly
commitacd984dfa0c7c8311f9af00de365e2b36bae58c5
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:28 +0000 (10 13:53 -0500)
treeb2bdf04ef3a19a63ea6105285ca01ed568de099b
parent35a078cad55d43aa3fb20d1a17bd169b6ef793bb
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