fuzzy_diff new logic #204

Open
ChristopheNan wants to merge 3 commits from ChristopheNan/python-docs-fr:new_fuzzy into 3.11
Showing only changes of commit 2f8872c96f - Show all commits

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