From: Junio C Hamano <junkio@cox.net>
To: Alex Bennee <kernel-hacker@bennee.com>
Cc: git@vger.kernel.org
Subject: Re: Seeing added and removed files between two tree states
Date: Mon, 04 Dec 2006 13:18:23 -0800 [thread overview]
Message-ID: <7vwt57nyw0.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <1165253146.32764.3.camel@okra.transitives.com> (Alex Bennee's message of "Mon, 04 Dec 2006 17:25:45 +0000")
Alex Bennee <kernel-hacker@bennee.com> writes:
> In there a way to see just what files where added between two points in
> the tree? I want something better than parsing the diffstat.
>
> I thought git-ls-files -ad comittish..comitishb would do the trick but
> it seems not.
$ git diff-tree --name-status --diff-filter=A HEAD~64 HEAD
Variants of the above are possible. If you want to see addition
and deletion, use --diff-filter=AD.
prev parent reply other threads:[~2006-12-04 21:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-04 17:25 Seeing added and removed files between two tree states Alex Bennee
2006-12-04 17:33 ` Shawn Pearce
2006-12-04 21:18 ` Junio C Hamano [this message]
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=7vwt57nyw0.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=kernel-hacker@bennee.com \
/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