git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] merge-tree fix-ups
@ 2012-12-26 23:03 Junio C Hamano
  2012-12-26 23:03 ` [PATCH 1/5] Which merge_file() function do you mean? Junio C Hamano
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Junio C Hamano @ 2012-12-26 23:03 UTC (permalink / raw)
  To: git

This is a small preparatory step to build a new merge strategy based
on the disused merge-tree proof-of-concept code.  It starts with a
small set of code clean-up patches and ends with two bugfixes, at
least for now.

Junio C Hamano (5):
  Which merge_file() function do you mean?
  merge-tree: lose unused "flags" from merge_list
  merge-tree: lose unused "resolve_directories"
  merge-tree: add comments to clarify what these functions are doing
  merge-tree: fix d/f conflicts

 Makefile              |   2 +-
 builtin/merge-index.c |   4 +-
 builtin/merge-tree.c  |  92 +++++++++++++++++++++++--------------
 merge-blobs.c         | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++
 merge-blobs.h         |   8 ++++
 merge-file.c          | 124 --------------------------------------------------
 merge-file.h          |   7 ---
 merge-recursive.c     |   6 +--
 t/t4300-merge-tree.sh |  44 ++++++++++++++++++
 9 files changed, 239 insertions(+), 172 deletions(-)
 create mode 100644 merge-blobs.c
 create mode 100644 merge-blobs.h
 delete mode 100644 merge-file.c
 delete mode 100644 merge-file.h

-- 
1.8.1.rc3.356.g686f81c

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-26 23:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26 23:03 [PATCH 0/5] merge-tree fix-ups Junio C Hamano
2012-12-26 23:03 ` [PATCH 1/5] Which merge_file() function do you mean? Junio C Hamano
2012-12-26 23:03 ` [PATCH 2/5] merge-tree: lose unused "flags" from merge_list Junio C Hamano
2012-12-26 23:03 ` [PATCH 3/5] merge-tree: lose unused "resolve_directories" Junio C Hamano
2012-12-26 23:03 ` [PATCH 4/5] merge-tree: add comments to clarify what these functions are doing Junio C Hamano
2012-12-26 23:03 ` [PATCH 5/5] merge-tree: fix d/f conflicts Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).