t9300: document fast-import empty path issues
commitaca70610b6dea395995790c2eda58535d4cbe12e
authorJohn Keeping <john@keeping.me.uk>
Sun, 23 Jun 2013 14:58:19 +0000 (23 15:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Jun 2013 21:22:28 +0000 (23 14:22 -0700)
tree1cb903e7cdc67cdead85ba26c69408f45990cf4a
parentedca4152560522a431a51fc0a06147fc680b5b18
t9300: document fast-import empty path issues

When given an empty path, fast-import sometimes reports "missing"
instead of using the root tree object.  On top of this, for "ls" and
file copy (but not move) it dies with "Empty path component found in
input".

Document this behaviour with failing test cases.

Reported-by: Dave Abrahams <dave@boostpro.com>
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9300-fast-import.sh