summaryrefslogtreecommitdiffstats
path: root/path.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren2021-03-201-0/+2
* sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys2020-08-211-5/+3
* sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys2020-08-211-3/+4
* merge: teach --autostash optionDenton Liu2020-04-101-1/+3
* path: add a function to check for path suffixbrian m. carlson2019-08-261-0/+3
* *.[ch]: manually align parameter listsDenton Liu2019-05-051-5/+5
* *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-051-15/+15
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-1/+1
* path.h: make REPO_GIT_PATH_FUNC repository agnosticStefan Beller2018-12-281-1/+1
* 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