You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
baseline rename-within-rename A-B-deviates A B "Git doesn't detect the rename-nesting so there is duplication - we achieve the optimal result"
697
-
baseline rename-within-rename-2 A-B-deviates A B "TBD"
729
+
baseline rename-within-rename-2 A-B-deviates A B "TBD: Right, something is different documentation was forgotten :/"
698
730
baseline conflicting-rename A-B A B
699
731
baseline conflicting-rename-2 A-B A B
700
732
baseline conflicting-rename-complex A-B A B "Git has different rename tracking which is why a-renamed/w disappears - it's still close enough"
701
733
702
734
baseline same-rename-different-mode A-B A B "Git works for the A/B case, but for B/A it forgets to set the executable bit"
735
+
baseline same-rename-different-mode A-B-diff3 A B "Git works for the A/B case, but for B/A it forgets to set the executable bit"
703
736
baseline renamed-symlink-with-conflict A-B A B
704
737
baseline added-file-changed-content-and-mode A-B A B "We improve on executable bit handling, but loose on diff quality as we are definitely missing some tweaks"
705
738
706
739
baseline type-change-and-renamed A-B A B
707
740
baseline change-and-delete A-B A B
708
741
baseline submodule-both-modify A-B A B "We can't handle submodules yet and just mark them as conflicting. This is planned to be improved."
709
742
baseline both-modify-union-attr A-B A B
743
+
baseline both-modify-union-attr A-B-diff3 A B
710
744
baseline both-modify-binary A-B A B
711
745
baseline both-modify-binary A-B A B
712
746
baseline both-modify-file-with-binary-attr A-B A B
713
747
baseline big-file-merge A-B A B "Git actually ignores core.bigFileThreshold during merging and tries a normal merge (or binary one) anyway. We don't ignore it and treat big files like binary files" \
0 commit comments