summaryrefslogtreecommitdiffstats
path: root/path.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* Merge branch 'bb/pedantic'Junio C Hamano2018-07-241-1/+1
|\
| * sequencer.c: avoid empty statements at top levelBeat Bolli2018-07-091-1/+1
* | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-9/+31
|/
* path: document path functionsBrandon Williams2017-12-131-21/+112
* path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams2017-06-231-0/+8
* path: add repo_git_path and strbuf_repo_git_pathBrandon Williams2017-06-231-0/+8
* path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams2017-06-231-2/+6
* path: create path.hBrandon Williams2017-06-231-0/+62