Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add a config option to ignore errors for git-add
[gitweb.git]
/
builtin-checkout.c
diff --git
a/builtin-checkout.c
b/builtin-checkout.c
index 10ec137ccec7d7f281562817d81a1035c4aa6124..05c06421b6c3a6d75b598e3c58a40c8461febd75 100644
(file)
--- a/
builtin-checkout.c
+++ b/
builtin-checkout.c
@@
-282,7
+282,7
@@
static int merge_working_tree(struct checkout_opts *opts,
* entries in the index.
*/
- add_files_to_cache(
0, NULL, NULL
);
+ add_files_to_cache(
NULL, NULL, 0
);
work = write_tree_from_memory();
ret = reset_to_new(new->commit->tree, opts->quiet);