Re: [RFC/PATCH 5/6] revert: add --ff option to allow fast forward when cherry-picking
From: Paolo Bonzini <hidden>
Date: 2016-06-15 22:48:09
From: Paolo Bonzini <hidden>
Date: 2016-06-15 22:48:09
+ OPT_BOOLEAN(0, "ff",&ff_ok, "allow fast forward"),
Why should this not be the default? Instead, you'd add --no-ff. This would simplify 6/6 further, like eval sha1=\$$# ... output git cherry-pick "$@" Paolo