X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=copy-scripts%2Fpost-update;h=f2b565b37fe4ec5958868bfad148d91ce48a619a;hb=e8f6d35f5d795e21c0ac13d5db759197e1d074bf;hp=78fc50d4cebb3fd185eae7008fb025e74cfd92ae;hpb=a714b68774b0ab9ca79442740bdd4636a41cdd1f;p=git-scripts.git diff --git a/copy-scripts/post-update b/copy-scripts/post-update index 78fc50d..f2b565b 100755 --- a/copy-scripts/post-update +++ b/copy-scripts/post-update @@ -8,7 +8,8 @@ for ref in "$@"; do cd ../git-scripts && git checkout master && git pull origin master && - git push origin master + git push origin master && + ./set-commit-date.py exit fi done