diff --git a/shell/log.sh b/shell/log.sh index 2f42a8e5..6f0a0f13 100755 --- a/shell/log.sh +++ b/shell/log.sh @@ -3,7 +3,6 @@ if test -z $1 then echo "log.sh " else - git log $1..HEAD --pretty=format:"- %s" --grep feature git log $1..HEAD --pretty=format:"- %s" --grep fix - git log $1..HEAD --pretty=format:"- %s" --grep refactor -fi \ No newline at end of file + git log $1..HEAD --pretty=format:"- %s" --grep feature +fi