Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-05 Thread Clinton Stimpson
On Thursday, August 05, 2010 04:46:01 pm Eric Noulard wrote: > 2010/8/3 Eric Noulard : > > 2010/8/3 David Cole : > >> On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard wrote: > >>> 2. may always be an option because it was the behavior we had before > >>> the component support and ALL CPack generator

Re: [cmake-developers] [CMake] Support for multiple components in cpack

2010-08-05 Thread Eric Noulard
2010/8/3 Eric Noulard : > 2010/8/3 David Cole : >> On Mon, Aug 2, 2010 at 6:57 PM, Eric Noulard wrote: > >>> >>> 2. may always be an option because it was the behavior we had before the >>> component support and ALL CPack generator may handle an all-in-one >>> package. >>> We could add an OPTION l

Re: [cmake-developers] Howto to "fuse" two commits in a single one with git

2010-08-05 Thread Marcus D. Hanwell
On Thu, Aug 5, 2010 at 2:19 PM, Eric Noulard wrote: > Hi all, > > I want to "fuse" two (or more) consecutive git commit in a single commit > in order to simplify my local history before pushing to remote. > > What I mean is that git log contains let say 5 commits. > I want to "fuse together" comm

[cmake-developers] Howto to "fuse" two commits in a single one with git

2010-08-05 Thread Eric Noulard
Hi all, I want to "fuse" two (or more) consecutive git commit in a single commit in order to simplify my local history before pushing to remote. What I mean is that git log contains let say 5 commits. I want to "fuse together" commit 3 and 4 which would make my total history depth to 4 (instead o