summaryrefslogtreecommitdiffstats
path: root/setup.c
AgeCommit message (Expand)AuthorLines
2017-12-19Merge branch 'sg/setup-doc-update'Junio C Hamano-1/+1
2017-12-07setup.c: fix comment about order of .git directory discoverySZEDER Gábor-1/+1
2017-11-13Integrate hash algorithm support with repo setupbrian m. carlson-0/+3
2017-11-13setup: expose enumerated repo infobrian m. carlson-21/+25
2017-11-09Merge branch 'js/early-config'Junio C Hamano-1/+3
2017-11-03setup: avoid double slashes when looking for HEADJeff King-1/+3
2017-10-07Merge branch 'ks/verify-filename-non-option-error-message-tweak'Junio C Hamano-1/+1
2017-10-04setup: update error message to be more meaningfulKaartic Sivaraam-1/+1
2017-09-27read_gitfile_gently: clarify return value ownership.Han-Wen Nienhuys-1/+2
2017-09-06set_git_dir: handle feeding gitdir to itselfJeff King-5/+0
2017-08-02grep: recurse in-process using 'struct repository'Brandon Williams-11/+1
2017-06-23environment: place key repository state in the_repositoryBrandon Williams-2/+15
2017-06-23setup: add comment indicating a hackBrandon Williams-0/+6
2017-06-23setup: don't perform lazy initialization of repository stateBrandon Williams-0/+14
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano-6/+13
2017-06-19Merge branch 'jk/pathspec-magic-disambiguation'Junio C Hamano-10/+32
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams-6/+11
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-15discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin-0/+1
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano-1/+1
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano-1/+1
2017-05-29verify_filename(): flip order of checksJeff King-1/+1
2017-05-29verify_filename(): treat ":(magic)" as a pathspecJeff King-1/+19
2017-05-29check_filename(): handle ":^" path magicJeff King-0/+4
2017-05-29check_filename(): use skip_prefixJeff King-3/+2
2017-05-29check_filename(): refactor ":/" handlingJeff King-7/+8
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-28Merge branch 'rs/strbuf-add-real-path' into maintJunio C Hamano-1/+1
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