nissy-classic

Stable branch of nissy
git clone https://git.tronto.net/nissy-classic
Download | Log | Files | Refs | README | LICENSE

commit 79f7dc9a6913bb8a5df4041aeebc3f97351236f9
parent e0e21d5e120010607ea93b746953ad9a28550078
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Sun, 13 Sep 2020 10:33:51 +0200

Override git linduist for .h file

Diffstat:
A.gitattributes | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,3 @@ +*.c linguist-language=C +*.h linguist-language=C +*.sh linguist-language=Shell