-
Notifications
You must be signed in to change notification settings - Fork 5
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
remove bad .gitattributes file #6
base: master
Are you sure you want to change the base?
Conversation
commit d3cbea4 adds a .gitattributes file with `*.c ident` which corrupts the checked out fd2pragma.c, because the code code has string checks for "$Id" and the like.
Aha, so which error message you do get? I cannot reproduce it. |
|
The errors I get is with git-1.7.1 as shipped with CentOS-6.10. So it seems the issue is with older git. Still not nice, and that |
PING ? |
PING? |
commit d3cbea4 adds a .gitattributes file with
*.c ident
which corrupts the checked out fd2pragma.c, because the code
code has string checks for "$Id" and the like.