fuzzy tag is at the beginning of line

This commit is contained in:
Christophe Nanteuil 2023-11-25 22:28:17 +01:00
parent e10705d13d
commit 2f8872c96f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ done <<< $(git blame --line-porcelain ${PO_FILE} | \
awk '/^[0-9a-f]{40} / { sha=$1 }
/^author / {$1="" ; author=$0 }
/^committer-time / { $1="" ; date=$0 }
/\s#, fuzzy/ { printf "%-10s %-40s %s\n", date, sha, author}' |
/^\s#, fuzzy/ { printf "%-10s %-40s %s\n", date, sha, author}' |
sort --numeric-sort --unique --reverse)
# clean up temp directory