Age | Commit message (Collapse) | Author |
|
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
|
|
Version https://github.com/go-git/go-git/commit/d767b7256ade17d20467bea377af4045b9cd8015
|
|
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
|