summaryrefslogtreecommitdiff
path: root/path.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-07-24Merge branch 'bb/pedantic'Libravatar Junio C Hamano1-1/+1
2018-07-09sequencer.c: avoid empty statements at top levelLibravatar Beat Bolli1-1/+1
2018-05-18path.c: migrate global git_path_* to take a repository argumentLibravatar Stefan Beller1-9/+31
2017-12-13path: document path functionsLibravatar Brandon Williams1-21/+112
2017-06-23path: add repo_worktree_path and strbuf_repo_worktree_pathLibravatar Brandon Williams1-0/+8
2017-06-23path: add repo_git_path and strbuf_repo_git_pathLibravatar Brandon Williams1-0/+8
2017-06-23path: convert strbuf_git_common_path to take a 'struct repository'Libravatar Brandon Williams1-2/+6
2017-06-23path: create path.hLibravatar Brandon Williams1-0/+62