diff options
author | 2006-03-05 00:59:07 -0800 | |
---|---|---|
committer | 2006-03-05 00:59:07 -0800 | |
commit | 6c2711e70cc070559537a44f4975add451ee53f2 (patch) | |
tree | 674724376325242132e357b635ef264bc680fea7 /cache.h | |
parent | Merge branch 'jc/diff' into next (diff) | |
parent | Add --temp and --stage=all options to checkout-index. (diff) | |
download | tgif-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |