]> git.phdru.name Git - cookiecutter.git/commitdiff
Feat(clone2current): Set commit date
authorOleg Broytman <phd@phdru.name>
Mon, 9 Dec 2024 15:11:47 +0000 (18:11 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 9 Dec 2024 15:17:25 +0000 (18:17 +0300)
clone2current

index a769ad064fcc22d8cb21a8ea4afcab315c0e36d0..737ccbfc1a77e1e33aef150b166a9bd532535720 100755 (executable)
@@ -33,6 +33,7 @@ then
 else
    cp -p "$source_dir"/.git/description .git
 fi &&
+"$HOME"/prog/git-scripts/set-commit-date-recursive &&
 
 cd "$source_dir" &&
 if [ -n "$directories" ]; then