]> git.ipfire.org Git - thirdparty/git.git/commit
unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.
authorJunio C Hamano <junkio@cox.net>
Mon, 2 Apr 2007 07:06:12 +0000 (00:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 4 Apr 2007 07:19:28 +0000 (00:19 -0700)
commit7f7932ab25f2ddd6080c8b1e8bfd698e523eb7d4
tree11dd935f55b53634eb9cf5a884d25bff4be9815c
parent21cd8d00b6908dd8e1d4a5d101c1ba49d3645053
unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.

Other decision functions, deleted_entry() and merged_entry() take one as
their parameter, and this function should.  I'll be introducing a separate
index to build the result in, and am planning to pass it as the part of the
structure.

Signed-off-by: Junio C Hamano <junkio@cox.net>
unpack-trees.c