Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-09 | go-git-gitignore: simpleNameMatch: bail out on "p.dirOnly && !isDir" | Jakob Unterwurzacher | |
Fixes this test failure: --- FAIL: TestIssue927Minimal (0.03s) exclude_test.go:44: File "dir/zzz" is visible, but should be hidden FAIL testcases[0] = struct { plaintextnames bool; deterministic_names bool }{plaintextnames:true, deterministic_names:false} failed exit status 1 FAIL github.com/rfjakob/gocryptfs/v2/tests/reverse 0.577s | |||
2025-07-09 | go-git-gitignore: add pattern_test.go | Jakob Unterwurzacher | |
Version https://github.com/go-git/go-git/commit/d767b7256ade17d20467bea377af4045b9cd8015 |