From: Denton Liu Date: Tue, 27 Aug 2019 04:45:36 +0000 (-0400) Subject: completion: merge options for cherry-pick and revert X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/deaa65a7545f2970167e32db3ff5f91b392f0517?ds=sidebyside;hp=deaa65a7545f2970167e32db3ff5f91b392f0517 completion: merge options for cherry-pick and revert Since revert and cherry-pick share the same sequencer code, they should both accept the same command-line options. Derive the `__git_cherry_pick_inprogress_options` and `__git_revert_inprogress_options` variables from `__git_sequencer_inprogress_options` so that the options aren't unnecessarily duplicated twice. Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano ---