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