Re: Adding a subpackage

2015-08-10 Thread Yaakov Selkowitz
On Sat, 2015-08-08 at 19:39 +0100, Adam Dinwoodie wrote: > On 08/08/2015 06:31, Achim Gratz wrote: > > Adam Dinwoodie writes: > > > I've discovered a neat Git tool -- git subtree -- which is part > > > of Git's > > > "contrib" directory and isn't something we currently distribute > > > as part >

Re: Adding a subpackage

2015-08-08 Thread Achim Gratz
Adam Dinwoodie writes: > (I'm assuming its dependencies are a subset of those for the main Git > package; if it doesn't that'd be a very strong argument for keeping > them separate.) AFAIK it's just a script, so I'd be surprised if it pulls in any new dependencies. It doesn't hurt to check of cou

Re: Adding a subpackage

2015-08-08 Thread Adam Dinwoodie
On 08/08/2015 06:31, Achim Gratz wrote: Adam Dinwoodie writes: I've discovered a neat Git tool -- git subtree -- which is part of Git's "contrib" directory and isn't something we currently distribute as part of any of the existing Git-related packages. openSUSE ships this in git-core since some

Re: Adding a subpackage

2015-08-07 Thread Achim Gratz
Adam Dinwoodie writes: > I've discovered a neat Git tool -- git subtree -- which is part of Git's > "contrib" directory and isn't something we currently distribute as part > of any of the existing Git-related packages. openSUSE ships this in git-core since some time. AFAIK the only reason it is s