Skip to content

Commit

Permalink
Merge pull request #19 from samford/git-commit-each-expand-shard-hand…
Browse files Browse the repository at this point in the history
…ling
  • Loading branch information
MikeMcQuaid authored Sep 22, 2024
2 parents 193c6dd + 159a172 commit b20201a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/git-commit-each
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ for FILENAME in $(git ls-files --modified --others); do
MESSAGE="$(echo "$FILENAME" | sed -e 's|^Library/Homebrew/||' \
-e 's|^Formula/||' \
-e 's|^Casks/||' \
-e 's|^[a-z]/||' \
-e 's|^[0-9a-z]/||' \
-e 's|^font/\(font-[0-9a-z]/\)\{0,1\}||' \
-e 's|^lib/||' \
-e 's/\.rb//' \
-e 's/$/: /')"
Expand Down

0 comments on commit b20201a

Please sign in to comment.