summaryrefslogtreecommitdiff
path: root/path.h
AgeCommit message (Expand)Author
2020-08-21sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys
2020-04-10merge: teach --autostash optionDenton Liu
2019-08-26path: add a function to check for path suffixbrian m. carlson
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2018-12-28path.h: make REPO_GIT_PATH_FUNC repository agnosticStefan Beller
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-07-24Merge branch 'bb/pedantic'Junio C Hamano
2018-07-09sequencer.c: avoid empty statements at top levelBeat Bolli
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2017-12-13path: document path functionsBrandon Williams
2017-06-24path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams
2017-06-24path: add repo_git_path and strbuf_repo_git_pathBrandon Williams
2017-06-24path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams
2017-06-24path: create path.hBrandon Williams