Re: cvs diff -l equivalent?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stephen R. van den Berg <srb@...>
Cc: <git@...>
Date: Wednesday, July 30, 2008 - 2:18 pm

Hi,

On Wed, 30 Jul 2008, Stephen R. van den Berg wrote:


Okay.  This is my version of a solution:

	$ find . -maxdepth 1 -type f -print0 | xargs -0 git diff

And no, there is not an easier way.  Probably since Git has a snapshot 
based idea of the contents, i.e. it does not think that the files in a 
revision are decoupled.  Not even the ones in different directories.

Ciao,
Dscho
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cvs diff -l equivalent?, Stephen R. van den Berg, (Wed Jul 30, 4:20 am)
Re: cvs diff -l equivalent?, Linus Torvalds, (Wed Jul 30, 5:25 pm)
Re: cvs diff -l equivalent?, Mikael Magnusson, (Wed Jul 30, 4:57 pm)
Re: cvs diff -l equivalent?, Thomas Rast, (Wed Jul 30, 10:00 am)
Re: cvs diff -l equivalent?, Stephen R. van den Berg, (Wed Jul 30, 12:17 pm)
Re: cvs diff -l equivalent?, Johannes Schindelin, (Wed Jul 30, 9:53 am)
Re: cvs diff -l equivalent?, Stephen R. van den Berg, (Wed Jul 30, 11:58 am)
Re: cvs diff -l equivalent?, Johannes Schindelin, (Wed Jul 30, 2:18 pm)