]> git.phdru.name Git - git-scripts.git/blobdiff - set-commit-date
Rename touch-all -> set-commit-date
[git-scripts.git] / set-commit-date
similarity index 73%
rename from touch-all
rename to set-commit-date
index 3c2b213864d43607afab396d30480aa44e4e1c41..fcc75397acf92ebc1138c78360189bc6638bd549 100755 (executable)
--- a/touch-all
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Recursively find commit date/time for every file in the current directory
+# Recursively find commit date/time for every known file in the repository
 # and set the file's modification time to that date/time.
 
 git ls-tree -r --name-only HEAD | while read filename; do