From: Oleg Broytman Date: Thu, 4 Aug 2016 23:57:54 +0000 (+0300) Subject: .curlrc: set timestamp for the downloaded file from HTTP header X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=badf1a1db749b3fbfc9fe864833aa81283805370 .curlrc: set timestamp for the downloaded file from HTTP header --- diff --git a/.curlrc b/.curlrc index 9c20696..74e586a 100644 --- a/.curlrc +++ b/.curlrc @@ -13,6 +13,9 @@ progress-bar # When following a redirect, automatically set the previous URL as referer referer = ";auto" +# Set timestamp for the downloaded file from HTTP header (if available) +remote-time + # Show error messages show-error