AKSW / QuitDiff

Command line comparison tool for semantic web data, it can be used as git difftool for RDF data as well.
GNU General Public License v3.0
7 stars 2 forks source link

Fix problem with file names as named graphs uris #2

Closed splattater closed 7 years ago

splattater commented 7 years ago

When comparing two files git difftool will generate temporary files that will be used as named graph, so diffs will always result in the hole file content of both (old/new) files. This commit loads the file conten in a string from which it will be parsed.