Skip to content

Commit

Permalink
Fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
jtatarik committed Sep 29, 2017
1 parent 5bdcfe0 commit cc41b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magit-gitflow.el
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
(?R "Keep remote branch" "--keepremote")
(?L "Keep local branch" "--keeplocal")
(?D "Force delete branch" "--force_delete")
(?n "Don't tag" "--tag")
(?n "Don't tag" "--notag")
(?b "Don't back-merge master" "--nobackmerge")
(?S "Squash" "--squash")))

Expand Down Expand Up @@ -316,7 +316,7 @@
(?R "Keep remote branch" "--keepremote")
(?L "Keep local branch" "--keeplocal")
(?D "Force delete branch" "--force_delete")
(?n "Don't tag" "--tag")
(?n "Don't tag" "--notag")
(?b "Don't back-merge master" "--nobackmerge")))

(magit-define-popup magit-gitflow-hotfix-delete-popup
Expand Down

0 comments on commit cc41b56

Please sign in to comment.