Commit b58c6e33 authored by Thomas's avatar Thomas
Browse files

Do not add the a/b prefix to diffs

parent f625045a
...@@ -27,8 +27,8 @@ namespace pEp.UI.ViewModels ...@@ -27,8 +27,8 @@ namespace pEp.UI.ViewModels
private ConfigFile _SelectedFile = null; private ConfigFile _SelectedFile = null;
private FlowDocument _VisibleDiff = null; private FlowDocument _VisibleDiff = null;
private const string FILE_A_PREFIX = "--- a/"; private const string FILE_A_PREFIX = "--- ";
private const string FILE_B_PREFIX = "+++ b/"; private const string FILE_B_PREFIX = "+++ ";
#endregion #endregion
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment