ORAS download folder doesn't need Git safe#7957
Conversation
|
Thank you for the ping. It's already midnight here again. I will happily look at it tomorrow if you don't mind. I'd say, go ahead and commit. The build is currently broken, can't really break something if it's already not working. If there should be a fallout from this commit we can deal with it tomorrow. That being said I noticed that you pass the directory to git config as $1 in #7910. But that's been there before. At least according to my interpretation of "man git-config" that is not syntactically correct. But hey, if it works! Maybe you feel like looking into exporting $1 to $GIT_DIR and calling git with that environment variable. Just an idea, I did not test it here. Good night! |
Sadly not in all cases. For now, I will revert #7910 as it seems to be more complex problem. For which more time is needed that available :) GN! |
Description
After switching #7910 using git safe per cloned repository, this errors out as "not a git directory". After dropping, compilation proceeded.
@leggewie
How Has This Been Tested?
Checklist: