From: Oleg Broytman Date: Thu, 26 Apr 2018 23:44:33 +0000 (+0300) Subject: Feat: Run set-commit-date-recursive on clone/fork X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=85d6f6f54e4730b4d68b8277e28f3b97701642d1 Feat: Run set-commit-date-recursive on clone/fork --- diff --git a/clone b/clone index 7ca3a0b..fa51e9f 100755 --- a/clone +++ b/clone @@ -20,6 +20,7 @@ else chmod a-x .git/config fi && +"`dirname \"$0\"`"/set-commit-date-recursive && pwd >> "`dirname \"$0\"`"/locate-all.list && branch="`git rev-parse --abbrev-ref HEAD`" diff --git a/fork b/fork index 09248da..2a537b4 100755 --- a/fork +++ b/fork @@ -23,6 +23,7 @@ else git remote add origin "$origin" fi && +"`dirname \"$0\"`"/set-commit-date-recursive && pwd >> "`dirname \"$0\"`"/locate-all.list && branch="`git rev-parse --abbrev-ref HEAD`" &&