Typo
This commit is contained in:
parent
379534ce60
commit
bb3c6ac171
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ if [[ ! -f "${result_file}" ]]; then
|
||||||
for commit_id in $(git -C "${REPO}" rev-list --all --no-merges); do
|
for commit_id in $(git -C "${REPO}" rev-list --all --no-merges); do
|
||||||
echo "Processing commit ${commit_id}..."
|
echo "Processing commit ${commit_id}..."
|
||||||
|
|
||||||
# Calculate the legnth of the commit message.
|
# Calculate the length of the commit message.
|
||||||
commit_message=$(GIT_PAGER=cat git -C "${REPO}" show "${commit_id}" -s --format=%B)
|
commit_message=$(GIT_PAGER=cat git -C "${REPO}" show "${commit_id}" -s --format=%B)
|
||||||
commit_message_length=$(echo "${commit_message}" | wc --chars)
|
commit_message_length=$(echo "${commit_message}" | wc --chars)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue