git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [WIP PATCH 0/5] Build in merge
@ 2008-05-24  0:01 Miklos Vajna
  2008-05-24  0:01 ` [PATCH 1/5] Move reset_index_file() to a new reset.c Miklos Vajna
  0 siblings, 1 reply; 10+ messages in thread
From: Miklos Vajna @ 2008-05-24  0:01 UTC (permalink / raw)
  To: git

Hello,

This is a work in progress patch, reflecting the current status of
builtin-merge I have. As far as I know all the tests pass, but there are
still some work to do. In general, a few problems I'm aware of:

 1) There are still TODOs/FIXMEs in the code.

 2) It should be possible to avoid some exec() calls, like write-tree,
    show-branch and fmt-merge-msg.

 3) Minor memory leaks.

Other than that, comments are welcome.

Miklos Vajna (5):
  Move reset_index_file() to a new reset.c
  Move split_cmdline() to libgit
  Make verbosity configurable in reset_index_file()
  Move commit_list_count() to commit.c
  Build in merge

 Makefile                                      |    4 +-
 alias.c                                       |   54 ++
 builtin-merge-recursive.c                     |    8 -
 builtin-merge.c                               | 1117 +++++++++++++++++++++++++
 builtin-reset.c                               |   19 +-
 builtin.h                                     |    1 +
 cache.h                                       |    1 +
 commit.c                                      |    8 +
 commit.h                                      |    1 +
 git-merge.sh => contrib/examples/git-merge.sh |    0 
 git.c                                         |   54 +--
 reset.c                                       |   29 +
 reset.h                                       |    6 +
 13 files changed, 1223 insertions(+), 79 deletions(-)
 create mode 100644 builtin-merge.c
 rename git-merge.sh => contrib/examples/git-merge.sh (100%)
 create mode 100644 reset.c
 create mode 100644 reset.h

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

end of thread, other threads:[~2008-05-27 14:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-24  0:01 [WIP PATCH 0/5] Build in merge Miklos Vajna
2008-05-24  0:01 ` [PATCH 1/5] Move reset_index_file() to a new reset.c Miklos Vajna
2008-05-24  0:01   ` [PATCH 2/5] Move split_cmdline() to libgit Miklos Vajna
2008-05-24  0:01     ` [PATCH 3/5] Make verbosity configurable in reset_index_file() Miklos Vajna
2008-05-24  0:01       ` [PATCH 4/5] Move commit_list_count() to commit.c Miklos Vajna
2008-05-24  0:01         ` [PATCH 5/5] Build in merge Miklos Vajna
2008-05-27 14:08       ` [PATCH 3/5] Make verbosity configurable in reset_index_file() Kristian Høgsberg
2008-05-27 14:49         ` Miklos Vajna
2008-05-24  4:21   ` [PATCH 1/5] Move reset_index_file() to a new reset.c Daniel Barkalow
2008-05-24 21:55     ` Miklos Vajna

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).