Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH git-2.eclass 1/2] Clean up non-bare checkout before updating.
Date: Fri, 23 Dec 2011 21:10:21
Message-Id: 20212.60934.474629.141389@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH git-2.eclass 1/2] Clean up non-bare checkout before updating. by "Michał Górny"
1 >>>>> On Fri, 23 Dec 2011, Micha³ Górny wrote:
2
3 > Fixes: https://bugs.gentoo.org/show_bug.cgi?id=395247
4
5 > + git clean -d -f -x || die "${FUNCNAME}: failed to clean checkout dir"
6 > +
7
8 Why should there be untracked files, in the first place? (In the
9 "steps to reproduce" of bug 395247 such files are explicitly generated
10 by the user, which doesn't look like a valid usage case to me.)
11
12 Ulrich

Replies