|
| 1 | +#!/usr/bin/env bash |
| 2 | + |
| 3 | +cd `dirname $0` |
| 4 | + |
| 5 | +echo "------------------------------------- core" |
| 6 | +git shortlog --numbered --summary $1..HEAD -- notation_core |
| 7 | +echo "------------------------------------- fretted" |
| 8 | +git shortlog --numbered --summary $1..HEAD -- notation_fretted |
| 9 | +echo "------------------------------------- guitar" |
| 10 | +git shortlog --numbered --summary $1..HEAD -- notation_guitar |
| 11 | +echo "------------------------------------- proto" |
| 12 | +git shortlog --numbered --summary $1..HEAD -- notation_proto |
| 13 | +echo "------------------------------------- model" |
| 14 | +git shortlog --numbered --summary $1..HEAD -- notation_model |
| 15 | +echo "------------------------------------- dsl" |
| 16 | +git shortlog --numbered --summary $1..HEAD -- notation_dsl |
| 17 | +echo "------------------------------------- macro" |
| 18 | +git shortlog --numbered --summary $1..HEAD -- notation_macro |
| 19 | +echo "------------------------------------- tab" |
| 20 | +git shortlog --numbered --summary $1..HEAD -- notation_tab |
| 21 | +echo "------------------------------------- audio" |
| 22 | +git shortlog --numbered --summary $1..HEAD -- notation_audio |
| 23 | +echo "------------------------------------- midi" |
| 24 | +git shortlog --numbered --summary $1..HEAD -- notation_midi |
| 25 | +echo "------------------------------------- bevy_utils" |
| 26 | +git shortlog --numbered --summary $1..HEAD -- notation_bevy_utils |
| 27 | +echo "------------------------------------- bevy" |
| 28 | +git shortlog --numbered --summary $1..HEAD -- notation_bevy |
0 commit comments