From: Simon Ruderich Date: Sun, 15 Jul 2018 08:13:18 +0000 (+0200) Subject: vcs: gitconfig: use --date=now in cad alias X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=90c7d8c82c272860729299d3fad7f2bbabae20b4 vcs: gitconfig: use --date=now in cad alias Using just --date= to reset the date is not supported in modern Git versions. --- diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 1394a4b..1c26d07 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -62,7 +62,7 @@ ## Local. c = commit --verbose ca = commit --verbose --amend - cad = commit --verbose --amend --date= + cad = commit --verbose --amend --date=now d = diff dw = diff --color-words ds = diff --stat