Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-17Sync with 2.33.8Johannes Schindelin
2023-04-17Sync with 2.32.7Johannes Schindelin
2023-04-17Sync with 2.31.8Johannes Schindelin
2023-04-17Sync with 2.30.9Johannes Schindelin
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau
2023-04-11mailmap, quote: move declarations of global vars to correct unitElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'gc/config-parsing-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-03-28config.c: rename "struct config_source cf"Glen Choo
2023-03-28config: report cached filenames in die_bad_number()Glen Choo
2023-03-28config.c: remove current_parsing_scopeGlen Choo
2023-03-28config.c: remove current_config_kviGlen Choo
2023-03-28config.c: plumb the_reader through callbacksGlen Choo
2023-03-28config.c: create config_reader and the_readerGlen Choo
2023-03-28config.c: don't assign to "cf_global" directlyGlen Choo
2023-03-28config.c: plumb config_source through static fnsGlen Choo
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason
2023-03-27config: tell the user that we expect an ASCII characterKristoffer Haugsbakk
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-08*: fix typos which duplicate a wordAndrei Rybak
2022-11-28Merge branch 'pw/config-int-parse-fixes'Junio C Hamano
2022-11-10git_parse_signed(): avoid integer overflowPhillip Wood
2022-11-10config: require at least one digit when parsing numbersPhillip Wood
2022-11-10git_parse_unsigned: reject negative valuesPhillip Wood
2022-10-31Merge branch 'ds/bundle-uri-3'Taylor Blau
2022-10-26Merge branch 'gc/bare-repo-discovery'Junio C Hamano
2022-10-13config: respect includes in protected configGlen Choo
2022-10-12bundle-uri: create base key-value pair parsingDerrick Stolee
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-19config: mark unused callback parametersJeff King
2022-07-27config.c: NULL check when reading protected configGlen Choo