summaryrefslogtreecommitdiffstats
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-1/+1
|\
| * sha1-file: use an object_directory for the main object dirJeff King2018-11-131-1/+1
* | Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-131-0/+2
|\ \ | |/ |/|
| * Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy2018-10-071-0/+2
* | Merge branch 'tb/char-may-be-unsigned'Junio C Hamano2018-11-061-1/+1
|\ \ | |/ |/|
| * path.c: char is not (always) signedTorsten Bögershausen2018-10-261-1/+1
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-9/+9
|\ \
| * | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-9/+9
* | | Sync with Git 2.17.1Junio C Hamano2018-05-291-1/+85
|\ \ \ | |/ / |/| / | |/
| * Sync with Git 2.14.4Junio C Hamano2018-05-221-1/+85
| |\
| | * Sync with Git 2.13.7Junio C Hamano2018-05-221-1/+85
| | |\
| | | * is_ntfs_dotgit: match other .git filesJohannes Schindelin2018-05-211-0/+84
| | | * is_ntfs_dotgit: use a size_t for traversing stringJeff King2018-05-211-1/+1
| | * | Merge branch 'jk/validate-headref-fix' into maintJunio C Hamano2017-10-181-11/+12
| | |\ \
* | | | | repository: introduce raw object store fieldStefan Beller2018-03-231-1/+2
|/ / / /
* | | | Merge branch 'ao/path-use-xmalloc'Junio C Hamano2017-10-281-1/+1
|\ \ \ \
| * | | | path.c: use xmalloc() in add_to_trie()Andrey Okoshkin2017-10-251-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'tg/memfixes'Junio C Hamano2017-10-071-5/+4
|\ \ \ \ | | |/ / | |/| |
| * | | path.c: fix uninitialized memory accessJeff King2017-10-041-5/+4
* | | | Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-051-1/+1
|\ \ \ \
| * | | | path: use strbuf_add_real_path()René Scharfe2017-10-021-1/+1
* | | | | Merge branch 'jk/validate-headref-fix'Junio C Hamano2017-10-031-11/+12
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | validate_headref: use get_oid_hex for detached HEADsJeff King2017-09-271-2/+2
| * | | validate_headref: use skip_prefix for symref parsingJeff King2017-09-271-9/+6
| * | | validate_headref: NUL-terminate HEAD bufferJeff King2017-09-271-0/+4
| |/ /
* / / pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-0/+1
|/ /
* | Merge tag 'v2.13.5' into maintJunio C Hamano2017-08-041-0/+5
|\|
| * Merge tag 'v2.12.4' into maintJunio C Hamano2017-08-011-0/+5
| |\
| | * Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-301-0/+5
| | |\
| | | * Merge tag 'v2.9.5' into maint-2.10Junio C Hamano2017-07-301-0/+5
| | | |\
| | | | * Merge tag 'v2.8.6' into maint-2.9Junio C Hamano2017-07-301-0/+5
| | | | |\
| | | | | * Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-301-0/+5
| | | | | |\
| | | | | | * connect: factor out "looks like command line option" checkJeff King2017-07-281-0/+5
| | | | | | * Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-051-9/+5
| | | | | | |\
| | | | | * | \ Merge branch 'lp/typofixes' into maintJunio C Hamano2016-05-261-1/+1
| | | | | |\ \ \
| | | | | * \ \ \ Merge branch 'jk/check-repository-format' into maintJunio C Hamano2016-05-021-5/+5
| | | | | |\ \ \ \
| | * | | | \ \ \ \ Merge branch 'js/normalize-path-copy-ceil' into maintJunio C Hamano2017-01-171-9/+14
| | |\ \ \ \ \ \ \ \
* | | | | | | | | | | path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams2017-06-231-0/+41
* | | | | | | | | | | path: add repo_git_path and strbuf_repo_git_pathBrandon Williams2017-06-231-0/+21
* | | | | | | | | | | path: worktree_git_path() should not use file relocationBrandon Williams2017-06-231-1/+2
* | | | | | | | | | | path: convert do_git_path to take a 'struct repository'Brandon Williams2017-06-231-14/+28
* | | | | | | | | | | path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams2017-06-231-5/+8
* | | | | | | | | | | path: always pass in commondir to update_common_dirBrandon Williams2017-06-231-3/+1
* | | | | | | | | | | path: create path.hBrandon Williams2017-06-231-0/+1
* | | | | | | | | | | environment: place key repository state in the_repositoryBrandon Williams2017-06-231-5/+6
|/ / / / / / / / / /
* | | | | | | | | | 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
|/ / / / / / / / / /