summaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2015-05-191-1/+3
|\
| * pathspec: avoid the need of "--" when wildcard is usedDuy Nguyen2015-05-031-1/+3
* | prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-011-0/+13
* | setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-011-9/+24
* | setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy2014-12-011-2/+4
* | setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy2014-12-011-4/+8
* | setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy2014-12-011-6/+37
* | setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy2014-12-011-16/+21
|/
* Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-46/+47
|\
| * use xgetcwd() to get the current directory or dieRené Scharfe2014-08-261-3/+3
| * setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe2014-08-261-43/+44
* | add `config_set` API for caching config-like filesTanay Abhra2014-07-291-0/+9
|/
* Merge branch 'mw/symlinks'Junio C Hamano2014-05-021-2/+2
|\
| * setup: fix windows path buffer over-steppingmw/symlinksMartin Erik Werner2014-04-241-2/+2
* | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-051-0/+24
|\ \
| * | daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy2014-02-101-0/+24
* | | Merge branch 'mw/symlinks'Junio C Hamano2014-02-271-20/+74
|\ \ \ | |/ / |/| / | |/
| * setup: don't dereference in-tree symlinks for absolute pathsMartin Erik Werner2014-02-041-20/+10
| * setup: add abspath_part_inside_repo() functionMartin Erik Werner2014-02-041-0/+64
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
|/
* setup: trivial style fixesFelipe Contreras2013-10-311-2/+2
* Merge branch 'jx/relative-path-regression-fix'Junio C Hamano2013-10-281-4/+1
|\
| * Use simpler relative_path when set_git_dirjx/relative-path-regression-fixJiang Xin2013-10-141-4/+1
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-153/+20
|\ \
| * | parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-151-4/+20
| * | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-149/+0
* | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-221-1/+4
|\ \ \ | | |/ | |/|
| * | path.c: refactor relative_path(), not only strip prefixJiang Xin2013-06-261-1/+4
| |/
* | Merge branch 'tr/protect-low-3-fds'Junio C Hamano2013-07-221-0/+12
|\ \ | |/ |/|
| * daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast2013-07-171-0/+12
* | Merge branch 'lf/setup-prefix-pathspec'Junio C Hamano2013-03-251-5/+7
|\ \
| * | setup.c: check that the pathspec magic ends with ")"Andrew Wong2013-03-141-2/+3
| * | setup.c: stop prefix_pathspec() from looping past the end of stringAndrew Wong2013-03-141-3/+4
| * | Merge branch 'maint-1.7.11' into maintJunio C Hamano2012-09-101-3/+5
| |\ \
* | \ \ Merge branch 'jk/alias-in-bare'Junio C Hamano2013-03-251-2/+10
|\ \ \ \
| * | | | setup: suppress implicit "." work-tree for bare reposJeff King2013-03-081-0/+8
| * | | | environment: add GIT_PREFIX to local_repo_envJeff King2013-03-081-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'mh/maint-ceil-absolute'Junio C Hamano2013-02-271-10/+22
|\ \ \ \ | |/ / /
| * | | Provide a mechanism to turn off symlink resolution in ceiling pathsMichael Haggerty2013-02-221-10/+22
* | | | Merge branch 'nd/magic-pathspec-from-root'Junio C Hamano2013-01-301-1/+8
|\ \ \ \
| * | | | Update :/abc ambiguity checkNguyễn Thái Ngọc Duy2013-01-211-1/+8
| |/ / /
* | | | Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-0/+19
|\ \ \ \ | |/ / / |/| | |
| * | | setup.c: document get_pathspec()Adam Spiers2013-01-061-0/+19
| | |/ | |/|
* | | setup_git_directory_gently_1(): resolve symlinks in ceiling pathsMichael Haggerty2012-10-291-13/+13
* | | longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-291-0/+23
* | | longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-291-2/+9
* | | Merge branch 'mm/die-with-dashdash-help'Junio C Hamano2012-08-221-3/+5
|\ \ \ | |/ / | | / | |/ |/|
| * setup: clarify error messages for file/revisions ambiguityMatthieu Moy2012-08-031-3/+5
| * Merge branch 'th/diff-no-index-fixes' into maintJunio C Hamano2012-07-111-2/+22
| |\
| * \ Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-111-3/+24
| |\ \