]> source.dussan.org Git - jgit.git/commit
Revert "RefDirectory.scanRef: Re-use file existence check done in snapshot creation" 35/189135/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Sun, 26 Dec 2021 14:35:30 +0000 (15:35 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sun, 26 Dec 2021 14:38:26 +0000 (15:38 +0100)
commit7828ef349cfb671cf9673d766a420c032d7ffb45
tree3ddeab02bb3c8498856cc145903653af213bcdff
parentf1547eec05061f8d21fc1f85a0523d46687f64c9
Revert "RefDirectory.scanRef: Re-use file existence check done in snapshot creation"

This reverts commit f829f5f838e0f9c17373ea6cb3407976a8f395ff.

Using MISSING_FILEKEY as indicator for a non-existing file doesn't work
on Windows.

Bug: 577954
Change-Id: I92102a3d259f6cc0f367096a3213cfa794466817
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileSnapshot.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/RefDirectory.java