summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2016-08-09i18n: setup: mark error messages for translationVasco Almeida
2016-06-17i18n: setup: mark strings for translationVasco Almeida
2016-04-22Merge branch 'jc/xstrfmt-null-with-prec-0'Junio C Hamano
2016-04-13Merge branch 'jk/check-repository-format'Junio C Hamano
2016-04-07setup.c: do not feed NULL to "%.*s" even with precision 0Junio C Hamano
2016-03-11verify_repository_format: mark messages for translationJeff King
2016-03-11setup: drop repository_format_version globalJeff King
2016-03-11setup: unify repository version callbacksJeff King
2016-03-11setup: refactor repo format reading and verificationJeff King
2016-03-11check_repository_format_gently: stop using git_config_earlyJeff King
2016-03-11lazily load core.sharedrepositoryJeff King
2016-03-11wrap shared_repository global in get/set accessorsJeff King
2016-03-11setup: document check_repository_format()Jeff King
2016-03-07setup: set startup_info->have_repository more reliablyJeff King
2016-03-07setup: make startup_info available everywhereJeff King
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-24Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-10Merge branch 'nd/do-not-move-worktree-manually'Junio C Hamano
2016-02-10check_filename: tighten dwim-wildcard ambiguityJeff King
2016-01-25clean: make is_git_repository a public functionJeff King
2016-01-22worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy
2015-10-26Merge branch 'jk/repository-extension'Junio C Hamano
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-09-14path: implement common_dir handling in git_pathdup_submodule()Max Kirillov
2015-09-01Merge branch 'nd/fixup-linked-gitdir'Junio C Hamano
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano
2015-08-25setup: update the right file in multiple checkoutsNguyễn Thái Ngọc Duy
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-08-03Merge branch 'ee/clean-remove-dirs'Junio C Hamano
2015-06-26read_gitfile_gently: fix use-after-freeJeff King
2015-06-25introduce "preciousObjects" repository extensionJeff King
2015-06-25introduce "extensions" form of core.repositoryformatversionJeff King
2015-06-16Merge branch 'jk/die-on-bogus-worktree-late'Junio C Hamano
2015-06-15setup: sanity check file size in read_gitfile_gentlyErik Elfström
2015-06-09setup: add gentle version of read_gitfileErik Elfström
2015-05-29setup_git_directory: delay core.bare/core.worktree errorsJeff King
2015-05-19Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2015-05-03pathspec: avoid the need of "--" when wildcard is usedDuy Nguyen
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy
2014-12-01setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy
2014-12-01setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy
2014-12-01setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy
2014-12-01setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe
2014-08-26setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe
2014-07-29add `config_set` API for caching config-like filesTanay Abhra