summarylogtreecommitdiffstats
path: root/.gitattributes
AgeCommit message (Collapse)Author
2024-04-04Remove local-only filesgesh
.gitattributes are useful for local configuration, but they shouldn't have been checked in
2024-04-01Fix pkgver()gesh
Upstream releases aren't monotonic wrt vercmp -- eg they release v0.3.16.0f < v0.3.17.0 < v0.3.17.0a whereas vercmp would sort this v0.3.16.0f < v0.3.17.0a < v0.3.17.0 After considering multiple solutions, noticing that the final alphabetic component seems to be a patch version not reflected in `pandoc-crossref.cabal`, decided to just drop that component. The information provided in it is redundant with the .rCOUNT.gSHA component, and none of the ways of massaging it into an acceptable pkgver left me confident they'd solved the mononicity problem. As a bonus, this solution will not create spurious downgrade warnings.
2022-04-04Ignore patch ws errorsgesh
2021-11-07gitattributes: ignore whitespace in SRCINFOgesh
Previous config also killed diffs
2021-10-28Convert to static buildgesh
* Decouple from `pandoc-bin` * NOTE: `pandoc-crossref` _only_ works with the `pandoc` version it was built for * Make into -git package