index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
merge-ort.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-25
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
1
-14
/
+4
2021-10-13
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
1
-7
/
+1
2021-10-08
merge-{ort,recursive}: remove add_submodule_odb()
Jonathan Tan
1
-14
/
+4
2021-10-06
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
1
-18
/
+35
2021-09-28
Merge branch 'en/typofixes'
Junio C Hamano
1
-1
/
+1
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
1
-1
/
+1
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
1
-7
/
+1
2021-09-22
Merge branch 'jt/add-submodule-odb-clean-up' into jt/no-abuse-alternate-odb-f...
Junio C Hamano
1
-18
/
+35
2021-09-20
Merge branch 'ds/mergies-with-sparse-index'
Junio C Hamano
1
-0
/
+15
2021-09-20
merge-ort: fix completely wrong comment
Elijah Newren
1
-1
/
+1
2021-09-09
merge-ort: expand only for out-of-cone conflicts
Derrick Stolee
1
-3
/
+10
2021-09-09
merge: make sparse-aware with ORT
Derrick Stolee
1
-0
/
+8
2021-09-09
revision: remove "submodule" from opt struct
Jonathan Tan
1
-18
/
+35
2021-08-24
Merge branch 'en/ort-perf-batch-15'
Junio C Hamano
1
-85
/
+103
2021-08-04
Merge branch 'en/ort-perf-batch-14'
Junio C Hamano
1
-11
/
+388
2021-08-03
merge-ort: remove compile-time ability to turn off usage of memory pools
Elijah Newren
1
-162
/
+47
2021-07-30
merge-ort: reuse path strings in pool_alloc_filespec
Elijah Newren
1
-7
/
+22
2021-07-30
merge-ort: store filepairs and filespecs in our mem_pool
Elijah Newren
1
-12
/
+14
2021-07-30
diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
Elijah Newren
1
-0
/
+42
2021-07-30
merge-ort: switch our strmaps over to using memory pools
Elijah Newren
1
-50
/
+75
2021-07-30
merge-ort: set up a memory pool
Elijah Newren
1
-0
/
+25
2021-07-30
merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
Elijah Newren
1
-0
/
+24
2021-07-30
merge-ort: rename str{map,intmap,set}_func()
Elijah Newren
1
-13
/
+13
2021-07-28
Merge branch 'en/rename-limits-doc'
Junio C Hamano
1
-1
/
+1
2021-07-28
Merge branch 'ab/attribute-format'
Junio C Hamano
1
-0
/
+1
2021-07-20
merge-ort: restart merge with cached renames to reduce process entry cost
Elijah Newren
1
-6
/
+86
2021-07-20
merge-ort: avoid recursing into directories when we don't need to
Elijah Newren
1
-3
/
+99
2021-07-20
merge-ort: defer recursing into directories when merge base is matched
Elijah Newren
1
-2
/
+31
2021-07-20
merge-ort: add a handle_deferred_entries() helper function
Elijah Newren
1
-0
/
+64
2021-07-20
merge-ort: add data structures for allowable trivial directory resolves
Elijah Newren
1
-0
/
+61
2021-07-20
merge-ort: add some more explanations in collect_merge_info_callback()
Elijah Newren
1
-5
/
+15
2021-07-20
merge-ort: resolve paths early when we have sufficient information
Elijah Newren
1
-0
/
+37
2021-07-16
Merge branch 'ab/struct-init'
Junio C Hamano
1
-2
/
+2
2021-07-16
Merge branch 'en/merge-dir-rename-corner-case-fix'
Junio C Hamano
1
-1
/
+5
2021-07-16
Merge branch 'en/ort-perf-batch-13'
Junio C Hamano
1
-0
/
+50
2021-07-16
Merge branch 'en/ort-perf-batch-12'
Junio C Hamano
1
-23
/
+57
2021-07-15
rename: bump limit defaults yet again
Elijah Newren
1
-1
/
+1
2021-07-13
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-07-01
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-06-30
merge-ort: ensure we consult df_conflict and path_conflicts
Elijah Newren
1
-1
/
+5
2021-06-28
merge-ort: add prefetching for content merges
Elijah Newren
1
-0
/
+50
2021-06-14
Merge branch 'en/ort-perf-batch-11'
Junio C Hamano
1
-12
/
+319
2021-06-09
merge-ort: miscellaneous touch-ups
Elijah Newren
1
-0
/
+5
2021-06-09
Fix various issues found in comments
Elijah Newren
1
-3
/
+5
2021-06-09
merge-ort: replace string_list_df_name_compare with faster alternative
Elijah Newren
1
-20
/
+47
2021-05-20
merge-ort, diffcore-rename: employ cached renames when possible
Elijah Newren
1
-5
/
+42
2021-05-20
merge-ort: handle interactions of caching and rename/rename(1to1) cases
Elijah Newren
1
-1
/
+29
2021-05-20
merge-ort: add helper functions for using cached renames
Elijah Newren
1
-0
/
+47
2021-05-20
merge-ort: preserve cached renames for the appropriate side
Elijah Newren
1
-9
/
+11
2021-05-20
merge-ort: avoid accidental API mis-use
Elijah Newren
1
-0
/
+7
[next]