nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.66k stars 2.67k forks source link

gitflow running stale? #311

Open deiga opened 11 years ago

deiga commented 11 years ago

Does anyone know if this repo is actually being worked on anymore? It seems to me that PR's and Issues are just piling up and no one is actually doing anything.

Does the author have lone commit privileges?

pylebecq commented 11 years ago

There is a fork with more activity : https://github.com/petervanderdoes/gitflow I was wondering if I should use gitflow for my next project and if I do, I will use the fork.

petervanderdoes commented 11 years ago

Thanks for the plug @pylebecq

And to clarify about the fork: Any updates made to git-flow (AVH Edition) are almost impossible to make into easy pull requests for the original git-flow. The source code of the fork has diverged to much to make this an easy process and therefor we won't.

al-the-x commented 11 years ago

Ugh. The packaged version in Ubuntu is 0.4.1, which is over 2 years old, according to Github, but there's recent activity in "develop"... We use git-flow extensively on our team and have encountered some of the bugs that are fixed in mainline; it would be nice to have some releases for them. Let me know if we can help get this back on track, @nvie...!

petervanderdoes commented 11 years ago

@al-the-x Have a look at my fork, it's fully compatible with the nvie release. Some of the outstanding issue here have been fixed and some new features have been added. My fork: https://github.com/petervanderdoes/gitflow

dcjulian29 commented 11 years ago

I was looking at your fork of nvie’s repo and was curious if you have any “summary” of what issues you have fixed and what new features have been added. I can always look through the commit messages, but if you already have the information, it would save me the time.

Julian

From: Peter van der Does [mailto:notifications@github.com] Sent: Tuesday, June 4, 2013 9:49 AM To: nvie/gitflow Subject: Re: [gitflow] gitflow running stale? (#311)

@al-the-x https://github.com/al-the-x Have a look at my fork, it's fully compatible with the nvie release. Some of the outstanding issue here have been fixed and some new features have been added. My fork: https://github.com/petervanderdoes/gitflow

— Reply to this email directly or view it on GitHub https://github.com/nvie/gitflow/issues/311#issuecomment-18909951 . https://github.com/notifications/beacon/fHXED46hG8d82s7WyaaOcal4YOgZr24Jxi4p0RWIuo_BaV7RQjyVAxTlQS5xlGvF.gif

petervanderdoes commented 11 years ago

I guess the best thing is to look through the Changes.mdown

dcjulian29 commented 11 years ago

Thanks... not sure why I didn't think of that first... ;)

aponxi commented 11 years ago

@petervanderdoes if you plan to package it for Ubuntu can you post the ppa here please?

Thank you for your fork!