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