Skip to content

Commit

Permalink
plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaliaarchi committed Mar 10, 2021
1 parent c66023a commit 4519f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbing/format/gitignore/dir.go
Expand Up @@ -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.
Expand Down

0 comments on commit 4519f59

Please sign in to comment.