git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fix "diff --raw" on the work tree side
@ 2008-03-02  9:43 Junio C Hamano
  2008-03-02  9:43 ` [PATCH 1/3] diff-lib.c: constness strengthening Junio C Hamano
  2008-03-02 10:41 ` [PATCH 0/3] fix "diff --raw" " Ping Yin
  0 siblings, 2 replies; 8+ messages in thread
From: Junio C Hamano @ 2008-03-02  9:43 UTC (permalink / raw)
  To: git

The second patch fixes the inconsistency between "git-diff --raw" and
"git-diff-{index,files} --raw" when they are used for submodules.

The third one is a bit controversial and changes the semantics and
existing callers and won't be considered for 1.5.5.

Junio C Hamano (3):
      diff-lib.c: constness strengthening
      diff: make sure work tree side is shown as 0{40} when different
      diff: show submodule object name when available even on the work tree side

 diff-lib.c                |   45 +++++++++++++++++++++++++++++++------
 diff.c                    |    7 +----
 t/t4027-diff-submodule.sh |   53 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 13 deletions(-)
 create mode 100755 t/t4027-diff-submodule.sh


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

end of thread, other threads:[~2008-03-02 17:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-02  9:43 [PATCH 0/3] fix "diff --raw" on the work tree side Junio C Hamano
2008-03-02  9:43 ` [PATCH 1/3] diff-lib.c: constness strengthening Junio C Hamano
2008-03-02  9:43   ` [PATCH 2/3] diff: make sure work tree side is shown as 0{40} when different Junio C Hamano
2008-03-02  9:43     ` [PATCH 3/3] diff: show submodule object name when available even on the work tree side Junio C Hamano
2008-03-02 10:41 ` [PATCH 0/3] fix "diff --raw" " Ping Yin
2008-03-02 17:11   ` Junio C Hamano
2008-03-02 17:15     ` Ping Yin
2008-03-02 17:48       ` 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).