summaryrefslogtreecommitdiffstats
path: root/path.h (follow)
Commit message (Expand)AuthorAgeLines
* *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-27-4/+1
* merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren2021-03-20-0/+2
* sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys2020-08-21-5/+3
* sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys2020-08-21-3/+4
* merge: teach --autostash optionDenton Liu2020-04-10-1/+3
* path: add a function to check for path suffixbrian m. carlson2019-08-26-0/+3
* *.[ch]: manually align parameter listsDenton Liu2019-05-05-5/+5
* *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-05-15/+15
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-05-1/+1
* path.h: make REPO_GIT_PATH_FUNC repository agnosticStefan Beller2018-12-28-1/+1
* Add missing includes and forward declarationsElijah Newren2018-08-15-0/+1
* Merge branch 'bb/pedantic'Junio C Hamano2018-07-24-1/+1
|\
| * sequencer.c: avoid empty statements at top levelBeat Bolli2018-07-09-1/+1
* | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-18-9/+31
|/
* path: document path functionsBrandon Williams2017-12-13-21/+112
* path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams2017-06-23-0/+8
* path: add repo_git_path and strbuf_repo_git_pathBrandon Williams2017-06-23-0/+8
* path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams2017-06-23-2/+6
* path: create path.hBrandon Williams2017-06-23-0/+62