Skip to content

Commit 389fbdb

Browse files
committed
Adjust .gitattributes to allow diffing of generated archives
This works if the following configuration is added: ``` [diff "lfs"] textconv = tar tzf ```
1 parent a4bb7b9 commit 389fbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**/generated-archives/*.tar.xz filter=lfs-disabled diff=lfs merge=lfs -text
1+
**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text
22

33
# assure line feeds don't interfere with our working copy hash
44
**/tests/fixtures/**/*.sh text crlf=input eol=lf

0 commit comments

Comments
 (0)