summaryrefslogtreecommitdiffstats
path: root/path.c
AgeCommit message (Expand)AuthorLines
2017-10-28Merge branch 'ao/path-use-xmalloc'Junio C Hamano-1/+1
2017-10-25path.c: use xmalloc() in add_to_trie()Andrey Okoshkin-1/+1
2017-10-07Merge branch 'tg/memfixes'Junio C Hamano-5/+4
2017-10-05Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano-1/+1
2017-10-04path.c: fix uninitialized memory accessJeff King-5/+4
2017-10-03Merge branch 'jk/validate-headref-fix'Junio C Hamano-11/+12
2017-10-02path: use strbuf_add_real_path()René Scharfe-1/+1
2017-09-27validate_headref: use get_oid_hex for detached HEADsJeff King-2/+2
2017-09-27validate_headref: use skip_prefix for symref parsingJeff King-9/+6
2017-09-27validate_headref: NUL-terminate HEAD bufferJeff King-0/+4
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan-0/+1
2017-08-04Merge tag 'v2.13.5' into maintJunio C Hamano-0/+5
2017-08-01Merge tag 'v2.12.4' into maintJunio C Hamano-0/+5
2017-07-30Merge tag 'v2.10.4' into maint-2.11Junio C Hamano-0/+5
2017-07-30Merge tag 'v2.9.5' into maint-2.10Junio C Hamano-0/+5
2017-07-30Merge tag 'v2.8.6' into maint-2.9Junio C Hamano-0/+5
2017-07-30Merge tag 'v2.7.6' into maint-2.8Junio C Hamano-0/+5
2017-07-28connect: factor out "looks like command line option" checkJeff King-0/+5
2017-06-23path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams-0/+41
2017-06-23path: add repo_git_path and strbuf_repo_git_pathBrandon Williams-0/+21
2017-06-23path: worktree_git_path() should not use file relocationBrandon Williams-1/+2
2017-06-23path: convert do_git_path to take a 'struct repository'Brandon Williams-14/+28
2017-06-23path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams-5/+8
2017-06-23path: always pass in commondir to update_common_dirBrandon Williams-3/+1
2017-06-23path: create path.hBrandon Williams-0/+1
2017-06-23environment: place key repository state in the_repositoryBrandon Williams-5/+6
2017-04-23Merge branch 'nd/conditional-config-include'Junio C Hamano-3/+8
2017-04-19Merge branch 'nd/files-backend-git-dir'Junio C Hamano-28/+7
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy-3/+8
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy-28/+7
2017-03-13path.c: add xdg_cache_homeDevin Lehmacher-0/+15
2017-01-17Merge branch 'js/normalize-path-copy-ceil' into maintJunio C Hamano-9/+14
2016-12-19Merge branch 'js/normalize-path-copy-ceil'Junio C Hamano-9/+14
2016-12-16normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt-9/+14
2016-10-27Merge branch 'rs/ring-buffer-wraparound'Junio C Hamano-1/+2
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe-1/+2
2016-09-12Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano-6/+33
2016-08-31allow do_submodule_path to work even if submodule isn't checked outJacob Keller-6/+33
2016-08-19Merge branch 'ab/hooks'Junio C Hamano-0/+2
2016-08-16rev-parse: respect core.hooksPath in --git-pathJohannes Schindelin-0/+2
2016-08-08Merge branch 'rs/use-strbuf-addbuf' into maintJunio C Hamano-1/+1
2016-07-25Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano-1/+1
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe-1/+1
2016-05-26Merge branch 'lp/typofixes' into maintJunio C Hamano-1/+1
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano-6/+47
2016-05-17Merge branch 'lp/typofixes'Junio C Hamano-1/+1
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng-1/+1
2016-05-02Merge branch 'jk/check-repository-format' into maintJunio C Hamano-5/+5
2016-04-22path.c: refactor and add worktree_git_path()Nguyễn Thái Ngọc Duy-6/+18
2016-04-22path.c: add git_common_path() and strbuf_git_common_path()Nguyễn Thái Ngọc Duy-0/+29