Skip to content
Snippets Groups Projects
Commit 77ce9797 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

pull: properly distinguish remote messages from progress

The previous logic was kind of weird. It parsed the messages rather
thoroughly, but ignored a crucial distinction:

* Anything that ends with a newline is most likely a remote message.
* Anything that ends with a carriage return is most likely a progress
  message.
* Lines ending with newline always flush a progress session.

Most things ending with newline are interesting, but we explicitly
disregard the “totals” stuff. Things ending with carriage return are
either progress, or at least something we shouldn't print.
parent 2a755587
No related branches found
No related tags found
1 merge request!137Bookmark improvements
Pipeline #30078 failed
Loading
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