diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-05-25 11:33:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 11:33:11 +0200 |
commit | 904e2efe11926c81ccce0f643a903f9a71474ecd (patch) | |
tree | fd5c7802d19695997fd40f05ff534c053ac1937e /.gitattributes | |
parent | cffec1f95f0ac4bad1deb24bf7f921bd93145a16 (diff) | |
parent | 222e7a2da345f01980d9261c40c5d50eced4f9ab (diff) | |
download | yosys-904e2efe11926c81ccce0f643a903f9a71474ecd.tar.gz yosys-904e2efe11926c81ccce0f643a903f9a71474ecd.tar.bz2 yosys-904e2efe11926c81ccce0f643a903f9a71474ecd.zip |
Merge pull request #3138 from DanielG/fix-git-rev
Make GIT_REV logic work in release tarballs
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f85ae06c9..5e568606e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.v linguist-language=Verilog +/.gitcommit export-subst |