Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] git-r3: initial draft for review [v2]
Date: Sat, 31 Aug 2013 09:26:42
Message-Id: 21025.46790.688105.950798@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] git-r3: initial draft for review [v2] by "Michał Górny"
1 >>>>> On Sat, 31 Aug 2013, Micha³ Górny wrote:
2
3 > And time for a small update.
4
5 In git-r3_checkout:
6
7 git --no-pager diff --color --stat \
8 ${old_commit_id}..${new_commit_id}
9
10 I'd rather omit the --color option, otherwise log files will contain
11 escape sequences.
12
13 Also it won't harm to make the unpack location configurable, so can we
14 please have a variable like EGIT_SOURCEDIR or EGIT_UNPACK_DIR (as it
15 was called in git.eclass)?
16
17 Ulrich

Replies

Subject Author
Re: [gentoo-dev] git-r3: initial draft for review [v2] "Michał Górny" <mgorny@g.o>