| Commit message (Expand) | Author | Age | Files | Lines |
* | cache.h: expose the dying procedure for reading gitlinks | Stefan Beller | 2017-01-26 | 1 | -22/+26 |
* | setup: add gentle version of resolve_git_dir | Stefan Beller | 2017-01-26 | 1 | -2/+2 |
* | real_path: have callers use real_pathdup and strbuf_realpath | Brandon Williams | 2016-12-12 | 1 | -5/+8 |
* | i18n: setup: mark error messages for translation | Vasco Almeida | 2016-08-09 | 1 | -9/+9 |
* | i18n: setup: mark strings for translation | Vasco Almeida | 2016-06-17 | 1 | -8/+8 |
* | Merge branch 'jc/xstrfmt-null-with-prec-0' | Junio C Hamano | 2016-04-22 | 1 | -1/+1 |
|\ |
|
| * | setup.c: do not feed NULL to "%.*s" even with precision 0jc/xstrfmt-null-with-prec-0 | Junio C Hamano | 2016-04-07 | 1 | -1/+1 |
* | | Merge branch 'jk/check-repository-format' | Junio C Hamano | 2016-04-13 | 1 | -66/+78 |
|\ \ |
|
| * | | verify_repository_format: mark messages for translationjk/check-repository-format | Jeff King | 2016-03-11 | 1 | -2/+2 |
| * | | setup: drop repository_format_version global | Jeff King | 2016-03-11 | 1 | -1/+0 |
| * | | setup: unify repository version callbacks | Jeff King | 2016-03-11 | 1 | -42/+23 |
| * | | setup: refactor repo format reading and verification | Jeff King | 2016-03-11 | 1 | -39/+79 |
| * | | check_repository_format_gently: stop using git_config_early | Jeff King | 2016-03-11 | 1 | -8/+3 |
| * | | lazily load core.sharedrepository | Jeff King | 2016-03-11 | 1 | -2/+0 |
| * | | wrap shared_repository global in get/set accessors | Jeff King | 2016-03-11 | 1 | -1/+1 |
| * | | setup: document check_repository_format() | Jeff King | 2016-03-11 | 1 | -2/+2 |
* | | | setup: set startup_info->have_repository more reliably | Jeff King | 2016-03-06 | 1 | -1/+3 |
* | | | setup: make startup_info available everywhere | Jeff King | 2016-03-06 | 1 | -4/+6 |
|/ / |
|
* | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -3/+2 |
|\ \ |
|
| * | | use xmallocz to avoid size arithmetic | Jeff King | 2016-02-22 | 1 | -3/+2 |
* | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 2016-02-24 | 1 | -4/+2 |
|\ \ \ |
|
| * | | | check_filename: tighten dwim-wildcard ambiguity | Jeff King | 2016-02-10 | 1 | -4/+2 |
* | | | | Merge branch 'nd/do-not-move-worktree-manually' | Junio C Hamano | 2016-02-10 | 1 | -12/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | worktree: stop supporting moving worktrees manuallynd/do-not-move-worktree-manually | Nguyễn Thái Ngọc Duy | 2016-01-22 | 1 | -12/+0 |
* | | | | clean: make is_git_repository a public function | Jeff King | 2016-01-25 | 1 | -0/+17 |
* | | | | Merge branch 'jk/repository-extension' | Junio C Hamano | 2015-10-26 | 1 | -3/+36 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | introduce "preciousObjects" repository extensionjk/repository-extension | Jeff King | 2015-06-24 | 1 | -0/+2 |
| * | | | introduce "extensions" form of core.repositoryformatversion | Jeff King | 2015-06-24 | 1 | -3/+34 |
* | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 | 1 | -9/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 2015-09-25 | 1 | -9/+3 |
* | | | | path: implement common_dir handling in git_pathdup_submodule()mk/submodule-gitdir-path | Max Kirillov | 2015-09-14 | 1 | -5/+12 |
|/ / / |
|
* | | | Merge branch 'nd/fixup-linked-gitdir' | Junio C Hamano | 2015-09-01 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | setup: update the right file in multiple checkoutsnd/fixup-linked-gitdir | Nguyễn Thái Ngọc Duy | 2015-08-25 | 1 | -2/+2 |
| |/ / |
|
* | | | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fix | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
* | | | write_file(): drop "fatal" parameter | Junio C Hamano | 2015-08-24 | 1 | -1/+1 |
* | | | Merge branch 'ee/clean-remove-dirs' | Junio C Hamano | 2015-08-03 | 1 | -20/+69 |
|\ \ \
| |/ /
|/| | |
|
| * | | read_gitfile_gently: fix use-after-free | Jeff King | 2015-06-26 | 1 | -9/+5 |
| * | | setup: sanity check file size in read_gitfile_gently | Erik Elfström | 2015-06-15 | 1 | -0/+7 |
| * | | setup: add gentle version of read_gitfile | Erik Elfström | 2015-06-09 | 1 | -19/+65 |
* | | | Merge branch 'jk/die-on-bogus-worktree-late' | Junio C Hamano | 2015-06-16 | 1 | -2/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | setup_git_directory: delay core.bare/core.worktree errorsjk/die-on-bogus-worktree-late | Jeff King | 2015-05-29 | 1 | -2/+10 |
* | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 2015-05-19 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | pathspec: avoid the need of "--" when wildcard is used | Duy Nguyen | 2015-05-03 | 1 | -1/+3 |
| |/ |
|
* | | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+13 |
* | | setup.c: support multi-checkout repo setup | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -9/+24 |
* | | setup.c: detect $GIT_COMMON_DIR check_repository_format_gently() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+4 |
* | | setup.c: convert check_repository_format_gently to use strbuf | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -4/+8 |
* | | setup.c: detect $GIT_COMMON_DIR in is_git_directory() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -6/+37 |
* | | setup.c: convert is_git_directory() to use strbuf | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -16/+21 |
|/ |
|
* | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -46/+47 |
|\ |
|