• Show log

    Commit

  • Hash : e069c621
    Author : Edward Thomson
    Date : 2015-07-02T09:25:48

    git__getenv: utf-8 aware env reader Introduce `git__getenv` which is a UTF-8 aware `getenv` everywhere. Make `cl_getenv` use this to keep consistent memory handling around return values (free everywhere, as opposed to only some platforms).