Girocco/Config.pm: carefully add to $git_daemon_host_list
commit256f5c35e4f2ad19c4f2d18424381eadd327f4d2
authorKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 15:07:09 +0000 (29 08:07 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 15:07:09 +0000 (29 08:07 -0700)
treeba1333eda66c2c2c5b78107e440ba7f27c013193
parenteb2fe9a655748626987831d6abc116753174df6d
Girocco/Config.pm: carefully add to $git_daemon_host_list

When adding the various names for localhost to $git_daemon_host_list,
be careful and avoid adding something that's already in the list.

It doesn't hurt for the same item to be listed more than once, but
it is trivially less efficient and it also looks sloppy.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm