index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
merge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
Merge branch 'tc/merge-default-to-upstream-leakfix'
Junio C Hamano
1
-2
/
+5
2026-07-28
merge: fix leak with merge.defaultToUpstream
Toon Claes
1
-2
/
+5
2026-07-16
refs: remove remaining uses of `the_repository`
Patrick Steinhardt
1
-1
/
+1
2026-05-27
Merge branch 'kk/merge-octopus-optim'
Junio C Hamano
1
-14
/
+4
2026-05-13
merge: use repo_in_merge_bases for octopus up-to-date check
Kristofer Karlsson
1
-14
/
+4
2026-04-29
sequencer: teach autostash apply to take optional conflict marker labels
Harald Nordgren
1
-3
/
+6
2026-04-29
sequencer: allow create_autostash to run silently
Harald Nordgren
1
-2
/
+4
2026-03-12
run-command: wean auto_maintenance() functions off the_repository
Burak Kaan Karaçay
1
-1
/
+1
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
1
-8
/
+8
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-8
/
+8
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
1
-4
/
+4
2025-09-18
Merge branch 'pw/3.0-commentchar-auto-deprecation'
Junio C Hamano
1
-0
/
+3
2025-08-26
config: warn on core.commentString=auto
Phillip Wood
1
-0
/
+3
2025-08-25
Merge branch 'ps/commit-graph-wo-globals'
Junio C Hamano
1
-1
/
+1
2025-08-22
Merge branch 'ac/deglobal-fmt-merge-log-config'
Junio C Hamano
1
-1
/
+2
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
1
-1
/
+1
2025-08-15
commit-graph: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-08-11
Merge branch 'rs/merge-compact-summary'
Junio C Hamano
1
-1
/
+1
2025-08-11
environment: remove the global variable 'merge_log_config'
Ayush Chandekar
1
-1
/
+2
2025-08-09
merge: don't document non-existing --compact-summary argument
René Scharfe
1
-1
/
+1
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-06-13
merge/pull: extend merge.stat configuration variable to cover --compact-summary
Junio C Hamano
1
-2
/
+29
2025-06-13
merge/pull: add the "--compact-summary" option
Junio C Hamano
1
-4
/
+35
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-8
/
+30
2025-04-17
parse-options: introduce precision handling for `OPTION_INTEGER`
Patrick Steinhardt
1
-0
/
+1
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-8
/
+29
2025-04-08
builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHM
Elijah Newren
1
-13
/
+1
2025-04-08
merge, sequencer: switch recursive merges over to ort
Elijah Newren
1
-7
/
+2
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-2
/
+2
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
[next]