We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ea902 commit 5b46918Copy full SHA for 5b46918
.gitattributes
@@ -1,3 +1,7 @@
1
+*.tar.gz binary
2
+*.zip binary
3
+*.png diff=exif
4
+
5
# API files
6
api/*.h licensefile=.githooks/LICENSE-C
7
api/*.F90 licensefile=.githooks/LICENSE-Fortran
CHANGELOG.md
@@ -29,6 +29,10 @@
29
program output.
30
- An API function to get the dipole moment, relative to the origin, due to the ASC
31
on the cavity. Both the norm and the components can be obtained.
32
+- `.gitattributes` now instructs Git to ignore binary files in diff operations.
33
+ PNG files are diff-ed using EXIF information. To set this up properly,
34
+ install an EXIF tool on your machine and run `git config diff.exif.textconv
35
+ exiftool` in your local copy of the repository.
36
37
### Changed
38
0 commit comments