aboutsummaryrefslogtreecommitdiff
path: root/fmt-merge-msg.c
AgeCommit message (Expand)Author
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano
2026-02-05global: constify some pointers that are not written toCollin Funk
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano
2025-08-11environment: remove the global variable 'merge_log_config'Ayush Chandekar
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-12strbuf: remove global variableCalvin Wan
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren
2023-02-09gpg-interface: lazily initialize and read the configurationJunio C Hamano
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-01-12Merge branch 'fs/ssh-signing-key-lifetime'Junio C Hamano
2022-01-10fmt-merge-msg: prevent use-after-free with signed tagsTaylor Blau
2022-01-05Merge branch 'jc/merge-detached-head-name'Junio C Hamano
2021-12-20merge: allow to pretend a merge is made into a different branchJunio C Hamano
2021-12-09ssh signing: make fmt-merge-msg consider key lifetimeFabian Stelzer
2021-12-09ssh signing: use sigc struct to pass payloadFabian Stelzer
2021-10-12ssh signing: fmt-merge-msg tests & config parseFabian Stelzer
2021-10-12Merge branch 'fs/ssh-signing' into fs/ssh-signing-fixJunio C Hamano
2021-09-10ssh signing: preliminary refactoring and clean-upFabian Stelzer
2021-07-26fmt-merge-msg: free newly allocated temporary strings when doneAndrzej Hunt
2021-03-13use CALLOC_ARRAYRené Scharfe