From: René Scharfe <hidden> Date: 2016-06-15 22:47:29
Sergio Callegari schrieb:
I guess the bug in using --prefix on a worktree with subdirs without
specifying a path is not specific to git archive, then.
The bug should be limited to archive; after my patch all calls to
read_tree_recursive() specify an empty base parameter (except in tree.c,
where the function itself lives).
René