Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Windows
pEp for Outlook
Commits
b58c6e33
Commit
b58c6e33
authored
Sep 22, 2021
by
Thomas
Browse files
Do not add the a/b prefix to diffs
parent
f625045a
Changes
1
Hide whitespace changes
Inline
Side-by-side
UI/ViewModels/PatchDialogViewModel.cs
View file @
b58c6e33
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment