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
2024-01-03Merge branch 'la/trailer-cleanups'Junio C Hamano
2023-12-20trailer: use offsets for trailer_start/trailer_endLinus Arver
2023-12-20trailer: find the end of the log messageLinus Arver
2023-12-09trailer: handle NULL value when parsing trailer-specific configJeff King
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-10-21commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver
2023-09-11trailer: split process_command_line_args into separate functionsLinus Arver
2023-09-11trailer: split process_input_file into separate piecesLinus Arver
2023-09-11trailer: separate public from internal portion of trailer_iteratorLinus Arver
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19config: mark unused callback parametersJeff King
2022-06-11Merge branch 'ab/env-array'Junio C Hamano
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2021-11-26run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason
2021-05-04trailer: add new .cmd config optionZheNing Hu
2021-03-20Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-08fix xcalloc() argument orderRené Scharfe
2020-12-10pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason
2020-12-10pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason
2020-12-10pretty-format %(trailers): fix broken standalone "valueonly"Ævar Arnfjörð Bjarmason
2020-10-04Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano
2020-09-27trailer: add interface for iterating over commit trailersJeff King
2020-08-27run_command: teach API users to use embedded 'args' moreJunio C Hamano
2019-01-29pretty: add support for separator option in %(trailers)Anders Waldenborg
2019-01-29pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg
2019-01-29pretty: allow showing specific trailersAnders Waldenborg
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King
2018-08-23interpret-trailers: tighten check for "---" patch boundaryJeff King
2018-08-23trailer: pass process_trailer_opts to trailer_info_get()Jeff King
2018-08-23trailer: use size_t for iterating trailer listJeff King
2018-08-23trailer: use size_t for string offsetsJeff King
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-02-22trailer: rename 'template' variablesBrandon Williams
2018-02-22trailer: rename 'new' variablesBrandon Williams
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-08-27Merge branch 'jk/trailers-parse'Junio C Hamano
2017-08-15pretty: support normalization options for %(trailers)Jeff King
2017-08-15pretty: move trailer formatting to trailer.cJeff King
2017-08-15interpret-trailers: add an option to unfold valuesJeff King
2017-08-15interpret-trailers: add an option to show only existing trailersJeff King