git-lfs/fs
brian m. carlson cc815f59e6
Use proper repo permissions when creating directories
Honor the repository permssions set with the umask or
core.sharedRepository when creating directories by using tools.MkdirAll.
Pass an appropriate configuration or filesystem object through as needed
to ensure that we can query the proper permissions. Add a test that
these code paths work by cloning a new repository and then performing
some operations on it.

Note that in the test, we match patterns with either the setgid bit
clear or set, since it may be set or not depending on whether the system
has SysV or BSD group semantics.
2018-12-13 17:51:02 +00:00
..
cleanup.go lfs: remove LocalMediaPath() 2017-10-25 11:31:15 -06:00
fs_test.go fs: expose repository permissions 2018-12-13 17:51:02 +00:00
fs.go Use proper repo permissions when creating directories 2018-12-13 17:51:02 +00:00