sequencer: rename a few functions
authorCharvi Mendiratta <charvi077@gmail.com>
Mon, 8 Feb 2021 19:25:20 +0000 (00:55 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2021 21:09:57 +0000 (13:09 -0800)
commit1f9696019aee1539ce2fe025b659702926d7ceed
tree1ff7f03fa7e01f1842ad2593b2ee7fbb49fb2670
parenta25314c1ec4c16a14c4d444e0bdb3f30ce0a9620
sequencer: rename a few functions

Rename functions to make them more descriptive and while at it, remove
unnecessary 'inline' of the skip_fixupish() function.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Charvi Mendiratta <charvi077@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c