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.6k stars 2.66k forks source link

Deprecated methods migration and submodule protocol changes #6482

Open kurages opened 1 year ago

kurages commented 1 year ago

The git protocol is deprecated. https://github.blog/2021-09-01-improving-git-protocol-security-github

egrep has been replaced by grep. https://savannah.gnu.org/forum/forum.php?forum_id=10227

ChrisJStone commented 1 year ago

I'm currently working on updating gitflow-avh at gitflow-cjs. I will go ahead and replace egrep with grep if necessary. However at this time gitflow-avh does not use a submodule for it's shflags library. Please see this issue

kurages commented 1 year ago

Thank you.