| Commit message (Expand) | Author | Age | Files | Lines |
* | setup_discovered_git_dir(): plug memory leak | Johannes Schindelin | 2017-05-08 | 1 | -2/+7 |
* | setup_bare_git_dir(): help static analysis | Johannes Schindelin | 2017-05-08 | 1 | -1/+1 |
* | Merge branch 'bw/recurse-submodules-relative-fix' | Junio C Hamano | 2017-03-30 | 1 | -1/+5 |
|\ |
|
| * | setup: allow for prefix to be passed to git commands | Brandon Williams | 2017-03-17 | 1 | -1/+6 |
* | | prefix_filename: return newly allocated string | Jeff King | 2017-03-21 | 1 | -3/+8 |
* | | prefix_filename: drop length parameter | Jeff King | 2017-03-21 | 1 | -1/+1 |
* | | Merge branch 'js/early-config' | Junio C Hamano | 2017-03-17 | 1 | -76/+177 |
|\ \ |
|
| * | | setup.c: mention unresolved problems | Johannes Schindelin | 2017-03-14 | 1 | -0/+2 |
| * | | setup_git_directory_gently_1(): avoid die()ing | Johannes Schindelin | 2017-03-14 | 1 | -8/+17 |
| * | | setup: introduce the discover_git_directory() function | Johannes Schindelin | 2017-03-14 | 1 | -0/+43 |
| * | | setup_git_directory_1(): avoid changing global state | Johannes Schindelin | 2017-03-14 | 1 | -75/+118 |
| * | | setup: prepare setup_discovered_git_dir() for the root directory | Johannes Schindelin | 2017-03-14 | 1 | -2/+4 |
| * | | setup_git_directory(): use is_dir_sep() helper | Johannes Schindelin | 2017-03-07 | 1 | -1/+3 |
| |/ |
|
* | | Merge branch 'js/realpath-pathdup-fix' | Junio C Hamano | 2017-03-12 | 1 | -2/+2 |
|\ \ |
|
| * | | real_pathdup(): fix callsites that wanted it to die on errorjs/realpath-pathdup-fix | Johannes Schindelin | 2017-03-08 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'rs/strbuf-add-real-path' | Junio C Hamano | 2017-03-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | strbuf: add strbuf_add_real_path()rs/strbuf-add-real-path | René Scharfe | 2017-02-27 | 1 | -1/+1 |
* | | 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 |
| |/ / |
|