aboutsummaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAge
...
| * 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
* | | Merge branch 'ee/clean-remove-dirs'Junio C Hamano2015-08-03
|\ \ \ | |/ / |/| |
| * | read_gitfile_gently: fix use-after-freeJeff King2015-06-26
| * | setup: sanity check file size in read_gitfile_gentlyErik Elfström2015-06-15
| * | setup: add gentle version of read_gitfileErik Elfström2015-06-09
* | | Merge branch 'jk/die-on-bogus-worktree-late'Junio C Hamano2015-06-16
|\ \ \ | |/ / |/| |
| * | setup_git_directory: delay core.bare/core.worktree errorsJeff King2015-05-29
* | | Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2015-05-19
|\ \ \ | | |/ | |/|
| * | pathspec: avoid the need of "--" when wildcard is usedDuy Nguyen2015-05-03
| |/
* | prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-01
* | setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
* | setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy2014-12-01
* | setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy2014-12-01
* | setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy2014-12-01
* | setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy2014-12-01
|/
* Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\
| * use xgetcwd() to get the current directory or dieRené Scharfe2014-08-26
| * setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe2014-08-26
* | add `config_set` API for caching config-like filesTanay Abhra2014-07-29
|/
* Merge branch 'mw/symlinks'Junio C Hamano2014-05-02
|\
| * setup: fix windows path buffer over-steppingMartin Erik Werner2014-04-24
* | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-05
|\ \