We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git-lfs
1 parent cbdbb8a commit 93cb5baCopy full SHA for 93cb5ba
tests/tools/src/lib.rs
@@ -680,7 +680,7 @@ fn should_skip_all_archive_creation() -> bool {
680
}
681
682
fn is_lfs_pointer_file(path: &Path) -> bool {
683
- const PREFIX: &[u8] = b"version https://gix-lfs";
+ const PREFIX: &[u8] = b"version https://git-lfs";
684
let mut buf = [0_u8; PREFIX.len()];
685
std::fs::OpenOptions::new()
686
.read(true)
0 commit comments