index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
merge-recursive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge-recursive: honor diff.algorithm
Antonin Delpeuch
2024-07-14
1
-4
/
+25
*
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-07-08
1
-24
/
+44
|
\
|
*
merge: fix leaking merge bases
Patrick Steinhardt
2024-06-11
1
-19
/
+30
|
*
merge-recursive: fix memory leak when finalizing merge
Patrick Steinhardt
2024-06-11
1
-0
/
+3
|
*
builtin/merge-recursive: fix leaking object ID bases
Patrick Steinhardt
2024-06-11
1
-4
/
+4
|
*
merge-recursive: fix leaking rename conflict info
Patrick Steinhardt
2024-06-11
1
-1
/
+7
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+3
|
/
*
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
2024-04-01
1
-1
/
+4
|
\
|
*
merge options: add a conflict style member
Phillip Wood
2024-03-14
1
-0
/
+3
|
*
merge-ll: introduce LL_MERGE_OPTIONS_INIT
Phillip Wood
2024-03-14
1
-1
/
+1
*
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+1
|
\
\
|
*
|
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-1
/
+1
*
|
|
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
2024-03-11
1
-15
/
+62
|
\
\
\
|
*
|
|
merge-ort/merge-recursive: do report errors in `merge_submodule()`
Johannes Schindelin
2024-03-09
1
-0
/
+8
|
*
|
|
merge-recursive: prepare for `merge_submodule()` to report errors
Johannes Schindelin
2024-03-09
1
-6
/
+7
|
*
|
|
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-1
/
+3
|
*
|
|
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-28
1
-9
/
+45
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-03-08
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Always check `parse_tree*()`'s return value
Johannes Schindelin
2024-02-23
1
-1
/
+2
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-5
/
+0
|
/
/
*
|
merge: introduce {copy|clear}_merge_options()
Junio C Hamano
2023-10-11
1
-0
/
+16
*
|
merge-ort: lowercase a few error messages
Jeff King
2023-09-17
1
-2
/
+2
|
/
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
1
-1
/
+1
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
match-trees.h: move declarations for match-trees.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+5
|
\
|
*
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Remove unnecessary includes of builtin.h
Elijah Newren
2023-02-24
1
-1
/
+0
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-1
/
+1
*
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2023-01-16
1
-1
/
+1
*
merge-recursive: fix variable typo in error message
Kyle Meyer
2022-11-27
1
-1
/
+1
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-6
/
+6
*
mark unused read_tree_recursive() callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-5
/
+5
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-2
/
+3
|
\
[next]