summaryrefslogtreecommitdiffstats
path: root/unpack-trees.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-08-20 20:47:09 +0700
committerJunio C Hamano <gitster@pobox.com>2009-08-23 17:14:41 -0700
commite800ec9d72a0fafbc323c41e90f7757062c2680e (patch)
tree27759fb69d86843ba2d4beff22a20bb471e9c767 /unpack-trees.h
parent08aefc9e47eb2eaf231352223c939d69b0fb3759 (diff)
downloadgit-e800ec9d72a0fafbc323c41e90f7757062c2680e.tar.gz
git-e800ec9d72a0fafbc323c41e90f7757062c2680e.tar.xz
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>
Diffstat (limited to 'unpack-trees.h')
-rw-r--r--unpack-trees.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unpack-trees.h b/unpack-trees.h
index 5c9e98a66..95ff36c82 100644
--- a/unpack-trees.h
+++ b/unpack-trees.h
@@ -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 {