summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-03-05 00:59:07 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-03-05 00:59:07 -0800
commit6c2711e70cc070559537a44f4975add451ee53f2 (patch)
tree674724376325242132e357b635ef264bc680fea7 /cache.h
parentMerge branch 'jc/diff' into next (diff)
parentAdd --temp and --stage=all options to checkout-index. (diff)
downloadtgif-6c2711e70cc070559537a44f4975add451ee53f2.tar.xz
Merge branch 'sp/checkout' into next
* sp/checkout: Add --temp and --stage=all options to checkout-index. cosmetics: change from 'See-Also' to 'See Also' git-commit --amend: allow empty commit.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 8dc1de16e4..1f962809b0 100644
--- a/cache.h
+++ b/cache.h
@@ -262,7 +262,7 @@ struct checkout {
refresh_cache:1;
};
-extern int checkout_entry(struct cache_entry *ce, struct checkout *state);
+extern int checkout_entry(struct cache_entry *ce, struct checkout *state, char *topath);
extern struct alternate_object_database {
struct alternate_object_database *next;