git-lfs/errors
brian m. carlson 13e780ca3c
errors: allow reporting invalid pointers
Currently, Git LFS tries very hard to ignore Git files that are not
pointers.  However, we'd like to add a mode to git lfs fsck where people
can scan for invalid pointers so they can check for problems in CI.
Let's add an error type that we can use to report these errors and
extract the relevant data from them to provide to the user.
2021-07-14 18:12:06 +00:00
..
context.go errors: remove Error prefix 2016-08-19 14:03:39 -06:00
errors_test.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
errors.go Print error causes to stderr 2017-02-24 16:31:27 -07:00
types_test.go Move retry logic to errors.IsRetrialbeError 2017-06-14 06:40:33 +02:00
types.go errors: allow reporting invalid pointers 2021-07-14 18:12:06 +00:00