Re: [fonc] git users?

2008-06-19 Thread Duncan Mak
On Thu, Jun 19, 2008 at 7:08 PM, Michael FIG <[EMAIL PROTECTED]> wrote: > > Yeah, that was exactly the problem I ran into with trying to provide a > repo that was just a mirror of the files resulting from a certain > Guilt patch queue. Its history had to change, which screwed up the > clones. >

Re: [fonc] git users?

2008-06-19 Thread Michael FIG
Hi, "Chris Double" <[EMAIL PROTECTED]> writes: > On Mon, Jun 16, 2008 at 8:28 PM, Krzysztof Kowalczyk > <[EMAIL PROTECTED]> wrote: >> Have a separate branches for A and B? (and then delete them when they >> are merged and no longer necessary). > > This is the approach I take for my git repository

Re: [fonc] git users?

2008-06-19 Thread Michael FIG
Hi, "Krzysztof Kowalczyk" <[EMAIL PROTECTED]> writes: > But be sure to read section "problems with rewriting history". In a > nutshell: it invalidates cloned repos i.e. git rebase is fine if > you're the only one working on that branch but it makes collaboration > (i.e. others cloning the branch

Re: [fonc] git users?

2008-06-19 Thread Krzysztof Kowalczyk
On Thu, Jun 19, 2008 at 12:26 PM, Gavin Romig-Koch <[EMAIL PROTECTED]> wrote: >> The problem that I have is of interleaved changes. I work for a >> little on patch A, then patch B, then patch A again, but A and B >> should be kept separate so that they can be easily reviewed. A and B >> may or ma

Re: [fonc] git users?

2008-06-19 Thread Gavin Romig-Koch
Michael FIG wrote: The problem that I have is of interleaved changes. I work for a little on patch A, then patch B, then patch A again, but A and B should be kept separate so that they can be easily reviewed. A and B may or may have dependencies on one another. Separate branches for A and

Re: [fonc] git users?

2008-06-16 Thread Chris Double
On Mon, Jun 16, 2008 at 8:28 PM, Krzysztof Kowalczyk <[EMAIL PROTECTED]> wrote: >> >> The problem that I have is of interleaved changes. I work for a >> little on patch A, then patch B, then patch A again, but A and B >> should be kept separate so that they can be easily reviewed. A and B >> may

Re: [fonc] git users?

2008-06-16 Thread Felix Rabe
Michael FIG wrote: > Hi, > > If anybody out there actually uses my GIT repos to fetch COLA and/or > compile it with my build fixes, could you let me know? I'm interested > to see if the people who encouraged me to use it will benefit from it, > or if it was just the famous GIT evangelism at work.

Re: [fonc] git users?

2008-06-16 Thread Krzysztof Kowalczyk
On Mon, Jun 16, 2008 at 12:24 AM, Michael FIG <[EMAIL PROTECTED]> wrote: >> Don't you have this problem in both cases? If the changes are >> independent, it shouldn't matter whether they are in the form of a >> patch file or in git (in which case they can be extracted as >> patches). > > The proble

Re: [fonc] git users?

2008-06-16 Thread Michael FIG
Hi, "Krzysztof Kowalczyk" <[EMAIL PROTECTED]> writes: > Don't you have this problem in both cases? If the changes are > independent, it shouldn't matter whether they are in the form of a > patch file or in git (in which case they can be extracted as > patches). The problem that I have is of inte

Re: [fonc] git users?

2008-06-16 Thread Michael FIG
Hi, Karl Robillard <[EMAIL PROTECTED]> writes: > What is the reason that gc-7.0 isn't the default? To my knowledge, the only real reason is that Ian is pretty backlogged with e-mail, and is spending his coding efforts on creating the next Jolt rather than committing the (relatively minor) build

Re: [fonc] git users?

2008-06-15 Thread Krzysztof Kowalczyk
On Sun, Jun 15, 2008 at 9:45 PM, Michael FIG <[EMAIL PROTECTED]> wrote: >> Is there any benefit of using guilt over having a branch with the >> patches applied? It would sure be simpler for users and should also be >> simpler for maintainers of the repository. > > I tried to do something like this,

Re: [fonc] git users?

2008-06-15 Thread Karl Robillard
On Sunday 15 June 2008 09:10:21 pm Krzysztof Kowalczyk wrote: > I just successfully got it. > > Unfortunately I'm on latest OS X and it doesn't compile: > > This problem was already discussed on the list on possibly going with > gc-7.0 would fix it but I didn't have the time to put any effort

Re: [fonc] git users?

2008-06-15 Thread Michael FIG
Hi, "Krzysztof Kowalczyk" <[EMAIL PROTECTED]> writes: > Is there any benefit of using guilt over having a branch with the > patches applied? It would sure be simpler for users and should also be > simpler for maintainers of the repository. I tried to do something like this, but it really looks l

Re: [fonc] git users?

2008-06-15 Thread Krzysztof Kowalczyk
Following up on my own post: I didn't install guild but I manually installed build.patch with patch -p1 wrote: > I just successfully got it. > > Unfortunately I'm on latest OS X and it doesn't compile: > > RT=1 -DATOMIC_UNCOLLECTABLE=1 -I./include -fexceptions -g -O2 > -fexceptions -MT darwin_stop

Re: [fonc] git users?

2008-06-15 Thread Krzysztof Kowalczyk
I just successfully got it. Unfortunately I'm on latest OS X and it doesn't compile: RT=1 -DATOMIC_UNCOLLECTABLE=1 -I./include -fexceptions -g -O2 -fexceptions -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c darwin_stop_world.c -fno-common -DPIC -o .libs/darwin_stop_world.lo

[fonc] git users?

2008-06-15 Thread Michael FIG
Hi, If anybody out there actually uses my GIT repos to fetch COLA and/or compile it with my build fixes, could you let me know? I'm interested to see if the people who encouraged me to use it will benefit from it, or if it was just the famous GIT evangelism at work. :P Again, the repository info