fork of go-gitdiff with jj support

Update development status in README

authored by Billy Keyes and committed by GitHub 8cd57be4 b846b2ce

Changed files
+7 -3
+7 -3
README.md
··· 36 37 ## Development Status 38 39 - Mostly complete, but API changes are possible. Patch parsing and strict 40 - application works and is well-covered by unit tests, but has not been validated 41 - extensively against real-world patches. 42 43 ## Why another git/unified diff parser? 44
··· 36 37 ## Development Status 38 39 + Mostly complete. API changes are possible, particularly for patch application, 40 + but I expect the parsing interface and types to remain stable. 41 + 42 + Patch parsing and strict application are well-covered by unit tests and the 43 + library is used in a production application that parses and applies thousands of 44 + patches every day, but the space of all possible patches is large, so there are 45 + likely undiscovered bugs. 46 47 ## Why another git/unified diff parser? 48