summaryrefslogtreecommitdiffstats
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-231-3/+8
|\
| * path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-141-3/+8
* | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-191-28/+7
|\ \
| * | path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy2017-03-271-28/+7
| |/
* / path.c: add xdg_cache_homeDevin Lehmacher2017-03-131-0/+15
|/
* Merge branch 'js/normalize-path-copy-ceil'Junio C Hamano2016-12-191-9/+14
|\
| * normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt2016-12-161-9/+14
| * Merge branch 'rs/use-strbuf-addbuf' into maintJunio C Hamano2016-08-081-1/+1
| |\
* | \ Merge branch 'rs/ring-buffer-wraparound'Junio C Hamano2016-10-271-1/+2
|\ \ \
| * | | hex: make wraparound of the index into ring-buffer explicitRené Scharfe2016-10-261-1/+2
* | | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-121-6/+33
|\ \ \ \ | |/ / / |/| | |
| * | | allow do_submodule_path to work even if submodule isn't checked outJacob Keller2016-08-311-6/+33
* | | | Merge branch 'ab/hooks'Junio C Hamano2016-08-191-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | rev-parse: respect core.hooksPath in --git-pathJohannes Schindelin2016-08-161-0/+2
* | | | Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano2016-07-251-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe2016-07-191-1/+1
* | | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-6/+47
|\ \ \
| * | | path.c: refactor and add worktree_git_path()Nguyễn Thái Ngọc Duy2016-04-221-6/+18
| * | | path.c: add git_common_path() and strbuf_git_common_path()Nguyễn Thái Ngọc Duy2016-04-221-0/+29
* | | | Merge branch 'lp/typofixes'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-061-1/+1
| | |/ | |/|
* | | Merge branch 'jk/check-repository-format'Junio C Hamano2016-04-131-5/+5
|\ \ \ | |/ / |/| |
| * | wrap shared_repository global in get/set accessorsJeff King2016-03-111-5/+5
* | | config --show-origin: report paths with forward slashesJohannes Schindelin2016-03-231-0/+3
|/ /
* | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-031-9/+5
|\ \
| * | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-121-9/+5
| |/
| * Merge branch 'dk/gc-idx-wo-pack' into maintJunio C Hamano2015-12-041-1/+1
| |\
| * \ Merge branch 'nd/clone-linked-checkout' into maintJunio C Hamano2015-11-051-5/+9
| |\ \
| * \ \ Merge branch 'mk/submodule-gitdir-path' into maintJunio C Hamano2015-11-031-4/+18
| |\ \ \
* | \ \ \ Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano2015-12-081-0/+12
|\ \ \ \ \
| * | | | | initdb: make safe_create_dir publicDavid Turner2015-11-201-0/+12
* | | | | | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-201-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano2015-08-171-1/+1
* | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-34/+46
|\ \ \ \ \
| * | | | | use strbuf_complete to conditionally append slashJeff King2015-10-051-2/+1
| * | | | | remove_leading_path: use a strbuf for internal storageJeff King2015-10-051-4/+6
| * | | | | enter_repo: convert fixed-size buffers to strbufsJeff King2015-10-051-28/+29
| * | | | | add git_path_buf helper functionJeff King2015-09-251-0/+10
* | | | | | Merge branch 'rd/test-path-utils'Junio C Hamano2015-10-161-0/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | test-path-utils.c: remove incorrect assumptionRay Donnelly2015-10-081-0/+5
| |/ / / /
* | | | | Merge branch 'nd/clone-linked-checkout'Junio C Hamano2015-10-151-4/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | enter_repo: allow .git files in strict modeNguyễn Thái Ngọc Duy2015-09-281-2/+7
| * | | | enter_repo: avoid duplicating logic, use is_git_directory() insteadNguyễn Thái Ngọc Duy2015-09-281-2/+1
| * | | | path.c: delete an extra spaceNguyễn Thái Ngọc Duy2015-09-071-1/+1
| |/ / /
* | | | Merge branch 'mk/submodule-gitdir-path'Junio C Hamano2015-10-151-4/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | path: implement common_dir handling in git_pathdup_submodule()Max Kirillov2015-09-141-4/+18
| |/ /
* | | refs: make refs/bisect/* per-worktreeDavid Turner2015-09-011-0/+2
* | | path: optimize common dir checkingDavid Turner2015-09-011-14/+213
* | | refs: clean up common_listDavid Turner2015-09-011-21/+37
|/ /
* | memoize common git-path "constant" filesJeff King2015-08-101-0/+10