index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
merge-ort.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/typofixes'
Junio C Hamano
2021-09-28
1
-1
/
+1
|
\
|
*
merge-ort: fix completely wrong comment
Elijah Newren
2021-09-20
1
-1
/
+1
*
|
Merge branch 'ds/mergies-with-sparse-index'
Junio C Hamano
2021-09-21
1
-0
/
+15
|
\
\
|
*
|
merge-ort: expand only for out-of-cone conflicts
Derrick Stolee
2021-09-10
1
-3
/
+10
|
*
|
merge: make sparse-aware with ORT
Derrick Stolee
2021-09-10
1
-0
/
+8
|
|
/
*
|
Merge branch 'en/ort-perf-batch-15'
Junio C Hamano
2021-08-25
1
-85
/
+103
|
\
\
|
|
/
|
/
|
|
*
merge-ort: remove compile-time ability to turn off usage of memory pools
Elijah Newren
2021-08-04
1
-162
/
+47
|
*
merge-ort: reuse path strings in pool_alloc_filespec
Elijah Newren
2021-07-30
1
-7
/
+22
|
*
merge-ort: store filepairs and filespecs in our mem_pool
Elijah Newren
2021-07-30
1
-12
/
+14
|
*
diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
Elijah Newren
2021-07-30
1
-0
/
+42
|
*
merge-ort: switch our strmaps over to using memory pools
Elijah Newren
2021-07-30
1
-50
/
+75
|
*
merge-ort: set up a memory pool
Elijah Newren
2021-07-30
1
-0
/
+25
|
*
merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
Elijah Newren
2021-07-30
1
-0
/
+24
|
*
merge-ort: rename str{map,intmap,set}_func()
Elijah Newren
2021-07-30
1
-13
/
+13
*
|
Merge branch 'en/ort-perf-batch-14'
Junio C Hamano
2021-08-04
1
-11
/
+388
|
\
|
|
*
merge-ort: restart merge with cached renames to reduce process entry cost
Elijah Newren
2021-07-20
1
-6
/
+86
|
*
merge-ort: avoid recursing into directories when we don't need to
Elijah Newren
2021-07-20
1
-3
/
+99
|
*
merge-ort: defer recursing into directories when merge base is matched
Elijah Newren
2021-07-20
1
-2
/
+31
|
*
merge-ort: add a handle_deferred_entries() helper function
Elijah Newren
2021-07-20
1
-0
/
+64
|
*
merge-ort: add data structures for allowable trivial directory resolves
Elijah Newren
2021-07-20
1
-0
/
+61
|
*
merge-ort: add some more explanations in collect_merge_info_callback()
Elijah Newren
2021-07-20
1
-5
/
+15
|
*
merge-ort: resolve paths early when we have sufficient information
Elijah Newren
2021-07-20
1
-0
/
+37
*
|
Merge branch 'en/rename-limits-doc'
Junio C Hamano
2021-07-28
1
-1
/
+1
|
\
\
|
*
|
rename: bump limit defaults yet again
Elijah Newren
2021-07-16
1
-1
/
+1
*
|
|
Merge branch 'ab/attribute-format'
Junio C Hamano
2021-07-28
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+1
|
|
/
*
|
Merge branch 'ab/struct-init'
Junio C Hamano
2021-07-17
1
-2
/
+2
|
\
\
|
*
|
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+2
*
|
|
Merge branch 'en/merge-dir-rename-corner-case-fix'
Junio C Hamano
2021-07-17
1
-1
/
+5
|
\
\
\
|
*
|
|
merge-ort: ensure we consult df_conflict and path_conflicts
Elijah Newren
2021-06-30
1
-1
/
+5
|
|
/
/
*
|
|
Merge branch 'en/ort-perf-batch-13'
Junio C Hamano
2021-07-17
1
-0
/
+50
|
\
\
\
|
*
|
|
merge-ort: add prefetching for content merges
Elijah Newren
2021-06-28
1
-0
/
+50
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'en/ort-perf-batch-12'
Junio C Hamano
2021-07-17
1
-23
/
+57
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
merge-ort: miscellaneous touch-ups
Elijah Newren
2021-06-09
1
-0
/
+5
|
*
|
Fix various issues found in comments
Elijah Newren
2021-06-09
1
-3
/
+5
|
*
|
merge-ort: replace string_list_df_name_compare with faster alternative
Elijah Newren
2021-06-09
1
-20
/
+47
*
|
|
Merge branch 'en/ort-perf-batch-11'
Junio C Hamano
2021-06-14
1
-12
/
+319
|
\
|
|
|
|
/
|
/
|
|
*
merge-ort, diffcore-rename: employ cached renames when possible
Elijah Newren
2021-05-20
1
-5
/
+42
|
*
merge-ort: handle interactions of caching and rename/rename(1to1) cases
Elijah Newren
2021-05-20
1
-1
/
+29
|
*
merge-ort: add helper functions for using cached renames
Elijah Newren
2021-05-20
1
-0
/
+47
|
*
merge-ort: preserve cached renames for the appropriate side
Elijah Newren
2021-05-20
1
-9
/
+11
|
*
merge-ort: avoid accidental API mis-use
Elijah Newren
2021-05-20
1
-0
/
+7
|
*
merge-ort: add code to check for whether cached renames can be reused
Elijah Newren
2021-05-20
1
-2
/
+64
|
*
merge-ort: populate caches of rename detection results
Elijah Newren
2021-05-20
1
-1
/
+72
|
*
merge-ort: add data structures for in-memory caching of rename detection
Elijah Newren
2021-05-20
1
-0
/
+53
*
|
Merge branch 'ah/merge-ort-i18n'
Junio C Hamano
2021-05-16
1
-6
/
+15
|
\
\
|
*
|
merge-ort: split "distinct types" message into two translatable messages
Alex Henrie
2021-05-11
1
-6
/
+15
*
|
|
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
2021-05-10
1
-10
/
+10
|
\
\
\
|
*
|
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-10
/
+10
*
|
|
|
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-1
/
+1
|
\
\
\
\
[next]