Skip to content

Commit

Permalink
Split out merge_recursive() to merge-recursive.c
Browse files Browse the repository at this point in the history
Move most of the of code from builtin-merge-recursive.c to a new file
merge-recursive.c and introduce merge_recursive_setup() in there so that
builtin-merge-recursive and other builtins call it.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Miklos Vajna authored and gitster committed Aug 31, 2008
1 parent 7df437e commit 9047ebb
Show file tree
Hide file tree
Showing 4 changed files with 1,341 additions and 1,324 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -440,6 +440,7 @@ LIB_OBJS += log-tree.o
LIB_OBJS += mailmap.o
LIB_OBJS += match-trees.o
LIB_OBJS += merge-file.o
LIB_OBJS += merge-recursive.o
LIB_OBJS += name-hash.o
LIB_OBJS += object.o
LIB_OBJS += pack-check.o
Expand Down

0 comments on commit 9047ebb

Please sign in to comment.