]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: do not invent whitespace when transforming OIDs
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 22 Dec 2017 23:56:00 +0000 (00:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 20:33:38 +0000 (12:33 -0800)
commitc7b4d79c7dd1a20feb88c2e2ed1fd86bd2ea0570
tree8d1d505e46abc35b4a6ecb09f5239cb23db26c94
parent66afa24fb36f15c49aed76be2f04bd23dd0e55c8
sequencer: do not invent whitespace when transforming OIDs

For commands that do not have an argument, there is no need to append a
trailing space at the end of the line.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c