index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
merge.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+3
2024-12-15
Merge branch 'jc/forbid-head-as-tagname'
Junio C Hamano
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
1
-1
/
+1
2024-11-04
builtin/merge: release output buffer after performing merge
Patrick Steinhardt
1
-0
/
+1
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-4
/
+8
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-3
/
+6
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
1
-6
/
+8
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+3
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
1
-1
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-4
/
+14
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-3
/
+4
2024-06-18
merge: avoid write merge state when unable to write index
Kyle Zhao
1
-1
/
+1
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
1
-1
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-2
/
+2
2024-06-11
merge: fix leaking merge bases
Patrick Steinhardt
1
-0
/
+2
2024-06-11
builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
Patrick Steinhardt
1
-3
/
+7
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
1
-1
/
+5
2024-06-07
builtin/merge: always store allocated strings in `pull_twohead`
Patrick Steinhardt
1
-7
/
+11
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-2
/
+2
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-12
/
+22
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-12
/
+22
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-16
/
+15
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-6
/
+6
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-1
/
+2
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
1
-2
/
+2
2024-03-12
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
1
-4
/
+4
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
1
-9
/
+17
2024-02-29
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-1
/
+5
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-8
/
+12
2024-02-26
Merge branch 'rs/use-xstrncmpz'
Junio C Hamano
1
-2
/
+1
2024-02-12
use xstrncmpz()
René Scharfe
1
-2
/
+1
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-4
/
+0
2024-02-08
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
1
-1
/
+1
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
1
-14
/
+13
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-4
/
+0
2024-01-02
Merge branch 'la/trailer-cleanups'
Junio C Hamano
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-4
/
+0
2023-10-20
commit: ignore_non_trailer computes number of bytes to ignore
Linus Arver
1
-1
/
+1
2023-10-13
Merge branch 'jk/commit-graph-leak-fixes'
Junio C Hamano
1
-1
/
+4
2023-10-03
merge: free result of repo_get_merge_bases()
Jeff King
1
-1
/
+4
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-1
/
+2
2023-09-29
diff --stat: set the width defaults in a helper function
Dragan Simic
1
-3
/
+1
2023-09-18
diff --stat: add config option to limit filename width
Dragan Simic
1
-0
/
+1
2023-09-05
merge: do not pass unused opt->value parameter
Jeff King
1
-1
/
+1
2023-09-05
parse-options: mark unused "opt" parameter in callbacks
Jeff King
1
-1
/
+1
2023-08-31
merge: simplify parsing of "-n" option
Jeff King
1
-11
/
+2
2023-08-31
merge: make xopts a strvec
Jeff King
1
-19
/
+7
[next]