index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fmt-merge-msg.c
Age
Commit message (
Expand
)
Author
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2025-08-22
Merge branch 'ac/deglobal-fmt-merge-log-config'
Junio C Hamano
2025-08-11
environment: remove the global variable 'merge_log_config'
Ayush Chandekar
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_add_commented_lines()
Jeff King
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-12
strbuf: remove global variable
Calvin Wan
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-23
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-01-12
Merge branch 'fs/ssh-signing-key-lifetime'
Junio C Hamano
2022-01-10
fmt-merge-msg: prevent use-after-free with signed tags
Taylor Blau
2022-01-05
Merge branch 'jc/merge-detached-head-name'
Junio C Hamano
2021-12-20
merge: allow to pretend a merge is made into a different branch
Junio C Hamano
2021-12-09
ssh signing: make fmt-merge-msg consider key lifetime
Fabian Stelzer
2021-12-09
ssh signing: use sigc struct to pass payload
Fabian Stelzer
2021-10-12
ssh signing: fmt-merge-msg tests & config parse
Fabian Stelzer
2021-10-12
Merge branch 'fs/ssh-signing' into fs/ssh-signing-fix
Junio C Hamano
2021-09-10
ssh signing: preliminary refactoring and clean-up
Fabian Stelzer
2021-07-26
fmt-merge-msg: free newly allocated temporary strings when done
Andrzej Hunt
2021-03-13
use CALLOC_ARRAY
René Scharfe
[next]