aboutsummaryrefslogtreecommitdiffstats
path: root/path.h
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge branch 'rs/apply-lift-path-length-limit'Junio C Hamano1-6/+0
2024-04-05path: remove mksnpath()René Scharfe1-6/+0
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-0/+1
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt1-1/+0
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt1-1/+0
2023-06-12path: move related function to pathCalvin Wan1-0/+5
2023-03-21path.h: move function declarations for path.c functions from cache.hElijah Newren1-1/+61
2022-03-04repository.c: free the "path cache" in repo_clear()Ævar Arnfjörð Bjarmason1-14/+0
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason1-4/+1
2021-03-20merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren1-0/+2
2020-08-21sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys1-5/+3
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys1-3/+4
2020-04-10merge: teach --autostash optionDenton Liu1-1/+3
2019-08-26path: add a function to check for path suffixbrian m. carlson1-0/+3
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-5/+5
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu1-15/+15
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-1/+1
2018-12-28path.h: make REPO_GIT_PATH_FUNC repository agnosticStefan Beller1-1/+1
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+1
2018-07-24Merge branch 'bb/pedantic'Junio C Hamano1-1/+1
2018-07-09sequencer.c: avoid empty statements at top levelBeat Bolli1-1/+1
2018-05-18path.c: migrate global git_path_* to take a repository argumentStefan Beller1-9/+31
2017-12-13path: document path functionsBrandon Williams1-21/+112
2017-06-23path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams1-0/+8
2017-06-23path: add repo_git_path and strbuf_repo_git_pathBrandon Williams1-0/+8
2017-06-23path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams1-2/+6
2017-06-23path: create path.hBrandon Williams1-0/+62