]> git.phdru.name Git - git-scripts.git/blobdiff - hooks/post-checkout/set-last-commit-date
Rename touch-all -> set-commit-date
[git-scripts.git] / hooks / post-checkout / set-last-commit-date
similarity index 63%
rename from hooks/post-checkout/touch
rename to hooks/post-checkout/set-last-commit-date
index 2c5e625330c5d18b0ce0a50dccb408df4cddc640..a39bca468b5fc4e250cd2c20e541971d6447b3bf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-# post-checkout hook that changes timestamps on files to that one of the commit
-# if branch was changed
+# post-checkout hook that changes timestamps on known files
+# to that one of the last commit (head) if branch was changed
 
 prev_HEAD="$1"
 new_HEAD="$2"