From 90c7d8c82c272860729299d3fad7f2bbabae20b4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Jul 2018 10:13:18 +0200 Subject: [PATCH] vcs: gitconfig: use --date=now in cad alias Using just --date= to reset the date is not supported in modern Git versions. --- vcs/gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2