Loading scripts/contributors.sh +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ fi # sort all unique names # awk them into RELEASE-NOTES format ( git log $start..HEAD | \ git log --use-mailmap $start..HEAD | \ egrep -ai '(^Author|^Commit|by):' | \ cut -d: -f2- | \ cut '-d(' -f1 | \ Loading scripts/contrithanks.sh +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ fi cat ./docs/THANKS ( git log $start..HEAD | \ git log --use-mailmap $start..HEAD | \ egrep -ai '(^Author|^Commit|by):' | \ cut -d: -f2- | \ cut '-d(' -f1 | \ Loading Loading
scripts/contributors.sh +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ fi # sort all unique names # awk them into RELEASE-NOTES format ( git log $start..HEAD | \ git log --use-mailmap $start..HEAD | \ egrep -ai '(^Author|^Commit|by):' | \ cut -d: -f2- | \ cut '-d(' -f1 | \ Loading
scripts/contrithanks.sh +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ fi cat ./docs/THANKS ( git log $start..HEAD | \ git log --use-mailmap $start..HEAD | \ egrep -ai '(^Author|^Commit|by):' | \ cut -d: -f2- | \ cut '-d(' -f1 | \ Loading