summaryrefslogtreecommitdiff
path: root/src/sysdir.c
Commit message (Expand)AuthorAgeFilesLines
* config: check if we are running in a sandboxed environmentErik Aigner2019-08-011-1/+11
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-14/+14
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-4/+4
* sysdir: do not use environment in setuid casePatrick Steinhardt2018-02-021-7/+74
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+1
* Introduce `git_sysdir_expand_global_file`Edward Thomson2017-03-231-0/+11
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* sysdir: don't guess the paths again when $PATH is specifiedcmn/sysdir-no-reguessCarlos Martín Nieto2016-12-181-1/+1
* sysdir: use the standard `init` patternethomson/paths_initEdward Thomson2016-08-041-47/+41
* config: add a ProgramData levelcmn/programdata-configCarlos Martín Nieto2015-10-211-1/+18
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-8/+22
* Fix the issues in git__on_shutdownAnurag Gupta2014-05-061-0/+2
* Improve handling of fake home directoryRussell Belfer2014-05-021-5/+11
* sysdir: free the path if we cannot find the fileCarlos Martín Nieto2014-04-211-1/+1
* Move system directory cache out of utilsEdward Thomson2014-02-241-0/+244