mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-19 08:27:34 -05:00
"git config --expiry-date gc.reflogexpire" can read "2.weeks" from the configuration and report it as a timestamp, just like "--int" would read "1k" and report 1024, to help consumption by scripts. * hm/config-parse-expiry-date: config: add --expiry-date