Gentoo Archives: gentoo-scm

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-scm@l.g.o
Subject: Re: [gentoo-scm] repoman patch for git support (from drobbins)
Date: Fri, 07 Nov 2008 01:35:45
Message-Id: 20081107005515.GE23166@curie-int.orbis-terrarum.net
In Reply to: [gentoo-scm] repoman patch for git support (from drobbins) by Jeremy Olexa
1 On Thu, Nov 06, 2008 at 07:12:13PM -0600, Jeremy Olexa wrote:
2 > Hello list,
3 >
4 > I happened to be in #gentoo-portage and found drobbins hacking on
5 > repoman. I asked for permission to post this and he agreed. I am
6 > merely the messenger and hosting the patch. I *think* he has sent this
7 > to zmedico already. Anyway, hack on..
8 >
9 > http://www.funtoo.org/repoman (full code)
10 > http://dev.gentoo.org/~darkside/repoman-git-drobbins.patch (against
11 > 2.2_rc12 but applies to rc13 as well)
12 Bug:
13 @@ -1949,8 +1975,10 @@
14 ..
15 + elif vcs == "git":
16 + print "(svn -q commit -F commitmessagefile)"
17
18 Other notes:
19 'git ls-files' and most of the other git actions will always go to the top of
20 the tree first, and run recursively from there. Some care is needed if your
21 tree is dirty because of this.
22
23 --
24 Robin Hugh Johnson
25 Gentoo Linux Developer & Infra Guy
26 E-Mail : robbat2@g.o
27 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-scm] repoman patch for git support (from drobbins) Fabian Groffen <grobian@g.o>