summaryrefslogtreecommitdiff
path: root/tests/core/env.c
Commit message (Expand)AuthorAgeFilesLines
* util: don't include unnecessary system librariesEdward Thomson2021-11-221-1/+0
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-25/+25
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-8/+8
* sysdir: add failing test for variable substitutionCarlos Martín Nieto2016-12-181-0/+21
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-12/+8
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-151-14/+12
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-1/+1
* env test needs to deref git_buf's ptrEdward Thomson2014-03-241-1/+1
* settings: use git_buf for returning stringsCarlos Martín Nieto2014-03-241-4/+6
* Move system directory cache out of utilsEdward Thomson2014-02-241-16/+17
* Rename tests-clar to testsBen Straub2013-11-141-0/+303