I am using jgit to clone my repository, but when I do, I notice that the permissions are not what they're supposed to be. They match my umask setting which is undesirable since git can track the permissions and that is critical for the configuration files.
Is this possible or is it simply a bug?