On 27/03/2012 16:45, Carlo Marcelo Arenas Belon wrote:
> On Tue, Mar 27, 2012 at 10:46:51AM -0400, Vladimir Vuksan wrote:
>> Therefore I'd like to dump branches for now and just stay on mainline.
>
> +1, keep it simple; and unless my view of git log is incorrect no feature
> (except some bugfixes)
On Tue, Mar 27, 2012 at 10:46:51AM -0400, Vladimir Vuksan wrote:
> Therefore I'd like to dump branches for now and just stay on mainline.
+1, keep it simple; and unless my view of git log is incorrect no feature
(except some bugfixes) were added since 3.3.2 anyway, which might be the reason
why
I understand that. What I am trying to say is that it adds complexity
since you have to merge things back to branches test it etc. This adds
additional overhead to our already thin resources. We had a 3.0 branch and
there was talk of needing to release 3.0.8 but it never came about due to
lack
On 27/03/2012 15:28, Vladimir Vuksan wrote:
> In my mind it doesn't. It just adds the job of merging down the line. I
> prefer to work on the trunk since that forces you to actually make
> things work and not defer changes since you have them sitting on a
> branch. I understand there are pros and c
In my mind it doesn't. It just adds the job of merging down the line. I
prefer to work on the trunk since that forces you to actually make things
work and not defer changes since you have them sitting on a branch. I
understand there are pros and cons to both approaches. I just don't see
that as
On 27/03/2012 14:52, Vladimir Vuksan wrote:
> I don't really see a point in branching at this point. We have so few
> commiters and commits that having to maintain separate branches is at
> this time unwarranted. If this becomes an issue in the future I would
> address it at that time.
Actually,
I don't really see a point in branching at this point. We have so few
commiters and commits that having to maintain separate branches is at this
time unwarranted. If this becomes an issue in the future I would address
it at that time.
Vladimir
On Tue, 27 Mar 2012, Daniel Pocock wrote:
> I've
I've created a new branch in git for 3.3 releases:
https://github.com/ganglia/monitor-core/branches/release/3.3
daniel@lt2:~/ws/ganglia/ganglia-git$ git pull
Already up-to-date.
daniel@lt2:~/ws/ganglia/ganglia-git$ git branch release/3.3
daniel@lt2:~/ws/ganglia/ganglia-git$ git branch
* master