summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-09-01Merge branch 'nd/fixup-linked-gitdir'Junio C Hamano
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano
2015-08-25setup: update the right file in multiple checkoutsNguyễn Thái Ngọc Duy
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-08-03Merge branch 'ee/clean-remove-dirs'Junio C Hamano
2015-06-26read_gitfile_gently: fix use-after-freeJeff King
2015-06-16Merge branch 'jk/die-on-bogus-worktree-late'Junio C Hamano
2015-06-15setup: sanity check file size in read_gitfile_gentlyErik Elfström
2015-06-09setup: add gentle version of read_gitfileErik Elfström
2015-05-29setup_git_directory: delay core.bare/core.worktree errorsJeff King
2015-05-19Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2015-05-03pathspec: avoid the need of "--" when wildcard is usedDuy Nguyen
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy
2014-12-01setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy
2014-12-01setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy
2014-12-01setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy
2014-12-01setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe
2014-08-26setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe
2014-07-29add `config_set` API for caching config-like filesTanay Abhra
2014-05-02Merge branch 'mw/symlinks'Junio C Hamano
2014-04-24setup: fix windows path buffer over-steppingMartin Erik Werner
2014-03-05Merge branch 'nd/daemonize-gc'Junio C Hamano
2014-02-27Merge branch 'mw/symlinks'Junio C Hamano
2014-02-10daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy
2014-02-04setup: don't dereference in-tree symlinks for absolute pathsMartin Erik Werner
2014-02-04setup: add abspath_part_inside_repo() functionMartin Erik Werner
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-31setup: trivial style fixesFelipe Contreras
2013-10-28Merge branch 'jx/relative-path-regression-fix'Junio C Hamano
2013-10-14Use simpler relative_path when set_git_dirJiang Xin
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-07-22Merge branch 'jx/clean-interactive'Junio C Hamano
2013-07-22Merge branch 'tr/protect-low-3-fds'Junio C Hamano
2013-07-17daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast
2013-07-15parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-06-26path.c: refactor relative_path(), not only strip prefixJiang Xin
2013-03-25Merge branch 'lf/setup-prefix-pathspec'Junio C Hamano
2013-03-25Merge branch 'jk/alias-in-bare'Junio C Hamano
2013-03-14setup.c: check that the pathspec magic ends with ")"Andrew Wong
2013-03-14setup.c: stop prefix_pathspec() from looping past the end of stringAndrew Wong
2013-03-08setup: suppress implicit "." work-tree for bare reposJeff King
2013-03-08environment: add GIT_PREFIX to local_repo_envJeff King
2013-02-27Merge branch 'mh/maint-ceil-absolute'Junio C Hamano
2013-02-22Provide a mechanism to turn off symlink resolution in ceiling pathsMichael Haggerty
2013-01-30Merge branch 'nd/magic-pathspec-from-root'Junio C Hamano