From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: [PATCH 0/3] fix "diff --raw" on the work tree side
Date: Sun, 2 Mar 2008 01:43:29 -0800 [thread overview]
Message-ID: <1204451012-17487-1-git-send-email-gitster@pobox.com> (raw)
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
next reply other threads:[~2008-03-02 9:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-02 9:43 Junio C Hamano [this message]
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
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=1204451012-17487-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.