commit | aca70610b6dea395995790c2eda58535d4cbe12e | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Sun Jun 23 15:58:19 2013 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jun 23 14:22:28 2013 -0700 |
tree | 1cb903e7cdc67cdead85ba26c69408f45990cf4a | |
parent | edca4152560522a431a51fc0a06147fc680b5b18 [diff] |
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>