diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2020-04-30 22:22:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 22:22:03 +0200 |
commit | 0e071eadc2082e92112b200c7dabe3dbadb7eb7b (patch) | |
tree | 34089b1f1e0f826105fb56fb01ba1195cf8cad3e | |
parent | 861283ebd365d078288504669045505313345055 (diff) | |
parent | b4851b94b5ad53ce777fd67892f17453448406a5 (diff) | |
download | go-git-0e071eadc2082e92112b200c7dabe3dbadb7eb7b.tar.gz |
Merge pull request #49 from gopye/fix_patch_comment
Remove unnecessary text from comment
-rw-r--r-- | plumbing/object/patch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object/patch.go b/plumbing/object/patch.go index be1e609..1135a40 100644 --- a/plumbing/object/patch.go +++ b/plumbing/object/patch.go @@ -115,7 +115,7 @@ func fileContent(f *File) (content string, isBinary bool, err error) { return } -// textPatch is an implementation of fdiff.Patch interface +// Patch is an implementation of fdiff.Patch interface type Patch struct { message string filePatches []fdiff.FilePatch |