summaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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 assumptionrd/test-path-utilsRay 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()mk/submodule-gitdir-pathMax Kirillov2015-09-141-4/+18
| |/ /
* | | refs: make refs/bisect/* per-worktreedt/refs-bisectionDavid 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" filesjk/git-pathJeff King2015-08-101-0/+10
* | path.c: drop git_path_submoduleJeff King2015-08-101-10/+0
* | cache.h: complete set of git_path_submodule helpersJeff King2015-08-101-5/+30
|/
* Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-111-28/+15
|\
| * path.c: remove home_config_paths()pt/xdg-config-pathPaul Tan2015-05-061-28/+0
| * path.c: implement xdg_config_home()Paul Tan2015-05-061-0/+15
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-77/+157
|\ \
| * | git-common-dir: make "modules/" per-working-directory directoryMax Kirillov2014-12-011-1/+1
| * | git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy2014-12-011-1/+2
| * | count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-011-2/+27
| * | checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-011-1/+1
| * | $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-011-0/+34
| * | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-011-2/+47
| * | path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy2014-12-011-10/+10
| * | path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy2014-12-011-4/+4
| * | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-011-9/+2
| * | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-3/+3
| * | path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy2014-12-011-69/+51
* | | Merge branch 'pt/enter-repo-comment-fix'Junio C Hamano2015-04-141-8/+3
|\ \ \ | |_|/ |/| |
| * | enter_repo(): fix docs to match codept/enter-repo-comment-fixPaul Tan2015-03-311-8/+3
* | | Sync with v2.1.4Junio C Hamano2014-12-171-0/+33
|\ \ \ | |_|/ |/| |
| * | Sync with v2.0.5Junio C Hamano2014-12-171-0/+33
| |\ \ | | |/
| | * Sync with v1.9.5Junio C Hamano2014-12-171-0/+33
| | |\
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-171-0/+33
| | | |\
| | | | * path: add is_ntfs_dotgit() helperJohannes Schindelin2014-12-171-0/+33
* | | | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-021-4/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | home_config_paths(): let the caller ignore xdg pathMatthieu Moy2014-07-251-4/+6
| |/ / /
* | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-221-3/+3
|\ \ \ \
| * | | | strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-171-3/+3
* | | | | Merge branch 'maint'Junio C Hamano2014-07-211-3/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-211-3/+1
| * | | Merge branch 'jk/config-path-include-fix'Junio C Hamano2014-02-271-1/+1
| |\ \ \ | | |_|/ | |/| |