diff options
author | 2007-04-07 23:52:40 -0700 | |
---|---|---|
committer | 2007-04-07 23:52:40 -0700 | |
commit | 640ee0d1cd771bf6093602f1beb143d356607446 (patch) | |
tree | 4beb1f02eadd8fbb8957078ca6c4684e1bb78fb7 /unpack-trees.h | |
parent | Merge branch 'maint' (diff) | |
parent | Fix switching to a branch with D/F when current branch has file D. (diff) | |
download | tgif-640ee0d1cd771bf6093602f1beb143d356607446.tar.xz |
Merge branch 'jc/read-tree-df' (early part)
* 'jc/read-tree-df' (early part):
Fix switching to a branch with D/F when current branch has file D.
Fix twoway_merge that passed d/f conflict marker to merged_entry().
Fix read-tree --prefix=dir/.
unpack-trees: get rid of *indpos parameter.
unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.
add_cache_entry(): removal of file foo does not conflict with foo/bar
Diffstat (limited to 'unpack-trees.h')
-rw-r--r-- | unpack-trees.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack-trees.h b/unpack-trees.h index 191f7442f1..fee7da4382 100644 --- a/unpack-trees.h +++ b/unpack-trees.h @@ -16,6 +16,7 @@ struct unpack_trees_options { int verbose_update; int aggressive; const char *prefix; + int pos; struct dir_struct *dir; merge_fn_t fn; |