]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: avoid unnecessary indirection
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Oct 2016 13:17:16 +0000 (15:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2016 18:52:23 +0000 (11:52 -0700)
commit5adf9bdc1b6a1626e6dcafb5a63757cf834c8b94
treebdaba00be5742b0186f3f32074d3a8a47963da49
parent8a2a0f534141cf6d2fa63fe3f84acbc4763c6754
sequencer: avoid unnecessary indirection

We really do not need the *pointer to a* pointer to the options in
the read_populate_opts() function.

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