jgit/org.eclipse.jgit.lfs.test/tst/org/eclipse/jgit/lfs
Thomas Wolf 0ae37d4000 DirCacheCheckout: use a LinkedHashMap instead of HashMap
This guarantees that updates are checked out in git order, which
is important for LFS if a .lfsconfig file is used. That file comes
early in git order, and the LFS smudge filter will consider the
working tree version. To ensure that on branch switches the correct
version of that file is used, the checkout order must be stable and
should be the git order.

Change-Id: I20f6d11bf08558f9d5adfd2be71e36321460038c
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2022-03-19 21:41:55 +01:00
..
internal Support for "lfs.url" from ".lfsconfig" 2022-03-03 10:47:45 +01:00
lib LFSPointerTest: suppress errorprone error [SelfComparison] 2021-02-04 01:19:42 +01:00
LfsConfigGitTest.java DirCacheCheckout: use a LinkedHashMap instead of HashMap 2022-03-19 21:41:55 +01:00
LfsGitTest.java [checkout] Use .gitattributes from the commit to be checked out 2022-03-07 18:45:25 +01:00