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-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
2021-05-20
merge-ort: add code to check for whether cached renames can be reused
Elijah Newren
1
-2
/
+64
2021-05-20
merge-ort: populate caches of rename detection results
Elijah Newren
1
-1
/
+72
2021-05-20
merge-ort: add data structures for in-memory caching of rename detection
Elijah Newren
1
-0
/
+53
2021-05-16
Merge branch 'ah/merge-ort-i18n'
Junio C Hamano
1
-6
/
+15
2021-05-11
merge-ort: split "distinct types" message into two translatable messages
Alex Henrie
1
-6
/
+15
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
1
-10
/
+10
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-1
/
+1
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-10
/
+10
2021-04-16
Merge branch 'ah/merge-ort-ubsan-fix'
Junio C Hamano
1
-14
/
+6
2021-04-16
Merge branch 'en/ort-readiness'
Junio C Hamano
1
-28
/
+215
2021-04-16
Merge branch 'en/ort-perf-batch-10'
Junio C Hamano
1
-18
/
+61
2021-04-12
merge-ort: only do pointer arithmetic for non-empty lists
Andrzej Hunt
1
-13
/
+5
2021-04-08
Merge branch 'en/ort-perf-batch-9'
Junio C Hamano
1
-4
/
+230
2021-03-22
Merge branch 'en/ort-perf-batch-8'
Junio C Hamano
1
-138
/
+6
2021-03-20
Revert "merge-ort: ignore the directory rename split conflict for now"
Elijah Newren
1
-12
/
+1
2021-03-20
merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict
Elijah Newren
1
-0
/
+10
2021-03-20
merge-ort: implement CE_SKIP_WORKTREE handling with conflicted entries
Elijah Newren
1
-13
/
+30
2021-03-20
merge-ort: support subtree shifting
Elijah Newren
1
-0
/
+24
2021-03-20
merge-ort: let renormalization change modify/delete into clean delete
Elijah Newren
1
-2
/
+62
2021-03-20
merge-ort: have ll_merge() use a special attr_index for renormalization
Elijah Newren
1
-2
/
+62
2021-03-20
merge-ort: add a special minimal index just for renormalization
Elijah Newren
1
-0
/
+20
2021-03-20
merge-ort: use STABLE_QSORT instead of QSORT where required
Elijah Newren
1
-1
/
+7
2021-03-18
merge-ort: record the reason that we want a rename for a file
Elijah Newren
1
-5
/
+10
2021-03-18
diffcore-rename: add computation of number of unknown renames
Elijah Newren
1
-0
/
+3
2021-03-18
merge-ort: record the reason that we want a rename for a directory
Elijah Newren
1
-3
/
+38
2021-03-18
merge-ort, diffcore-rename: tweak dirs_removed and relevant_source type
Elijah Newren
1
-14
/
+14
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-5
/
+4
2021-03-10
merge-ort: skip rename detection entirely if possible
Elijah Newren
1
-0
/
+44
[prev]
[next]