MeltwaterArchive / gitflow

HubFlow: A Git extension to make it easy to use GitFlow with GitHub. Based on the original gitflow extension for git.
http://datasift.github.io/gitflow/
Other
290 stars 96 forks source link

Is the project dead? #96

Closed jeffreyscottgraham closed 6 years ago

jeffreyscottgraham commented 6 years ago

Dead or Alive is it?

stuartherbert commented 6 years ago

It's still alive. I haven't moved it forward because the latest tagged release has been doing everything I've needed.

Anything in particular prompting the question?

jeffreyscottgraham commented 6 years ago
The current concern is about this warning when when running "git hf update":     "warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all path"-----Original Message----- From: Stuart Herbert Sent: Nov 20, 2017 8:34 AM To: datasift/gitflow Cc: Jeffrey Graham , Author Subject: Re: [datasift/gitflow] Is the project dead? (#96) It's still alive. I haven't moved it forward because the latest tagged release has been doing everything I've needed. Anything in particular prompting the question? —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/datasift/gitflow","title":"datasift/gitflow","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/datasift/gitflow"}},"updates":{"snippets":[{"icon":"PERSON","message":"@stuartherbert in #96: It's still alive. I haven't moved it forward because the latest tagged release has been doing everything I've needed.\r\n\r\nAnything in particular prompting the question?"}],"action":{"name":"View Issue","url":"https://github.com/datasift/gitflow/issues/96#issuecomment-345751052"}}}
thewalkingtoast commented 6 years ago

This affects me as well. git 2.16+ doesn't work due to pathspec

stuartherbert commented 6 years ago

I'll see if I can get a fix for that out tonight.

stuartherbert commented 6 years ago

I've created a new branch hotfix/1.5.3. It contains a fix for the empty pathspec problem.

Could you test this please, and let me know if that solves the problem for you? Thanks in advance.

thewalkingtoast commented 6 years ago

It works great. Thank you very much for being quick and responsive. :) 👍

stuartherbert commented 6 years ago

Thank you for testing it so quickly. I'll get a tagged release out shortly.

ladyrassilon commented 6 years ago

@stuartherbert also tested and it fixed the problem I was having.

$ git hf release finish 0.1.9
Fetching origin
Fetching origin
fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths
Unable to checkout branch ''

Thanks for fixing this :)

stuartherbert commented 6 years ago

v1.5.3 has now been tagged and released.

Thank you everyone for reporting this, and making sure I got it done.

thewalkingtoast commented 6 years ago

Submitted to homebrew: https://github.com/Homebrew/homebrew-core/pull/23574