Add switch for fast-forward only merge: --ff-only

This commit is contained in:
Robert Boone 2010-10-25 10:19:14 -05:00
parent 7f8f7de527
commit 3dacf2aea6

View file

@ -99,6 +99,7 @@
(actions
("m" "Merge" magit-merge))
(switches
("-ff" "Fast-forward only" "--ff-only")
("-nf" "No fast-forward" "--no-ff")
("-nc" "No commit" "--no-commit")
("-sq" "Squash" "--squash"))