this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add a package-level documentation comment

+3
+3
gitdiff/parser.go
··· 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. 1 4 package gitdiff 2 5 3 6 import (