File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,13 @@ from that package in the API.
114
114
115
115
## Stability
116
116
117
- Experimental. The interface for both the CLI and the library may change. While
118
- the underlying patch library ([ bluekeyes/go-gitdiff] [ ] ) has good test coverage,
119
- it hasn't been used extensively against real-world patches.
117
+ Beta. The library is used in a production application that applies thousands of
118
+ patches every day, but the interface for both the CLI and the library may
119
+ change.
120
+
121
+ While the underlying patch library ([ bluekeyes/go-gitdiff] [ ] ) has good test
122
+ coverage and real-world usage, the space of all possible patches is large, so
123
+ there are likely undiscovered bugs.
120
124
121
125
[ bluekeyes/go-gitdiff ] : https://github.com/bluekeyes/go-gitdiff
122
126
You can’t perform that action at this time.
0 commit comments