Win32: unify environment function names
commit26c7b21ab107bea5d7c308fa5c286af54dfd8cec
authorKarsten Blees <blees@dcon.de>
Thu, 17 Jul 2014 15:37:59 +0000 (17 17:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 16:32:49 +0000 (21 09:32 -0700)
tree3a3c8a5976a6d91764acffcf4c25e92b82374075
parent38d2750126f326c21b06d63e7c21b05d3a6b74f7
Win32: unify environment function names

Environment helper functions use random naming ('env' prefix or suffix or
both, with or without '_'). Change to POSIX naming scheme ('env' suffix,
no '_').

Env_setenv has more in common with putenv than setenv. Change to do_putenv.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c