diff options
author | James Romeril <j.romeril@gmail.com> | 2022-09-22 18:31:11 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 10:31:11 +0200 |
commit | 08cffa1efade914020497a73907763e8d3707a77 (patch) | |
tree | d42c91c8e71437881726b1a850945f57f9c35b05 | |
parent | f9b2cce5c9e6510fefb21ce54c07b59e83b6da8f (diff) | |
download | go-git-08cffa1efade914020497a73907763e8d3707a77.tar.gz |
*: fix typographical error
-rw-r--r-- | options.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -402,7 +402,7 @@ type LogOptions struct { // Show only those commits in which the specified file was inserted/updated. // It is equivalent to running `git log -- <file-name>`. - // this field is kept for compatility, it can be replaced with PathFilter + // this field is kept for compatibility, it can be replaced with PathFilter FileName *string // Filter commits based on the path of files that are updated |