Gentoo Archives: gentoo-scm

From: Fabian Groffen <grobian@g.o>
To: gentoo-scm@l.g.o
Subject: Re: [gentoo-scm] repoman patch for git support (from drobbins)
Date: Tue, 11 Nov 2008 10:23:00
Message-Id: 20081111102257.GC12179@gentoo.org
In Reply to: Re: [gentoo-scm] repoman patch for git support (from drobbins) by "Robin H. Johnson"
1 FYI:
2
3 zmedico just committed a modified version of Daniel's git patch to
4 Portage's trunk.
5
6
7 On 06-11-2008 16:55:15 -0800, Robin H. Johnson wrote:
8 > On Thu, Nov 06, 2008 at 07:12:13PM -0600, Jeremy Olexa wrote:
9 > > Hello list,
10 > >
11 > > I happened to be in #gentoo-portage and found drobbins hacking on
12 > > repoman. I asked for permission to post this and he agreed. I am
13 > > merely the messenger and hosting the patch. I *think* he has sent this
14 > > to zmedico already. Anyway, hack on..
15 > >
16 > > http://www.funtoo.org/repoman (full code)
17 > > http://dev.gentoo.org/~darkside/repoman-git-drobbins.patch (against
18 > > 2.2_rc12 but applies to rc13 as well)
19 > Bug:
20 > @@ -1949,8 +1975,10 @@
21 > ..
22 > + elif vcs == "git":
23 > + print "(svn -q commit -F commitmessagefile)"
24 >
25 > Other notes:
26 > 'git ls-files' and most of the other git actions will always go to the top of
27 > the tree first, and run recursively from there. Some care is needed if your
28 > tree is dirty because of this.
29
30
31 --
32 Fabian Groffen
33 Gentoo on a different level

Replies