graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
905 stars 88 forks source link

better way to enable/disable ANSI escape codes in messages #332

Open natmaka opened 2 years ago

natmaka commented 2 years ago
graysky2 commented 1 year ago

Can you squash into a single commit please

natmaka commented 1 year ago

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

graysky2 commented 1 year ago
git rebase -i HEAD~18

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

natmaka commented 1 year ago

I 'squashed' as required, is it OK?

graysky2 commented 1 year ago

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

natmaka commented 1 year ago

It failed again:

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