merge-recursive: use STRING_LIST_INIT_NODUP
authorRené Scharfe <l.s.r@web.de>
Fri, 5 Aug 2016 20:42:12 +0000 (22:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2016 22:10:35 +0000 (15:10 -0700)
Initialize a string_list right when it's defined. That's shorter, saves
a function call and makes it more obvious that we're using the NODUP
variant here.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found