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

.zip files have "text" git attribute #815

Open
KrisThielemans opened this issue Feb 22, 2024 · 1 comment · May be fixed by #816
Open

.zip files have "text" git attribute #815

KrisThielemans opened this issue Feb 22, 2024 · 1 comment · May be fixed by #816

Comments

@KrisThielemans
Copy link

KrisThielemans commented Feb 22, 2024

On my CentOS system, simply cloning date gives

$ git status
# On branch master
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#	modified:   test/tz_test/tzdata2015e.txt.zip
#	modified:   test/tz_test/tzdata2015f.txt.zip
#	modified:   test/tz_test/tzdata2016c.txt.zip
#	modified:   test/tz_test/tzdata2016d.txt.zip
#	modified:   test/tz_test/tzdata2016e.txt.zip
#	modified:   test/tz_test/tzdata2016f.txt.zip
#
no changes added to commit (use "git add" and/or "git commit -a")

This is because all files have git attribute set to "text".

@KrisThielemans KrisThielemans linked a pull request Feb 22, 2024 that will close this issue
@KrisThielemans
Copy link
Author

This means we cannot use Date via ExternalProject. See SyneRBI/SIRF-SuperBuild#864

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 a pull request may close this issue.

1 participant