Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
f778108d
Commit
f778108d
authored
Oct 06, 2022
by
Waqar Ahmed
Browse files
Dont show commit info label with raw diff
parent
d15cc09e
Pipeline
#242903
canceled with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/diff/diffwidget.cpp
View file @
f778108d
...
...
@@ -800,7 +800,7 @@ static QString commitInfoFromDiff(const QByteArray &raw)
void
DiffWidget
::
openDiff
(
const
QByteArray
&
raw
)
{
if
(
m_params
.
flags
&
DiffParams
::
ShowCommitInfo
)
{
if
(
(
m_params
.
flags
&
DiffParams
::
ShowCommitInfo
)
&&
m_style
!=
DiffStyle
::
Raw
)
{
m_commitInfo
->
setText
(
commitInfoFromDiff
(
raw
));
m_commitInfo
->
show
();
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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