Categorygithub.com/speakeasy-api/git-diff-parser
modulepackage
0.0.3
Repository: https://github.com/speakeasy-api/git-diff-parser.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Converts git diff --word-diff=porcelain output to a Diff object.
SignificantChange Allows a structured diff to be passed into the `isSignificant` function to determine significance.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
ContentChange is a part of the line that starts with ` `, `-`, `+` Consecutive ContentChange build a line.
No description provided by the author
FileDiff Source of truth: https://github.com/git/git/blob/master/diffcore.h#L106 Implemented in https://github.com/git/git/blob/master/diff.c#L3496.
Hunk is a line that starts with @@.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author