Re: Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-22 Thread Michael J Gruber
Yngve Nysaeter Pettersen venit, vidit, dixit 21.12.2012 21:13: > On Fri, 21 Dec 2012 16:49:21 +0100, Matthieu Moy > wrote: > >> "Yngve Nysaeter Pettersen" writes: >> >>> The split command will create a new repository for all files foo in a >>> folder (path/foo) and their commit history. >>> >>

Re: Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-21 Thread Yngve Nysaeter Pettersen
On Fri, 21 Dec 2012 16:49:21 +0100, Matthieu Moy wrote: "Yngve Nysaeter Pettersen" writes: The split command will create a new repository for all files foo in a folder (path/foo) and their commit history. The replant command reverses that process, re-adding the path prefix for each file.

Re: Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-21 Thread Matthieu Moy
"Yngve Nysaeter Pettersen" writes: > The split command will create a new repository for all files foo in a > folder (path/foo) and their commit history. > > The replant command reverses that process, re-adding the path prefix > for each file. It may be possible to extend that process into one tha

Re: Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-21 Thread Yngve Nysaeter Pettersen
On Fri, 21 Dec 2012 14:49:26 +0100, Michael J Gruber wrote: Yngve Nysaeter Pettersen venit, vidit, dixit 21.12.2012 13:43: Hi, On Fri, 21 Dec 2012 13:23:46 +0100, Michael J Gruber wrote: Yngve N. Pettersen (Developer Opera Software ASA) venit, vidit, dixit 18.12.2012 15:51: Hello all,

Re: Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-21 Thread Michael J Gruber
Yngve Nysaeter Pettersen venit, vidit, dixit 21.12.2012 13:43: > Hi, > > On Fri, 21 Dec 2012 13:23:46 +0100, Michael J Gruber > wrote: > >> Yngve N. Pettersen (Developer Opera Software ASA) venit, vidit, dixit >> 18.12.2012 15:51: >>> Hello all, >>> >>> Today Opera Software released the "Git-spl

Re: Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-21 Thread Yngve Nysaeter Pettersen
Hi, On Fri, 21 Dec 2012 13:23:46 +0100, Michael J Gruber wrote: Yngve N. Pettersen (Developer Opera Software ASA) venit, vidit, dixit 18.12.2012 15:51: Hello all, Today Opera Software released the "Git-splitter", a small tool for sub-modularizing code in a git repo, with complete commit hist

Re: Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-21 Thread Michael J Gruber
Yngve N. Pettersen (Developer Opera Software ASA) venit, vidit, dixit 18.12.2012 15:51: > Hello all, > > Today Opera Software released the "Git-splitter", a small tool for > sub-modularizing code in a git repo, with complete commit history, under > the Apache 2.0 license. > > It's functionali

Opera release Git-splitter, a sub-modularizing tool for Git

2012-12-18 Thread Yngve N. Pettersen (Developer Opera Software ASA)
Hello all, Today Opera Software released the "Git-splitter", a small tool for sub-modularizing code in a git repo, with complete commit history, under the Apache 2.0 license. It's functionality is similar to "git-subtree", but also include a command for reversing the process. The code i