From 4519f59b5fc258653027b89705bb2ac832d25a17 Mon Sep 17 00:00:00 2001 From: Andrew Archibald Date: Wed, 10 Mar 2021 00:02:07 -0700 Subject: plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256) --- plumbing/format/gitignore/dir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format/gitignore/dir.go') diff --git a/plumbing/format/gitignore/dir.go b/plumbing/format/gitignore/dir.go index 4a26325..922c458 100644 --- a/plumbing/format/gitignore/dir.go +++ b/plumbing/format/gitignore/dir.go @@ -125,7 +125,7 @@ func LoadGlobalPatterns(fs billy.Filesystem) (ps []Pattern, err error) { } // LoadSystemPatterns loads gitignore patterns from from the gitignore file -// declared in a system's /etc/gitconfig file. If the ~/.gitconfig file does +// declared in a system's /etc/gitconfig file. If the /etc/gitconfig file does // not exist the function will return nil. If the core.excludesfile property // is not declared, the function will return nil. If the file pointed to by // the core.excludesfile property does not exist, the function will return nil. -- cgit