git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] make builtin-commit use commit_tree() and reduce_heads()
@ 2008-09-10 20:10 Miklos Vajna
  2008-09-10 20:10 ` [PATCH 1/3] commit_tree(): add a new author parameter Miklos Vajna
  0 siblings, 1 reply; 4+ messages in thread
From: Miklos Vajna @ 2008-09-10 20:10 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Russell King, git

Hi,

On Tue, Sep 09, 2008 at 05:52:37PM +0100, Russell King <rmk@arm.linux.org.uk> wrote:
> Is this intentional, or is it a bug?

It is because builtin-commit does not use reduce_heads(), but
builtin-merge does.

Here are 3 patches to make builtin-commit use commit_tree() and
reduce_heads() as well.

The first one just improves the commit_tree() interface.

The second one is a cleanup, but it also adds reduce_heads() usage, to
fix the issue, pointed out by Russell King.

The third one adds new testcases, based on the ones provided by him.

Miklos Vajna (3):
  commit_tree(): add a new author parameter
  builtin-commit: use commit_tree()
  t7603: add new testcases to ensure builtin-commit uses reduce_heads()

 builtin-commit-tree.c         |    9 ++++--
 builtin-commit.c              |   63 +++++++++-------------------------------
 builtin-merge.c               |    4 +-
 builtin.h                     |    3 +-
 t/t7603-merge-reduce-heads.sh |   53 ++++++++++++++++++++++++++++++++++
 5 files changed, 77 insertions(+), 55 deletions(-)

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

end of thread, other threads:[~2008-09-10 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10 20:10 [PATCH 0/3] make builtin-commit use commit_tree() and reduce_heads() Miklos Vajna
2008-09-10 20:10 ` [PATCH 1/3] commit_tree(): add a new author parameter Miklos Vajna
2008-09-10 20:10   ` [PATCH 2/3] builtin-commit: use commit_tree() Miklos Vajna
2008-09-10 20:10     ` [PATCH 3/3] t7603: add new testcases to ensure builtin-commit uses reduce_heads() 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).