git-flow-clone icon indicating copy to clipboard operation
git-flow-clone copied to clipboard

git-flow-avh

Open jpscharf opened this issue 12 years ago • 7 comments

Git-flow-clone does not seem to work with git-flow-avh. The original git-flow is no longer maintained. I was able to get it working by moving the script to the directory gitflow was installed in. Maybe you could get it integrated with git-flow-avh?

jpscharf avatar Jan 26 '13 22:01 jpscharf

Would you update your homebrew formula to work with git-flow-avh?

Here are the changes that should work:

Change depends_on 'git-flow' to

depends_on 'git-flow' => :optional 
depends_on 'git-flow-avh' => :optional 

option 'with-git-flow', 'Install with git-flow'
option 'with-git-flow-avh', 'Install with git-flow AVH Edition'

If you have a question you can contact petervanderdoes

jpscharf avatar Jan 29 '13 15:01 jpscharf

Thanks. I will make the changes when I get a the time.

I'll also take a look at git-flow-avh, and make a pull request to see if it can't just be pulled in directly.

ashirazi avatar Jan 29 '13 15:01 ashirazi

@ashirazi I'm the maintainer of git-flow AVH edition. I could incorporate your script in the repo.

I would have to do a bit of rewriting for things like the usage of flags, but I didn't want to do this without asking you first if that was OK.

petervanderdoes avatar Jan 29 '13 16:01 petervanderdoes

@ashirazi I could update the homebrew recipe if you would like, but I guess that may be a moot point if git-flow-clone is incorporated into git-flow-avh.

jpscharf avatar Jan 29 '13 20:01 jpscharf

@ashirazi @petervanderdoes added a pull request for an update to the formula to work with git-flow-avh.

jpscharf avatar Feb 07 '13 17:02 jpscharf

Does anyone know could this repo work with git-flow AVH edition now? Thanks!

HaveF avatar Nov 10 '13 02:11 HaveF

+1 to add this script to git-flow AVH

simonweil avatar May 19 '14 14:05 simonweil