Skip to content
Snippets Groups Projects
Commit 29cf7e97 authored by Florian Atteneder's avatar Florian Atteneder
Browse files

dg1d: do not strip trailing newline chars as this might corrupt git patches...

dg1d: do not strip trailing newline chars as this might corrupt git patches (!194)
parent 59e9670f
No related branches found
No related tags found
1 merge request!194dg1d: do not strip trailing newline chars as this might corrupt git patches
Pipeline #7105 passed
...@@ -439,5 +439,5 @@ function gitdirty() ...@@ -439,5 +439,5 @@ function gitdirty()
catch e catch e
@warn "Failed to retrieve dirty status from git repo. Reason: $(e)" @warn "Failed to retrieve dirty status from git repo. Reason: $(e)"
end end
return String(take!(out)) |> rstrip return String(take!(out))
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment