aboutsummaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAge
* 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
|\
| * setup.c: do not feed NULL to "%.*s" even with precision 0Junio C Hamano2016-04-07
* | Merge branch 'jk/check-repository-format'Junio C Hamano2016-04-13
|\ \
| * | verify_repository_format: mark messages for translationJeff King2016-03-11
| * | setup: drop repository_format_version globalJeff King2016-03-11
| * | setup: unify repository version callbacksJeff King2016-03-11
| * | setup: refactor repo format reading and verificationJeff King2016-03-11
| * | check_repository_format_gently: stop using git_config_earlyJeff King2016-03-11
| * | lazily load core.sharedrepositoryJeff King2016-03-11
| * | wrap shared_repository global in get/set accessorsJeff King2016-03-11
| * | setup: document check_repository_format()Jeff King2016-03-11
* | | setup: set startup_info->have_repository more reliablyJeff King2016-03-06
* | | setup: make startup_info available everywhereJeff King2016-03-06
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \
| * | use xmallocz to avoid size arithmeticJeff King2016-02-22
* | | Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2016-02-24
|\ \ \
| * | | check_filename: tighten dwim-wildcard ambiguityJeff King2016-02-10
* | | | Merge branch 'nd/do-not-move-worktree-manually'Junio C Hamano2016-02-10
|\ \ \ \ | |_|/ / |/| | |
| * | | worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy2016-01-22
* | | | clean: make is_git_repository a public functionJeff King2016-01-25
* | | | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-26
|\ \ \ \ | |/ / / |/| | |
| * | | introduce "preciousObjects" repository extensionJeff King2015-06-24
| * | | introduce "extensions" form of core.repositoryformatversionJeff King2015-06-24
* | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ \ \ | | |_|/ | |/| |
| * | | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25
* | | | path: implement common_dir handling in git_pathdup_submodule()Max Kirillov2015-09-14
|/ / /
* | | Merge branch 'nd/fixup-linked-gitdir'Junio C Hamano2015-09-01
|\ \ \
| * | | setup: update the right file in multiple checkoutsNguyễn Thái Ngọc Duy2015-08-25
| |/ /
* | | write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-25
* | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-24