unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
08aefc9e47
commit
e800ec9d72
@ -15,6 +15,8 @@ struct unpack_trees_error_msgs {
|
||||
const char *not_uptodate_dir;
|
||||
const char *would_lose_untracked;
|
||||
const char *bind_overlap;
|
||||
const char *sparse_not_uptodate_file;
|
||||
const char *would_lose_orphaned;
|
||||
};
|
||||
|
||||
struct unpack_trees_options {
|
||||
|
Reference in New Issue
Block a user