git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: [PATCH 0/4] Fix diff-files output for unmerged paths
Date: Sun, 24 Apr 2011 13:51:25 -0700	[thread overview]
Message-ID: <1303678289-27627-1-git-send-email-gitster@pobox.com> (raw)

This is cleaned-up series of my previous attempts that were queued in 'pu'
late in the pre-1.7.5 cycle.

Junio C Hamano (4):
  test: use $_z40 from test-lib
  diff.c: return filepair from diff_unmerge()
  diff: remove often unused parameters from diff_unmerge()
  diff-files: show unmerged entries correctly

 diff-lib.c                       |   15 +++++--
 diff.c                           |   12 +++---
 diff.h                           |    5 +--
 t/t1400-update-ref.sh            |    2 +-
 t/t1501-worktree.sh              |    7 +--
 t/t2011-checkout-invalid-head.sh |    2 +-
 t/t2201-add-update-typechange.sh |    2 -
 t/t3200-branch.sh                |    4 +-
 t/t3600-rm.sh                    |    3 +-
 t/t4002-diff-basic.sh            |    5 +--
 t/t4020-diff-external.sh         |    2 -
 t/t4027-diff-submodule.sh        |    1 -
 t/t4046-diff-unmerged.sh         |   87 ++++++++++++++++++++++++++++++++++++++
 t/t7011-skip-worktree-reading.sh |    4 +-
 t/t7012-skip-worktree-writing.sh |    2 +-
 t/test-lib.sh                    |    3 +
 16 files changed, 120 insertions(+), 36 deletions(-)
 create mode 100755 t/t4046-diff-unmerged.sh

-- 
1.7.5

             reply	other threads:[~2011-04-24 20:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-24 20:51 Junio C Hamano [this message]
2011-04-24 20:51 ` [PATCH 1/4] test: use $_z40 from test-lib Junio C Hamano
2011-04-24 20:51 ` [PATCH 2/4] diff.c: return filepair from diff_unmerge() Junio C Hamano
2011-04-24 22:18   ` Thiago Farina
2011-04-25  1:18     ` Junio C Hamano
2011-04-24 20:51 ` [PATCH 3/4] diff: remove often unused parameters " Junio C Hamano
2011-04-24 20:51 ` [PATCH 4/4] diff-files: show unmerged entries correctly Junio C Hamano
2011-04-24 20:53 ` [PATCH] Fix "add -u" that sometimes fails to resolve unmerged paths Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1303678289-27627-1-git-send-email-gitster@pobox.com \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).