* how to see full file with diff marks
@ 2009-01-27 4:51 Ittay Dror
2009-01-27 4:57 ` Jeff King
2009-01-27 5:42 ` David Aguilar
0 siblings, 2 replies; 3+ messages in thread
From: Ittay Dror @ 2009-01-27 4:51 UTC (permalink / raw)
To: Git Mailing List
Hi,
I have a large file and I want to view the changes between two commits,
but in the context of the whole file, not just hunks. How can I do that?
Thanks
Ittay
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to see full file with diff marks
2009-01-27 4:51 how to see full file with diff marks Ittay Dror
@ 2009-01-27 4:57 ` Jeff King
2009-01-27 5:42 ` David Aguilar
1 sibling, 0 replies; 3+ messages in thread
From: Jeff King @ 2009-01-27 4:57 UTC (permalink / raw)
To: Ittay Dror; +Cc: Git Mailing List
On Tue, Jan 27, 2009 at 06:51:13AM +0200, Ittay Dror wrote:
> I have a large file and I want to view the changes between two commits,
> but in the context of the whole file, not just hunks. How can I do that?
git diff -U9999999 ?
-Peff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to see full file with diff marks
2009-01-27 4:51 how to see full file with diff marks Ittay Dror
2009-01-27 4:57 ` Jeff King
@ 2009-01-27 5:42 ` David Aguilar
1 sibling, 0 replies; 3+ messages in thread
From: David Aguilar @ 2009-01-27 5:42 UTC (permalink / raw)
To: Ittay Dror; +Cc: Git Mailing List
On 0, Ittay Dror <ittay.dror@gmail.com> wrote:
> Hi,
>
> I have a large file and I want to view the changes between two commits,
> but in the context of the whole file, not just hunks. How can I do that?
>
> Thanks
> Ittay
In git.git's contrib/difftool directory there's a script
called 'git-difftool' that can show you changes using our
good friends xxdiff, kdiff3, tkdiff, meld, vimdiff, emerge,
etc.
--
David
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-27 5:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 4:51 how to see full file with diff marks Ittay Dror
2009-01-27 4:57 ` Jeff King
2009-01-27 5:42 ` David Aguilar
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).