Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Override *.h files as C with Linguist | Elvin Aslanov | 2023-01-15 | 1 | -0/+1 |
| | | | | | GitHub classifies 23 files as C++ for some reason. https://github.com/Perl/perl5/search?q=language%3AC%2B%2B&type=code I believe Perl doesn't contain C++ code, and C++ headers can have a distinguishable .hh, .hpp, .hxx, and .h++ extensions. | ||||
* | Add proto.h as linguist-generated to .gitattributes | Paul "LeoNerd" Evans | 2022-12-16 | 1 | -0/+1 |
| | |||||
* | Mark files generated by unicode as linguist-generated | Paul "LeoNerd" Evans | 2022-02-18 | 1 | -0/+4 |
| | |||||
* | Mark feature.h and lib/feature.pm as generated | Dagfinn Ilmari Mannsåker | 2022-02-14 | 1 | -0/+2 |
| | |||||
* | Mark lib/warnings.pm and warnings.h as generated | Dagfinn Ilmari Mannsåker | 2022-02-07 | 1 | -0/+2 |
| | |||||
* | embedvar.h is a generated file | Paul "LeoNerd" Evans | 2022-02-03 | 1 | -0/+1 |
| | |||||
* | Mark keywords.{c,h} as linguist-generated in .gitattributes | Paul "LeoNerd" Evans | 2021-12-16 | 1 | -0/+2 |
| | |||||
* | Mark scripts, modules and tests as linguist-language=Perl | Dagfinn Ilmari Mannsåker | 2021-12-03 | 1 | -0/+3 |
| | | | | Otherwise GitHub thinks some of them are Raku or Prolog. | ||||
* | Give files autogenerated by regen/opcode.pl the linguist-generated attribute ↵ | Paul "LeoNerd" Evans | 2021-12-03 | 1 | -0/+4 |
| | | | | so github hides diffs | ||||
* | Add .gitattributes to tell github to treat perly.{act,h,tab} as generated files | Paul "LeoNerd" Evans | 2021-09-28 | 1 | -0/+3 |
| | |||||
* | add git commit info into archive exports to allow building outside git | Graham Knop | 2019-10-23 | 1 | -0/+1 |
Normally, builds require either a .patch file or to be built out of git when not a proper release. We can use git attributes to make a file that will give partial information about the commit when an archive is created. This allows downloads from github to build. |