X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-commit-date-recursive;fp=set-commit-date-recursive;h=c8a2f0af3b7d4b95d1147c3ec27e177a274406a4;hb=3970e918c6d6dc945a321565a0eed4bb9ba1afb0;hp=0000000000000000000000000000000000000000;hpb=4ee616e868a3a9bf83d57db6bdf171babfa80d9e;p=git-scripts.git diff --git a/set-commit-date-recursive b/set-commit-date-recursive new file mode 100755 index 0000000..c8a2f0a --- /dev/null +++ b/set-commit-date-recursive @@ -0,0 +1,8 @@ +#! /bin/sh + +# Call set-commit-date on all submodules. + +prog_dir="`dirname \"$0\"`" && + +"$prog_dir"/set-commit-date && \ +exec git submodule foreach "$prog_dir"/set-commit-date