Skip to content

Commit

Permalink
Merge pull request #684 from spacewander/ignore_unknown_arg
Browse files Browse the repository at this point in the history
git-release: function usage doesn't exist, ignore unknown argument instead
  • Loading branch information
hemanth authored Dec 8, 2017
2 parents 3b21b87 + 199364e commit b7d960e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/git-release
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ if test $# -gt 0; then
-r) remote=$2; shift ;;
-m) msg=$2; shift ;;
--) shift; hook_args="$hook_args $*"; break;;
*) usage ;;
esac
shift
done
Expand Down

0 comments on commit b7d960e

Please sign in to comment.