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
/
merge-ort.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-30
diff: improve lifecycle management of diff queues
Patrick Steinhardt
1
-1
/
+1
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
1
-2
/
+2
2024-09-19
merge-ort: fix typos
Andrew Kreimer
1
-2
/
+2
2024-09-05
merge-ort: fix two leaks when handling directory rename modifications
Patrick Steinhardt
1
-1
/
+3
2024-08-14
merge-ort: unconditionally release attributes index
Patrick Steinhardt
1
-2
/
+1
2024-07-16
Merge branch 'en/ort-inner-merge-error-fix'
Junio C Hamano
1
-45
/
+124
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-4
/
+8
2024-07-06
merge-ort: fix missing early return
Elijah Newren
1
-0
/
+1
2024-06-20
merge-ort: convert more error() cases to path_msg()
Elijah Newren
1
-12
/
+41
2024-06-20
merge-ort: upon merge abort, only show messages causing the abort
Elijah Newren
1
-25
/
+53
2024-06-20
merge-ort: loosen commented requirements
Elijah Newren
1
-1
/
+1
2024-06-20
merge-ort: clearer propagation of failure-to-function from merge_submodule
Elijah Newren
1
-0
/
+2
2024-06-20
merge-ort: fix type of local 'clean' var in handle_content_merge ()
Elijah Newren
1
-2
/
+3
2024-06-20
merge-ort: maintain expected invariant for priv member
Elijah Newren
1
-1
/
+2
2024-06-20
merge-ort: extract handling of priv member into reusable function
Elijah Newren
1
-5
/
+22
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-11
merge: fix leaking merge bases
Patrick Steinhardt
1
-4
/
+8
2024-04-01
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
1
-1
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-5
/
+6
2024-03-14
merge options: add a conflict style member
Phillip Wood
1
-0
/
+1
2024-03-14
merge-ll: introduce LL_MERGE_OPTIONS_INIT
Phillip Wood
1
-1
/
+1
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
1
-11
/
+81
2024-03-09
merge-ort/merge-recursive: do report errors in `merge_submodule()`
Johannes Schindelin
1
-0
/
+5
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
1
-5
/
+11
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-1
/
+5
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
1
-10
/
+71
2024-02-26
merge-ort: turn submodule conflict suggestions into an advice
Philippe Blain
1
-1
/
+2
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
1
-0
/
+3
2024-02-23
merge-ort: do check `parse_tree()`'s return value
Johannes Schindelin
1
-2
/
+4
2024-02-23
merge-tree: fail with a non-zero exit code on missing tree objects
Johannes Schindelin
1
-3
/
+4
2024-02-06
Merge branch 'jc/comment-style-fixes'
Junio C Hamano
1
-1
/
+1
2024-01-29
merge-ort.c: comment style fix
Junio C Hamano
1
-1
/
+1
2024-01-19
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
1
-7
/
+12
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-10-30
Merge branch 'wx/merge-ort-comment-typofix'
Junio C Hamano
1
-1
/
+1
2023-10-21
merge-ort.c: fix typo 'neeed' to 'needed'
王常新
1
-1
/
+1
2023-10-18
Merge branch 'jc/merge-ort-attr-index-fix'
Junio C Hamano
1
-0
/
+1
2023-10-09
merge-ort: initialize repo in index state
John Cai
1
-0
/
+1
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-5
/
+6
2023-09-16
merge-ort: lowercase a few error messages
Jeff King
1
-2
/
+2
2023-09-14
merge-ort: drop unused "opt" parameter from merge_check_renames_reusable()
Jeff King
1
-3
/
+2
2023-09-14
merge-ort: drop unused parameters from detect_and_process_renames()
Jeff King
1
-6
/
+2
2023-09-14
merge-ort: stop passing "opt" to read_oid_strbuf()
Jeff King
1
-4
/
+3
2023-09-14
merge-ort: drop custom err() function
Jeff King
1
-23
/
+5
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
1
-1
/
+1
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
-1
/
+1
[next]