Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-04 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/09/13 08:19 PM, William Hubbs wrote: > On Tue, Sep 03, 2013 at 01:37:25PM +0200, Michał Górny wrote: >> Dnia 2013-09-03, o godz. 12:24:49 Markos Chandras >> napisał(a): >> >>> On 3 September 2013 12:17, Michał Górny >>> wrote: Dnia 2013

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-04 Thread Michał Górny
Dnia 2013-09-03, o godz. 19:53:22 James Cloos napisał(a): > (I think I forgot to mention when I wrote about keeping git-2 around for > a while that I like the plan for git-3; that should have been explicit.) > > It looks good. > > I haven't worked out what the storage names under EGIT3_STORE_DI

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread William Hubbs
On Tue, Sep 03, 2013 at 01:37:25PM +0200, Michał Górny wrote: > Dnia 2013-09-03, o godz. 12:24:49 > Markos Chandras napisał(a): > > > On 3 September 2013 12:17, Michał Górny wrote: > > > Dnia 2013-09-03, o godz. 11:53:22 > > > Markos Chandras napisał(a): > > > > > >> On 3 September 2013 11:45,

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread James Cloos
(I think I forgot to mention when I wrote about keeping git-2 around for a while that I like the plan for git-3; that should have been explicit.) It looks good. I haven't worked out what the storage names under EGIT3_STORE_DIR will be for submodules, though. If multiple parent gits want the same

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread Michał Górny
Dnia 2013-09-03, o godz. 12:24:49 Markos Chandras napisał(a): > On 3 September 2013 12:17, Michał Górny wrote: > > Dnia 2013-09-03, o godz. 11:53:22 > > Markos Chandras napisał(a): > > > >> On 3 September 2013 11:45, Michał Górny wrote: > >> > Hello, all. > >> > > >> > > >> > I'm attaching git

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread Markos Chandras
On 3 September 2013 12:17, Michał Górny wrote: > Dnia 2013-09-03, o godz. 11:53:22 > Markos Chandras napisał(a): > >> On 3 September 2013 11:45, Michał Górny wrote: >> > Hello, all. >> > >> > >> > I'm attaching git-r3.eclass and a patch to git-2.eclass that adds >> > ability to use git-r3 intern

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread Michał Górny
Dnia 2013-09-03, o godz. 11:53:22 Markos Chandras napisał(a): > On 3 September 2013 11:45, Michał Górny wrote: > > Hello, all. > > > > > > I'm attaching git-r3.eclass and a patch to git-2.eclass that adds > > ability to use git-r3 internally via make.conf switch. > > I am a bit skeptical about

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread Michał Górny
Dnia 2013-09-03, o godz. 13:09:50 Ulrich Mueller napisał(a): > > On Tue, 3 Sep 2013, Michał Górny wrote: > > > Please do the final review the eclasses. Unless someone finds large > > issues with them, I'm going to commit them in a few days. > > In git-r3_pkg_outofdate(): > > ewarn "old

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread Ulrich Mueller
> On Tue, 3 Sep 2013, Michał Górny wrote: > Please do the final review the eclasses. Unless someone finds large > issues with them, I'm going to commit them in a few days. In git-r3_pkg_outofdate(): ewarn "old: ${EGIT_VERSION}" ewarn "new: ${new_commit_id}" This is just part of the

Re: [gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread Markos Chandras
On 3 September 2013 11:45, Michał Górny wrote: > Hello, all. > > > I'm attaching git-r3.eclass and a patch to git-2.eclass that adds > ability to use git-r3 internally via make.conf switch. I am a bit skeptical about this. Why would someone want to do this apart from testing the git-r3 eclass wit

[gentoo-dev] RFC: final version of git-r3 (+ compat for git-2)

2013-09-03 Thread Michał Górny
Hello, all. Here's the final version of git-r3.eclass. Features were detailed in the previous thread [1] already. I've applied a few more polishes and added more helpful quirks to make migration less painful. I'm attaching git-r3.eclass and a patch to git-2.eclass that adds ability to use git-r3