We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fcc9a commit ef3359aCopy full SHA for ef3359a
gitdiff/parser.go
@@ -1,3 +1,6 @@
1
+// Package gitdiff parses and applies patches generated by Git. It supports
2
+// line-oriented text patches, binary patches, and can also parse standard
3
+// unified diffs generated by other tools.
4
package gitdiff
5
6
import (
0 commit comments