Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flag for ignoring file mode / permissions #95

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

y3llowcake
Copy link

Use of this flag can improve determinism of builds. In my employer's environment the use of git across linux/osx hosts can produce different results for the mode (particularity the 'group' and 'other' permission bits).

@jcchavezs
Copy link
Collaborator

I think this is a great addition, would you mind adding a unit test for this?

@y3llowcake
Copy link
Author

I'd rather not add a unit test for 3 lines of code in a main package. If I was to add a test, how would you suggest I do that? Can you point me at a similar test case?

@y3llowcake
Copy link
Author

Hi @jcchavezs can you point me at an existing test that I could use as a starting point?

@reaVen-
Copy link

reaVen- commented Jan 7, 2021

Whatever happened to this? I'm seeing the same thing happen i.e diff between dev environments and build environments. can I help merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants