Browse Source
* Fix ParsePatch to work properly with quoted diff --git string Currently ParsePatch fails when a diff contains a quoted diff line like: diff --git "a/file" "b/file" This patch makes it properly parse the line when that happens. Fixes #6309 * Add test for regular case while here * Simplify string modificationtags/v1.9.0-dev
2 changed files with 65 additions and 0 deletions
Loading…
Reference in new issue