Re: [Tails-l10n] Call for translation updates for the upcomi…

Delete this message

Reply to this message
Author: Matsa
Date:  
To: tails-l10n
Subject: Re: [Tails-l10n] Call for translation updates for the upcoming 0.13 release
Le Wed, 29 Aug 2012 11:37:53 +0200,
intrigeri <intrigeri@???> a écrit :

> mercedes508 wrote (29 Aug 2012 08:01:21 GMT) :
> > I have a question that may be stupid, but how can we simply get the
> > list of every single po files that has been modified for the 0.13
> > release ?
>
> > I'm not mastering Git at the moment so I've been doing this :
> > git diff origin/master..origin/testing -- wiki/src/doc
> > or
> > git diff origin/master..origin/testing -- wiki/src/
>
> > Is there anything smarter ?
>
> Not much.
>
> I would add either the --name-only, --name-status or --stat argument,
> depending on what I want exactly. If I wanted specifically only .po,
> I would get the full diff, and pipe it into filterdiff.


Thanks! filterdiff seems to do the job:

git diff origin/master..origin/testing -- wiki/src | filterdiff -i
"*.fr.po"
(To use filterdiff, you need to install the package "patchutils")

Unfortunately, I wasn't able to get the diff in color.
I will give a try to the solution proposed by Ague.

Greetings