mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-18 02:00:22 +01:00
merge 2.0.0-m3
This commit is contained in:
@@ -110,6 +110,7 @@ public class GitDiffCommand extends AbstractGitCommand implements DiffCommand {
|
||||
return;
|
||||
}
|
||||
numberOfPotentialBeginning = -1;
|
||||
inPotentialQuotedLine = false;
|
||||
}
|
||||
|
||||
if (inPotentialQuotedLine && i == '"') {
|
||||
|
||||
@@ -16,7 +16,7 @@ public class GitDiffCommand_DequoteOutputStreamTest {
|
||||
"--- /dev/null\n" +
|
||||
"+++ \"b/\\303\\272\\303\\274\\303\\276\\303\\253\\303\\251\\303\\245\\303\\253\\303\\245\\303\\251 \\303\\245g\\303\\260f\\303\\237\"\n" +
|
||||
"@@ -0,0 +1 @@\n" +
|
||||
"+rthms";
|
||||
"+String s = \"quotes shall be kept\";";
|
||||
|
||||
ByteArrayOutputStream buffer = new ByteArrayOutputStream();
|
||||
GitDiffCommand.DequoteOutputStream stream = new GitDiffCommand.DequoteOutputStream(buffer);
|
||||
@@ -30,6 +30,6 @@ public class GitDiffCommand_DequoteOutputStreamTest {
|
||||
"--- /dev/null\n" +
|
||||
"+++ b/úüþëéåëåé ågðfß\n" +
|
||||
"@@ -0,0 +1 @@\n" +
|
||||
"+rthms");
|
||||
"+String s = \"quotes shall be kept\";");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -809,10 +809,6 @@ form .field:not(.is-grouped) {
|
||||
}
|
||||
}
|
||||
|
||||
.modal-card-body div div:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
// cursor
|
||||
.has-cursor-pointer {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user