Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
setup_unpack_trees_porcelain: take the whole options struct as parameter
[gitweb.git]
/
builtin
/
checkout.c
diff --git
a/builtin/checkout.c
b/builtin/checkout.c
index 00cd1645cfe291b53cb1206a8a74570a976bce07..f6caac104750a154d8934d570b3e099c2f5f27fc 100644
(file)
--- a/
builtin/checkout.c
+++ b/
builtin/checkout.c
@@
-373,7
+373,7
@@
static int merge_working_tree(struct checkout_opts *opts,
topts.src_index = &the_index;
topts.dst_index = &the_index;
- setup_unpack_trees_porcelain(
topts.msg
s, "checkout");
+ setup_unpack_trees_porcelain(
&topt
s, "checkout");
refresh_cache(REFRESH_QUIET);