summaryrefslogtreecommitdiff
path: root/docs/diff-internals.md
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-06-11 11:22:22 -0700
committerRussell Belfer <rb@github.com>2013-06-11 11:22:22 -0700
commit5dc98298a14a9adae3cf8b21fb01f682791c29c7 (patch)
treeed0e5ab97a3e7d6d03b9959265693665f950cef6 /docs/diff-internals.md
parent3eadfecd325d355d3f8a9631d9c89b7e8eede98b (diff)
downloadlibgit2-5dc98298a14a9adae3cf8b21fb01f682791c29c7.tar.gz
Implement regex pattern diff driver
This implements the loading of regular expression pattern lists for diff drivers that search for function context in that way. This also changes the way that diff drivers update options and interface with xdiff APIs to make them a little more flexible.
Diffstat (limited to 'docs/diff-internals.md')
-rw-r--r--docs/diff-internals.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/diff-internals.md b/docs/diff-internals.md
index 1983b7939..53e71f5b5 100644
--- a/docs/diff-internals.md
+++ b/docs/diff-internals.md
@@ -86,4 +86,3 @@ Internal Objects
for hunk headers
** At some point, the logic for getting a filtered version of file content
or calculating the OID of a file may be moved into the driver.
-