From 29c4232735d827e0efcbae58601a027ebf0d5565 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sat, 21 Sep 2024 21:57:03 +0100 Subject: [PATCH] updated git_files_last_modified.sh --- git/git_files_last_modified.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/git_files_last_modified.sh b/git/git_files_last_modified.sh index baaa4369..24fd9f57 100755 --- a/git/git_files_last_modified.sh +++ b/git/git_files_last_modified.sh @@ -56,7 +56,7 @@ for dir in "${@:-.}"; do # ai - 2020-07-17 21:52:55 +0100 # escape % in filename to come out literally name="${filename//%/%%}" - git log --format="%ai %H $name" "$filename" + git log --format="%ai %H $name" "$filename" done if [ -n "${VERBOSE:-}" ]; then echo >&2