Age | Commit message (Expand) | Author | Files | Lines |
2021-02-17 | Merge branch 'ak/config-bad-bool-error' | Junio C Hamano | 1 | -2/+18 |
2021-02-11 | config: improve error message for boolean config | Andrew Klotz | 1 | -2/+18 |
2021-02-10 | Merge branch 'ab/detox-gettext-tests' | Junio C Hamano | 1 | -9/+0 |
2021-01-25 | Merge branch 'ps/config-env-pairs' | Junio C Hamano | 1 | -25/+184 |
2021-01-21 | tests: remove support for GIT_TEST_GETTEXT_POISON | Ævar Arnfjörð Bjarmason | 1 | -9/+0 |
2021-01-15 | Merge branch 'ew/decline-core-abbrev' | Junio C Hamano | 1 | -0/+2 |
2021-01-15 | config: allow specifying config entries via envvar pairs | Patrick Steinhardt | 1 | -8/+59 |
2021-01-15 | config: store "git -c" variables using more robust format | Patrick Steinhardt | 1 | -7/+45 |
2021-01-15 | config: parse more robust format in GIT_CONFIG_PARAMETERS | Jeff King | 1 | -17/+52 |
2021-01-12 | config: extract function to parse config pairs | Patrick Steinhardt | 1 | -7/+17 |
2021-01-12 | config: add new way to pass config via `--config-env` | Patrick Steinhardt | 1 | -0/+25 |
2020-12-23 | core.abbrev=no disables abbreviations | Eric Wong | 1 | -0/+2 |
2020-12-08 | Merge branch 'ds/config-literal-value' | Junio C Hamano | 1 | -35/+40 |
2020-11-25 | config: plumb --fixed-value into config API | Derrick Stolee | 1 | -0/+5 |
2020-11-25 | config: replace 'value_regex' with 'value_pattern' | Derrick Stolee | 1 | -27/+27 |
2020-11-25 | config: convert multi_replace to flags | Derrick Stolee | 1 | -12/+12 |
2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -1/+1 |
2020-08-27 | Merge branch 'jk/leakfix' | Junio C Hamano | 1 | -17/+30 |
2020-08-17 | config: fix leak in git_config_get_expiry_in_days() | Jeff King | 1 | -2/+2 |
2020-08-17 | config: drop git_config_get_string_const() | Jeff King | 1 | -23/+6 |
2020-08-14 | config: fix leaks from git_config_get_string_const() | Jeff King | 1 | -0/+30 |
2020-08-04 | config: work around gcc-10 -Wstringop-overflow warning | Jeff King | 1 | -1/+1 |
2020-04-10 | config: reject parsing of files over INT_MAX | Jeff King | 1 | -0/+15 |
2020-04-10 | config: use size_t to store parsed variable baselen | Jeff King | 1 | -1/+1 |
2020-04-10 | git_config_parse_key(): return baselen as size_t | Jeff King | 1 | -7/+10 |
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 |