mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #5812 from heyitsanthony/test-merge-base
test: use merge-base for commit title checking
This commit is contained in:
commit
ff908b4ba8
2
test
2
test
@ -148,7 +148,7 @@ function fmt_tests {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Checking commit titles..."
|
echo "Checking commit titles..."
|
||||||
git log master..HEAD --oneline | while read l; do
|
git log --oneline `git merge-base HEAD master`...HEAD | while read l; do
|
||||||
commitMsg=`echo "$l" | cut -f2- -d' '`
|
commitMsg=`echo "$l" | cut -f2- -d' '`
|
||||||
if [[ "$commitMsg" == Merge* ]]; then
|
if [[ "$commitMsg" == Merge* ]]; then
|
||||||
# ignore "Merge pull" commits
|
# ignore "Merge pull" commits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user