[Libreoffice] translating german -> english
Norbert Thiebaud
nthiebaud at gmail.com
Sat Nov 12 19:35:53 PST 2011
On Mon, Nov 7, 2011 at 8:48 AM, Ivan Timofeev <timofeev.i.s at gmail.com> wrote:
> 2011/11/7 Michael Meeks <michael.meeks at suse.com>:
>>
>> On Mon, 2011-11-07 at 11:57 +0100, Luc Castermans wrote:
>>> The last thing: I found "patch making" instructions on the Libo site.
>>> If there are better ones, I like to receive them.
>>
>> Just doing 'git diff > /tmp/foo.diff' can be good
>
> You can also use 'git diff --color' to see colored diff in terminal.
actually you can set that up once and for all with
git config --global color.diff auto
This will colorized the diff output when the output of the diff is a
terminal (but not colorize it if you pipe or redirect the output to a
file)
See man git-config for all the things that can be tweaked... :-)
Norbert
More information about the LibreOffice
mailing list