summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2017-03-30Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2017-03-17Merge branch 'js/early-config'Junio C Hamano
2017-03-17setup: allow for prefix to be passed to git commandsBrandon Williams
2017-03-14setup.c: mention unresolved problemsJohannes Schindelin
2017-03-14setup_git_directory_gently_1(): avoid die()ingJohannes Schindelin
2017-03-14setup: introduce the discover_git_directory() functionJohannes Schindelin
2017-03-14setup_git_directory_1(): avoid changing global stateJohannes Schindelin
2017-03-14setup: prepare setup_discovered_git_dir() for the root directoryJohannes Schindelin
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-07setup_git_directory(): use is_dir_sep() helperJohannes Schindelin
2017-02-27strbuf: add strbuf_add_real_path()René Scharfe
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams
2016-08-09i18n: setup: mark error messages for translationVasco Almeida
2016-06-17i18n: setup: mark strings for translationVasco Almeida
2016-04-22Merge branch 'jc/xstrfmt-null-with-prec-0'Junio C Hamano
2016-04-13Merge branch 'jk/check-repository-format'Junio C Hamano
2016-04-07setup.c: do not feed NULL to "%.*s" even with precision 0Junio C Hamano
2016-03-11verify_repository_format: mark messages for translationJeff King
2016-03-11setup: drop repository_format_version globalJeff King
2016-03-11setup: unify repository version callbacksJeff King
2016-03-11setup: refactor repo format reading and verificationJeff King
2016-03-11check_repository_format_gently: stop using git_config_earlyJeff King
2016-03-11lazily load core.sharedrepositoryJeff King
2016-03-11wrap shared_repository global in get/set accessorsJeff King
2016-03-11setup: document check_repository_format()Jeff King
2016-03-07setup: set startup_info->have_repository more reliablyJeff King
2016-03-07setup: make startup_info available everywhereJeff King
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-24Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-10Merge branch 'nd/do-not-move-worktree-manually'Junio C Hamano
2016-02-10check_filename: tighten dwim-wildcard ambiguityJeff King
2016-01-25clean: make is_git_repository a public functionJeff King
2016-01-22worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy
2015-10-26Merge branch 'jk/repository-extension'Junio C Hamano
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-09-14path: implement common_dir handling in git_pathdup_submodule()Max Kirillov
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