Content-Type: text/shitpost


Subject: Today I learned…
Path: you​!your-host​!wintermute​!glados​!the-matrix​!mechanical-turk​!brain-in-a-vat​!berserker​!plovergw​!ploverhub​!shitpost​!mjd
Date: 2019-10-28T17:20:29
Newsgroup: rec.food.20191028
Message-ID: <f3638b98a3efb6ea@shitpost.plover.com>
Content-Type: text/shitpost
  • You can't combine git-log's -3 flag with -p to get -3p. You have to speciy them separately.

  • rsync --inplace doesn't always mix well with -a. Suppose you're rsyncing a file with read-only permissions. The first time, this works. But if the file content changes, the second rsync will fail, because it will try to open the target file for in-place updating, and the permissions prohibit that.