aboutsummaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAge
* Merge branch 'sg/setup-doc-update'Junio C Hamano2017-12-19
|\
| * setup.c: fix comment about order of .git directory discoverySZEDER Gábor2017-12-07
* | Integrate hash algorithm support with repo setupbrian m. carlson2017-11-13
* | setup: expose enumerated repo infobrian m. carlson2017-11-13
* | Merge branch 'js/early-config'Junio C Hamano2017-11-09
|\ \
| * | setup: avoid double slashes when looking for HEADJeff King2017-11-03
* | | Merge branch 'ks/verify-filename-non-option-error-message-tweak'Junio C Hamano2017-10-07
|\ \ \
| * | | setup: update error message to be more meaningfulKaartic Sivaraam2017-10-04
* | | | read_gitfile_gently: clarify return value ownership.Han-Wen Nienhuys2017-09-27
* | | | set_git_dir: handle feeding gitdir to itselfJeff King2017-09-06
* | | | grep: recurse in-process using 'struct repository'Brandon Williams2017-08-02
|/ / /
* | | environment: place key repository state in the_repositoryBrandon Williams2017-06-23
* | | setup: add comment indicating a hackBrandon Williams2017-06-23
* | | setup: don't perform lazy initialization of repository stateBrandon Williams2017-06-23
| | |
| \ \
*-. \ \ Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-23
|\ \ \ \
| | * | | setup: teach discover_git_directory to respect the commondirBrandon Williams2017-06-15
| | * | | config: don't include config.h by defaultBrandon Williams2017-06-15
| | * | | discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin2017-06-15
* | | | | Merge branch 'jk/pathspec-magic-disambiguation'Junio C Hamano2017-06-19
|\ \ \ \ \
| * | | | | verify_filename(): flip order of checksJeff King2017-05-29
| * | | | | verify_filename(): treat ":(magic)" as a pathspecJeff King2017-05-29
| * | | | | check_filename(): handle ":^" path magicJeff King2017-05-29
| * | | | | check_filename(): use skip_prefixJeff King2017-05-29
| * | | | | check_filename(): refactor ":/" handlingJeff King2017-05-29
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano2017-05-30
| | |_|/ | |/| |
| * | | Merge branch 'rs/strbuf-add-real-path' into maintJunio C Hamano2017-03-28
| |\ \ \
* | | | | setup_discovered_git_dir(): plug memory leakJohannes Schindelin2017-05-08
* | | | | setup_bare_git_dir(): help static analysisJohannes Schindelin2017-05-08
| |_|/ / |/| | |
* | | | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-30
|\ \ \ \
| * | | | setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-17
* | | | | prefix_filename: return newly allocated stringJeff King2017-03-21
* | | | | prefix_filename: drop length parameterJeff King2017-03-21
* | | | | Merge branch 'js/early-config'Junio C Hamano2017-03-17
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | setup.c: mention unresolved problemsJohannes Schindelin2017-03-14
| * | | | setup_git_directory_gently_1(): avoid die()ingJohannes Schindelin2017-03-14
| * | | | setup: introduce the discover_git_directory() functionJohannes Schindelin2017-03-14
| * | | | setup_git_directory_1(): avoid changing global stateJohannes Schindelin2017-03-14
| * | | | setup: prepare setup_discovered_git_dir() for the root directoryJohannes Schindelin2017-03-14
| * | | | setup_git_directory(): use is_dir_sep() helperJohannes Schindelin2017-03-07
| |/ / /
* | | | Merge branch 'js/realpath-pathdup-fix'Junio C Hamano2017-03-12
|\ \ \ \ | | |/ / | |/| |
| * | | real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
| |/ /
* | | Merge branch 'rs/strbuf-add-real-path'Junio C Hamano2017-03-10
|\ \ \ | |/ / |/| / | |/
| * strbuf: add strbuf_add_real_path()René Scharfe2017-02-27
* | cache.h: expose the dying procedure for reading gitlinksStefan Beller2017-01-26
* | setup: add gentle version of resolve_git_dirStefan Beller2017-01-26
* | real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-12
|/
* i18n: setup: mark error messages for translationVasco Almeida2016-08-09
* i18n: setup: mark strings for translationVasco Almeida2016-06-17
* Merge branch 'jc/xstrfmt-null-with-prec-0'Junio C Hamano2016-04-22
|\