File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ extensively against real-world patches.
3636[ functionality] [ seletskiy ] exist, so why did I write another?
3737
38381 . No other packages I found support binary diffs, as generated with the
39- ` --binary ` flag. This is the main reason for writing a new packages , as the
39+ ` --binary ` flag. This is the main reason for writing a new package , as the
4040 format is pretty different from line-oriented diffs and is unique to Git.
4141
42- 2 . Most other packages only parse patches, so you need another package to apply
43- them (and if they do support applies , it is only for text files.)
42+ 2 . Most other packages only parse patches, so you need additional code to apply
43+ them (and if applies are supported , it is only for text files.)
4444
45453 . This package aims to accept anything that ` git apply ` accepts, and closely
4646 follows the logic in [ ` apply.c ` ] [ apply.c ] .
4747
48- 4 . It seemed like a fun thing to write and a good way to learn more about Git.
48+ 4 . It seemed like a fun project and a way to learn more about Git.
4949
5050[ sourcegraph ] : https://github.com/sourcegraph/go-diff
5151[ sergi ] : https://github.com/sergi/go-diff
You can’t perform that action at this time.
0 commit comments