diff --git a/home/shells/zsh/scripts/git-changes.sh b/home/shells/zsh/scripts/git-changes.sh index 2859b5a..ce2c768 100644 --- a/home/shells/zsh/scripts/git-changes.sh +++ b/home/shells/zsh/scripts/git-changes.sh @@ -85,7 +85,7 @@ while IFS="|" read -r hash subject; do others="${others}\n${line}" fi -done < <(git log --no-merges --pretty=format:"%H|%s" "$BASE_BRANCH..$TARGET_BRANCH") +done < <(git log --no-merges --pretty=tformat:"%H|%s" "$BASE_BRANCH..$TARGET_BRANCH") if [ -n "$feats" ]; then echo -e "\n- **New Features:**$feats"