Instead of using the hardcoded # , use the user-defined comment_line_char. Adds a test to prevent regressions. Tony Tung (2): sequencer: remove use of comment character sequencer: fix remaining hardcoded comment char sequencer.c | 21 +++++++++++++------ t/t3404-rebase-interactive.sh | 39 +++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 6 deletions(-) base-commit: 2e8e77cbac8ac17f94eee2087187fa1718e38b14 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1603%2Fttung%2Fttung%2Fcommentchar-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1603/ttung/ttung/commentchar-v2 Pull-Request: https://github.com/gitgitgadget/git/pull/1603 Range-diff vs v1: 1: 10598a56d64 = 1: 10598a56d64 sequencer: remove use of comment character -: ----------- > 2: c9f4ff34dbd sequencer: fix remaining hardcoded comment char -- gitgitgadget