aboutsummaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAge
* Merge tag 'v2.13.5' into maintJunio C Hamano2017-08-04
|\
| * Merge tag 'v2.12.4' into maintJunio C Hamano2017-08-01
| |\
| | * Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-30
| | |\
| | | * Merge tag 'v2.9.5' into maint-2.10Junio C Hamano2017-07-30
| | | |\
| | | | * Merge tag 'v2.8.6' into maint-2.9Junio C Hamano2017-07-30
| | | | |\
| | | | | * Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-30
| | | | | |\
| | | | | | * connect: factor out "looks like command line option" checkJeff King2017-07-28
| | | | | | * Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
| | | | | | |\
| | | | | * | \ Merge branch 'lp/typofixes' into maintJunio C Hamano2016-05-26
| | | | | |\ \ \
| | | | | * \ \ \ Merge branch 'jk/check-repository-format' into maintJunio C Hamano2016-05-02
| | | | | |\ \ \ \
| | * | | | \ \ \ \ Merge branch 'js/normalize-path-copy-ceil' into maintJunio C Hamano2017-01-17
| | |\ \ \ \ \ \ \ \
* | | | | | | | | | | path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams2017-06-23
* | | | | | | | | | | path: add repo_git_path and strbuf_repo_git_pathBrandon Williams2017-06-23
* | | | | | | | | | | path: worktree_git_path() should not use file relocationBrandon Williams2017-06-23
* | | | | | | | | | | path: convert do_git_path to take a 'struct repository'Brandon Williams2017-06-23
* | | | | | | | | | | path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams2017-06-23
* | | | | | | | | | | path: always pass in commondir to update_common_dirBrandon Williams2017-06-23
* | | | | | | | | | | path: create path.hBrandon Williams2017-06-23
* | | | | | | | | | | environment: place key repository state in the_repositoryBrandon Williams2017-06-23
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-14
* | | | | | | | | | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy2017-03-27
| |/ / / / / / / / / /
* | | | | | | | | | | path.c: add xdg_cache_homeDevin Lehmacher2017-03-13
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'js/normalize-path-copy-ceil'Junio C Hamano2016-12-19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt2016-12-16
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'rs/use-strbuf-addbuf' into maintJunio C Hamano2016-08-08
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'rs/ring-buffer-wraparound'Junio C Hamano2016-10-27
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | hex: make wraparound of the index into ring-buffer explicitRené Scharfe2016-10-26
* | | | | | | | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | allow do_submodule_path to work even if submodule isn't checked outJacob Keller2016-08-31
* | | | | | | | | Merge branch 'ab/hooks'Junio C Hamano2016-08-19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | rev-parse: respect core.hooksPath in --git-pathJohannes Schindelin2016-08-16
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano2016-07-25
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe2016-07-19
* | | | | | | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \ \ \ \ \ \
| * | | | | | | path.c: refactor and add worktree_git_path()Nguyễn Thái Ngọc Duy2016-04-22
| * | | | | | | path.c: add git_common_path() and strbuf_git_common_path()Nguyễn Thái Ngọc Duy2016-04-22
* | | | | | | | Merge branch 'lp/typofixes'Junio C Hamano2016-05-17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-06
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/check-repository-format'Junio C Hamano2016-04-13
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | wrap shared_repository global in get/set accessorsJeff King2016-03-11
* | | | | config --show-origin: report paths with forward slashesJohannes Schindelin2016-03-23
|/ / / /
* | | | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-03
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-12
| |/
| * Merge branch 'dk/gc-idx-wo-pack' into maintJunio C Hamano2015-12-04
| |\
| * \ Merge branch 'nd/clone-linked-checkout' into maintJunio C Hamano2015-11-05
| |\ \
| * \ \ Merge branch 'mk/submodule-gitdir-path' into maintJunio C Hamano2015-11-03
| |\ \ \
* | \ \ \ Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano2015-12-08
|\ \ \ \ \
| * | | | | initdb: make safe_create_dir publicDavid Turner2015-11-20