git-lfs/lfs
brian m. carlson a514c7cf43
Check error when creating local storage directory
When we have an error creating the local storage directory, such as if
the permissions are wrong, we fail to produce a helpful error message,
since we fail to check the error we produce.

Let's take the error we get in such a case and pass it through to the
transfer queue, where we can handle it as any other error.  This means
that if only one directory has a problem, we can transfer the rest of
the objects and fail for only the one problematic object.
2020-02-10 16:07:59 +00:00
..
attribute.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
config_test.go move config.FetchPruneConfig -> lfs.FetchPruneConfig 2017-10-18 13:51:57 -06:00
config.go move config.FetchPruneConfig -> lfs.FetchPruneConfig 2017-10-18 13:51:57 -06:00
diff_index_scanner.go status: update index before showing status 2019-11-18 20:37:52 +00:00
extension.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
gitfilter_clean.go filter-process: avoid hang when using git hash-object --stdin 2019-11-04 19:55:45 +00:00
gitfilter_smudge.go Check error when creating local storage directory 2020-02-10 16:07:59 +00:00
gitfilter.go lfs,git: send refspec in batch api calls from smudge filter 2018-01-05 15:01:29 -07:00
gitscanner_catfilebatch.go Pass environment variables into object scanner 2019-08-15 17:39:32 +00:00
gitscanner_catfilebatchcheck.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
gitscanner_catfilebatchcheckscanner_test.go lfs: teach gitscanner how to emit lockable files that aren't lfs objects 2017-02-16 16:52:40 -07:00
gitscanner_index.go status: update index before showing status 2019-11-18 20:37:52 +00:00
gitscanner_log.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
gitscanner_pointerscanner_test.go git: replace object scanner with one based on gitobj 2018-09-11 18:43:27 +00:00
gitscanner_refs.go Optimize pushes of multiple refs 2020-01-16 20:20:08 +00:00
gitscanner_remotes.go extracts skipped ref calculation 2016-11-16 16:05:03 -07:00
gitscanner_tree.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
gitscanner.go Optimize pushes of multiple refs 2020-01-16 20:20:08 +00:00
hook.go Use proper repo permissions when creating directories 2018-12-13 17:51:02 +00:00
lfs_test.go t: move testutils.go to cmd sub-package 2018-07-13 12:54:18 -05:00
lfs.go tq: enable transfer debugging when GIT_CURL_VERBOSE is set 2018-10-24 20:56:52 +00:00
pointer_test.go commands,lfs: teach lfs.DecodeFrom to return an io.Reader 2016-12-23 12:16:57 -07:00
pointer.go Allow migrate export to handle non-pointer files gracefully 2019-11-08 17:20:45 +00:00
scanner_git_test.go Pass environment variables into object scanner 2019-08-15 17:39:32 +00:00
scanner_test.go extract a filepathfilter package 2016-11-21 11:38:39 -07:00
scanner.go Pass environment variables into object scanner 2019-08-15 17:39:32 +00:00
util_generic.go Fix non linux with cgo build condition 2016-01-30 00:58:55 +03:00
util_test.go progress,tools: move CopyCallback (and related) to 'tools' 2017-11-22 14:08:33 -08:00
util.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00