Re: [PATCH] Add --unannotate option to git-subtree

2013-01-22 Thread greened
James Nylen writes: > Wow, I missed a bunch of emails on this. Thanks for applying and for > writing tests! Sorry it took so long. > This is as intended. You wouldn't want subtree to modify commits that > occurred in the full repository for project A. Furthermore, you > wouldn't have a "subp

Re: [PATCH] Add --unannotate option to git-subtree

2013-01-17 Thread James Nylen
On Mon, Dec 31, 2012 at 8:15 PM, wrote: > James Nylen writes: > >> Rather than adding a marker to each commit when splitting out the >> commits back to the subproject, --unannotate removes the specified >> string (or bash glob pattern) from the beginning of the first line of >> the commit messag

Re: [PATCH] Add --unannotate option to git-subtree

2012-12-31 Thread greened
James Nylen writes: > Rather than adding a marker to each commit when splitting out the > commits back to the subproject, --unannotate removes the specified > string (or bash glob pattern) from the beginning of the first line of > the commit message. This enables the following workflow: I appli

Re: [PATCH] Add --unannotate option to git-subtree

2012-12-31 Thread greened
Herman van Rink writes: >> Has anybody looked at this? >> >> It has been very useful for me. I am looking at it now. > The version of subtree in contrib is rather out-dated unfortunately. It is the official version. What's missing? You have a bunch of changes that need rework to include into

Re: [PATCH] Add --unannotate option to git-subtree

2012-10-20 Thread Herman van Rink
On 10/16/2012 02:47 PM, James Nylen wrote: > On Tue, Oct 9, 2012 at 4:26 PM, James Nylen wrote: >> This new option does the reverse of --annotate, which is more useful >> when contributing back to a library which is also included in the >> repository for a larger project, and perhaps in other situ

Re: [PATCH] Add --unannotate option to git-subtree

2012-10-16 Thread James Nylen
On Tue, Oct 9, 2012 at 4:26 PM, James Nylen wrote: > This new option does the reverse of --annotate, which is more useful > when contributing back to a library which is also included in the > repository for a larger project, and perhaps in other situations as > well. > > Rather than adding a marke

[PATCH] Add --unannotate option to git-subtree

2012-10-09 Thread James Nylen
This new option does the reverse of --annotate, which is more useful when contributing back to a library which is also included in the repository for a larger project, and perhaps in other situations as well. Rather than adding a marker to each commit when splitting out the commits back to the sub