Skip to content

Commit

Permalink
Update go/git/diff_tree.go
Browse files Browse the repository at this point in the history
Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
Andrew Mason and frouioui committed Jan 29, 2024
1 parent e033658 commit a77b323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/git/diff_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ func ParseDiffTreeEntry(line string, basedir string) (*github.TreeEntry, error)

oldMode := match[1]
newMode := match[2]
// oldSHA := match[3]
// newSHA := match[4]
path := match[5]

entry := github.TreeEntry{
Expand Down

0 comments on commit a77b323

Please sign in to comment.