From: "Marco Costalba" <mcostalba@gmail.com>
To: "Junio C Hamano" <junkio@cox.net>
Cc: "GIT list" <git@vger.kernel.org>
Subject: [RFC diff-tree -c with copy/rename]
Date: Thu, 17 Aug 2006 13:02:06 +0200 [thread overview]
Message-ID: <e5bfff550608170402w25b9eaeaqe69665bdddaead3c@mail.gmail.com> (raw)
>From current git tree:
$ git-diff-tree -r -m -C bb266cb118 (I removed extra useless lines)
bb266cb11842f76712ebff1d8b1bd086dc65337f
:100644 100644 dfb1c44 8d0dbad R093 checkout-index.c builtin-checkout-index.c
:100644 100644 357970d 7d39d9b R083 verify-pack.c builtin-verify-pack.c
:100644 100644 6484cb9 6484cb9 R100 builtin-help.c help.c
bb266cb11842f76712ebff1d8b1bd086dc65337f
:100644 100644 29ea6fd 8d0dbad M builtin-checkout-index.c
:100644 100644 d700761 7d39d9b M builtin-verify-pack.c
:100644 100644 7a7f775 6484cb9 M help.c
$ git-diff-tree -r -c -C bb266cb118
bb266cb11842f76712ebff1d8b1bd086dc65337f
::100644 100644 100644 dfb1c44 29ea6f 8d0dbad RM builtin-checkout-index.c
::100644 100644 100644 357970d d70076 7d39d9b RM builtin-verify-pack.c
::100644 100644 100644 6484cb9 7a7f77 6484cb9 RM help.c
Is it correct do not show in -c case:
- the similarity value
- the origin file:
As example
'R093MM checkout-index.c builtin-checkout-index.c'
instead of current
'RM builtin-checkout-index.c'
Thanks
Marco
P.S: -c with --stat gives both origin and destination files
(checkout-index.c and builtin-checkout-index.c):
$ git-diff-tree -r -c -C --stat bb266cb118
bb266cb11842f76712ebff1d8b1bd086dc65337f
Makefile | 81 +++++++++++++++---------
checkout-index.c => builtin-checkout-index.c | 26 ++++----
builtin-count.c => builtin-count-objects.c | 0
name-rev.c => builtin-name-rev.c | 4 +
pack-objects.c => builtin-pack-objects.c | 4 +
symbolic-ref.c => builtin-symbolic-ref.c | 4 +
unpack-objects.c => builtin-unpack-objects.c | 7 +-
verify-pack.c => builtin-verify-pack.c | 15 ++---
builtin.h | 80 ++++++++++++------------
git.c | 86 ++++++++++++++------------
builtin-help.c => help.c | 0
11 files changed, 166 insertions(+), 141 deletions(-)
next reply other threads:[~2006-08-17 11:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-17 11:02 Marco Costalba [this message]
2006-08-18 4:09 ` [RFC diff-tree -c with copy/rename] 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=e5bfff550608170402w25b9eaeaqe69665bdddaead3c@mail.gmail.com \
--to=mcostalba@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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