Re: [PATCH v5 2/3] Refactor submodule push check to use string list instead of integer
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:23
Heiko Voigt [off-list ref] writes:
It seems my guess was wrong. As far as I read in the code
string_list_insert() already skips inserting existing strings and just
returns the existing items in the list. So it should be fine to remove
the string_list_has_string() call.