aboutsummaryrefslogtreecommitdiffstats
path: root/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-23environment: place key repository state in the_repositoryBrandon Williams1-2/+15
2017-06-23setup: add comment indicating a hackBrandon Williams1-0/+6
2017-06-23setup: don't perform lazy initialization of repository stateBrandon Williams1-0/+14
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano1-6/+13
2017-06-19Merge branch 'jk/pathspec-magic-disambiguation'Junio C Hamano1-10/+32
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams1-6/+11
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-15discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin1-0/+1
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano1-1/+1
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano1-1/+1
2017-05-29verify_filename(): flip order of checksJeff King1-1/+1
2017-05-29verify_filename(): treat ":(magic)" as a pathspecJeff King1-1/+19
2017-05-29check_filename(): handle ":^" path magicJeff King1-0/+4
2017-05-29check_filename(): use skip_prefixJeff King1-3/+2
2017-05-29check_filename(): refactor ":/" handlingJeff King1-7/+8
2017-05-08setup_discovered_git_dir(): plug memory leakJohannes Schindelin1-2/+7
2017-05-08setup_bare_git_dir(): help static analysisJohannes Schindelin1-1/+1
2017-03-30Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano1-1/+5
2017-03-28Merge branch 'rs/strbuf-add-real-path' into maintJunio C Hamano1-1/+1
2017-03-21prefix_filename: return newly allocated stringJeff King1-3/+8
2017-03-21prefix_filename: drop length parameterJeff King1-1/+1
2017-03-17Merge branch 'js/early-config'Junio C Hamano1-76/+177
2017-03-17setup: allow for prefix to be passed to git commandsBrandon Williams1-1/+6
2017-03-14setup.c: mention unresolved problemsJohannes Schindelin1-0/+2
2017-03-14setup_git_directory_gently_1(): avoid die()ingJohannes Schindelin1-8/+17
2017-03-14setup: introduce the discover_git_directory() functionJohannes Schindelin1-0/+43
2017-03-14setup_git_directory_1(): avoid changing global stateJohannes Schindelin1-75/+118
2017-03-14setup: prepare setup_discovered_git_dir() for the root directoryJohannes Schindelin1-2/+4
2017-03-12Merge branch 'js/realpath-pathdup-fix'Junio C Hamano1-2/+2
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano1-1/+1
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin1-2/+2
2017-03-07setup_git_directory(): use is_dir_sep() helperJohannes Schindelin1-1/+3
2017-02-27strbuf: add strbuf_add_real_path()René Scharfe1-1/+1
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller1-22/+26
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller1-2/+2
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams1-5/+8
2016-08-09i18n: setup: mark error messages for translationVasco Almeida1-9/+9
2016-06-17i18n: setup: mark strings for translationVasco Almeida1-8/+8
2016-04-22Merge branch 'jc/xstrfmt-null-with-prec-0'Junio C Hamano1-1/+1
2016-04-13Merge branch 'jk/check-repository-format'Junio C Hamano1-66/+78
2016-04-07setup.c: do not feed NULL to "%.*s" even with precision 0Junio C Hamano1-1/+1
2016-03-11verify_repository_format: mark messages for translationJeff King1-2/+2
2016-03-11setup: drop repository_format_version globalJeff King1-1/+0
2016-03-11setup: unify repository version callbacksJeff King1-42/+23
2016-03-11setup: refactor repo format reading and verificationJeff King1-39/+79
2016-03-11check_repository_format_gently: stop using git_config_earlyJeff King1-8/+3
2016-03-11lazily load core.sharedrepositoryJeff King1-2/+0
2016-03-11wrap shared_repository global in get/set accessorsJeff King1-1/+1
2016-03-11setup: document check_repository_format()Jeff King1-2/+2
2016-03-06setup: set startup_info->have_repository more reliablyJeff King1-1/+3