Age | Commit message (Expand) | Author | Files | Lines |
2020-04-10 | config: drop useless length variable in write_pair() | Jeff King | 1 | -3/+1 |
2020-04-10 | parse_config_key(): return subsection len as size_t | Jeff King | 1 | -2/+2 |
2020-02-25 | Merge branch 'bw/remote-rename-update-config' | Junio C Hamano | 1 | -0/+8 |
2020-02-17 | Merge branch 'mr/show-config-scope' | Junio C Hamano | 1 | -7/+28 |
2020-02-10 | config: provide access to the current line number | Bert Wesarg | 1 | -0/+8 |
2020-02-10 | submodule-config: add subomdule config scope | Matthew Rogers | 1 | -0/+2 |
2020-02-10 | config: teach git_config_source to remember its scope | Matthew Rogers | 1 | -0/+3 |
2020-02-10 | config: preserve scope in do_git_config_sequence | Matthew Rogers | 1 | -1/+2 |
2020-02-10 | config: clarify meaning of command line scoping | Matthew Rogers | 1 | -3/+3 |
2020-02-10 | config: split repo scope to local and worktree | Matthew Rogers | 1 | -7/+6 |
2020-02-10 | config: make scope_name non-static and rename it | Matthew Rogers | 1 | -0/+16 |
2020-02-10 | strbuf: add and use strbuf_insertstr() | René Scharfe | 1 | -1/+1 |
2019-11-22 | sparse-checkout: add 'cone' mode | Derrick Stolee | 1 | -0/+5 |
2019-10-15 | Merge branch 'ew/hashmap' | Junio C Hamano | 1 | -11/+13 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -1/+1 |
2019-10-07 | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 1 | -2/+1 |
2019-10-07 | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 1 | -1/+0 |
2019-10-07 | hashmap: introduce hashmap_free_entries | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap: use *_entry APIs for iteration | Eric Wong | 1 | -2/+3 |
2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -4/+6 |
2019-10-07 | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 1 | -1/+2 |
2019-10-07 | hashmap_get takes "const struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 1 | -2/+2 |
2019-09-18 | Merge branch 'cc/multi-promisor' | Junio C Hamano | 1 | -5/+0 |
2019-09-09 | Merge branch 'ds/feature-macros' | Junio C Hamano | 1 | -24/+0 |
2019-08-19 | config: use the_hash_algo in abbrev comparison | brian m. carlson | 1 | -1/+1 |
2019-08-13 | repo-settings: parse core.untrackedCache | Derrick Stolee | 1 | -24/+0 |
2019-08-06 | config: stop checking whether the_repository is NULL | Jeff King | 1 | -1/+1 |
2019-07-31 | config: work around bug with includeif:onbranch and early config | Johannes Schindelin | 1 | -1/+2 |
2019-07-25 | Merge branch 'ab/test-env' | Junio C Hamano | 1 | -9/+19 |
2019-07-09 | Merge branch 'rs/config-unit-parsing' | Junio C Hamano | 1 | -21/+18 |
2019-07-09 | Merge branch 'js/gcc-8-and-9' | Junio C Hamano | 1 | -2/+2 |
2019-06-25 | Move core_partial_clone_filter_default to promisor-remote.c | Christian Couder | 1 | -5/+0 |
2019-06-24 | config: simplify parsing of unit factors | René Scharfe | 1 | -18/+12 |
2019-06-24 | config: don't multiply in parse_unit_factor() | René Scharfe | 1 | -7/+9 |
2019-06-24 | config: use unsigned_mult_overflows to check for overflows | René Scharfe | 1 | -6/+7 |
2019-06-21 | tests: make GIT_TEST_GETTEXT_POISON a boolean | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
2019-06-21 | config.c: refactor die_bad_number() to not call gettext() early | Ævar Arnfjörð Bjarmason | 1 | -9/+10 |
2019-06-13 | config: avoid calling `labs()` on too-large data type | Johannes Schindelin | 1 | -2/+2 |
2019-06-05 | config: learn the "onbranch:" includeIf condition | Denton Liu | 1 | -2/+29 |
2019-05-13 | Merge branch 'jh/trace2-sid-fix' | Junio C Hamano | 1 | -5/+25 |
2019-05-07 | trace2: fixup access problem on /etc/gitconfig in read_very_early_config | Jeff Hostetler | 1 | -1/+4 |
2019-04-22 | Merge branch 'nd/include-if-wildmatch' | Junio C Hamano | 1 | -1/+1 |
2019-04-16 | config: add read_very_early_config() | Jeff Hostetler | 1 | -3/+20 |
2019-04-16 | config: initialize opts structure in repo_read_config() | Jeff Hostetler | 1 | -1/+1 |
2019-04-01 | config: correct '**' matching in includeIf patterns | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-03-07 | Merge branch 'jh/trace2' | Junio C Hamano | 1 | -0/+2 |
2019-03-07 | Merge branch 'wh/author-committer-ident-config' | Junio C Hamano | 1 | -1/+3 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -0/+2 |