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
2025-08-21
Merge branch 'en/ort-rename-fixes'
Junio C Hamano
1
-15
/
+40
2025-08-07
merge-ort: fix directory rename on top of source of other rename/delete
Elijah Newren
1
-5
/
+13
2025-08-07
merge-ort: fix incorrect file handling
Elijah Newren
1
-0
/
+14
2025-08-07
merge-ort: clarify the interning of strings in opt->priv->path
Elijah Newren
1
-3
/
+8
2025-08-07
merge-ort: drop unnecessary temporary in check_for_directory_rename()
Elijah Newren
1
-4
/
+2
2025-08-07
merge-ort: update comments to modern testfile location
Elijah Newren
1
-3
/
+3
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-3
/
+4
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-3
/
+3
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-4
/
+4
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-3
/
+4
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-16
merge-ort: add a new mergeability_only option
Elijah Newren
1
-7
/
+31
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+2
2025-04-17
Merge branch 'en/merge-recursive-debug'
Junio C Hamano
1
-3
/
+159
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-13
/
+13
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
1
-1
/
+2
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
1
-13
/
+13
2025-04-08
merge-recursive.[ch]: thoroughly debug these
Elijah Newren
1
-0
/
+159
2025-04-08
merge-ort: enable diff-algorithms other than histogram
Elijah Newren
1
-3
/
+0
2025-04-08
Merge branch 'en/assert-wo-side-effects'
Junio C Hamano
1
-2
/
+2
2025-03-29
Merge branch 'en/random-cleanups'
Junio C Hamano
1
-5
/
+5
2025-03-29
Merge branch 'en/merge-ort-prepare-to-remove-recursive'
Junio C Hamano
1
-7
/
+46
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
1
-2
/
+2
2025-03-18
merge-ort: fix merge.directoryRenames=false
Elijah Newren
1
-2
/
+29
2025-03-18
merge-ort: allow rename detection to be disabled
Elijah Newren
1
-0
/
+5
2025-03-18
merge-ort: add new merge_ort_generic() function
Elijah Newren
1
-5
/
+12
2025-03-17
merge-ort: remove extraneous word in comment
Elijah Newren
1
-3
/
+3
2025-03-17
merge-ort: fix accidental strset<->strintmap
Elijah Newren
1
-2
/
+2
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-13
/
+13
2025-03-06
merge-ort: fix slightly overzealous assertion for rename-to-self
Elijah Newren
1
-1
/
+2
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
[next]