From 25f47730a9df6fc0cb6a2a8a7d238549e7d014fd Mon Sep 17 00:00:00 2001 From: David Staheli <1767415+davidstaheli@users.noreply.github.com> Date: Mon, 20 May 2024 04:59:37 -0400 Subject: [PATCH] Correct a Git LFS reusable that says files are silently rejected (#50695) --- data/reusables/repositories/git-lfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/repositories/git-lfs.md b/data/reusables/repositories/git-lfs.md index 2c1ae5f7db..7c7f90edf4 100644 --- a/data/reusables/repositories/git-lfs.md +++ b/data/reusables/repositories/git-lfs.md @@ -1 +1 @@ -If you exceed the per file limit of 5 GB, the file will be rejected silently by Git LFS. +If you exceed the per-file limit of 5 GB, the file will be rejected by Git LFS with an error message.