profile-sync-daemon icon indicating copy to clipboard operation
profile-sync-daemon copied to clipboard

better way to enable/disable ANSI escape codes in messages

Open natmaka opened this issue 3 years ago • 6 comments
trafficstars

  • better logcheck rules
  • minor fixes/enhancements to the documentation

natmaka avatar Jul 05 '22 02:07 natmaka

Can you squash into a single commit please

graysky2 avatar Jan 01 '23 14:01 graysky2

I don't know how to squash (I tried, it fails, and I have no interest in exploring git), sorry

natmaka avatar Jan 01 '23 15:01 natmaka

git rebase -i HEAD~18

Leave the first line as-is change the word pick to f for the remaining 17 lines

graysky2 avatar Jan 01 '23 16:01 graysky2

I 'squashed' as required, is it OK?

natmaka avatar Jan 06 '23 03:01 natmaka

There are still 34 commits in your PR: git push origin +$(git rev-parse --abbrev-ref HEAD)

graysky2 avatar Jan 06 '23 09:01 graysky2

It failed again:

$ git push origin +$(git rev-parse --abbrev-ref HEAD) Everything up-to-date $ git push Everything up-to-date

natmaka avatar Jan 07 '23 02:01 natmaka