Just strip escape sequences and Warning: lines from 'arc list' output. I
upgraded and they changed and git arc list broke. This restores its
functionality.
Sponsored by: Netflix
Differential D36553
git-arc: Just strip escape sequences form arc log imp on Sep 13 2022, 8:46 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Just strip escape sequences and Warning: lines from 'arc list' output. I Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions Yea, let's acutally do post the code that worked rather than the crazy Comment Actions I'm fine with the change in principle, but could you please lift "arc list" invocations into a subroutine which does the filtering and includes a comment explaining why we do it? Something like arc_list() { arc list | sed ... }
Comment Actions Hmm, does this mean 'git arc list' no longer lists the colorized output it did before? Comment Actions I must admit I am quite used to the color output and depend on it to stand out accepted from needs review, etc in the list output. I kept the colors intentionally in the original version of list. Comment Actions I can omit this part of the series and we can chat at bsdcan... I like the color, but haven't missed it and it appears the issues I had with it have been worked around in other ways in the interim |