index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
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-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-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
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-3
/
+4
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-4
/
+6
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+4
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
1
-0
/
+1
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-4
/
+6
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-9
/
+14
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
1
-3
/
+0
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2023-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-8
/
+6
2023-02-10
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2023-02-10
cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
1
-3
/
+0
2023-02-06
builtin/merge.c: free "&buf" on "Your local changes..." error
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-02-06
builtin/merge.c: use fixed strings, not "strbuf", fix leak
Ævar Arnfjörð Bjarmason
1
-7
/
+4
2023-01-13
merge: break out of all_strategy loop when strategy is found
Seija Kijin
1
-1
/
+1
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
1
-1
/
+1
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-0
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+1
2022-11-21
{reset,merge}: call discard_index() before returning
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-7
/
+12
[next]