aboutsummaryrefslogtreecommitdiff
path: root/internal/go-git-gitignore/README.md
AgeCommit message (Collapse)Author
2025-07-09go-git-gitignore: add pattern_test.goJakob Unterwurzacher
Version https://github.com/go-git/go-git/commit/d767b7256ade17d20467bea377af4045b9cd8015
2025-07-09go-git-gitignore: copy matcher.go, pattern.go from ↵Jakob Unterwurzacher
go-git/plumbing/format/gitignore Files copied from https://github.com/go-git/go-git/tree/7bc22667c9e181cc1361eccec77f1a237abee860/plumbing/format/gitignore . Importing all of go-git pulls in a metric ton of dependencies, so I have decided to only copy the two files we need. https://github.com/rfjakob/gocryptfs/issues/927