gitflow-avh
gitflow-avh copied to clipboard
Ensure all flags have a short variant
macOS/BSD getopt does not allow for long flag variants without installing gnu-getopt. This makes it hard to bundle git-flow with applications, since you usually can't bundle gnu-getopt with them. To address this, a short variant has been added for each command.
I took the liberty to add myself to the AUTHORS file and sorted the list alphabetically as well.
Closes #461
I'm in the process of updating gitflow. If you could kindly resubmit your pull request against my fork here as it appears this fork is no longer being updated.