mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
BitKeeper/triggers/post-commit
use REAL_EMAIL myisam/mi_search.c merged the dropped lines ignore junk in libmysqld directory
This commit is contained in:
@ -5,6 +5,13 @@ TO=dev@mysql.com
|
||||
FROM=$USER@mysql.com
|
||||
LIMIT=10000
|
||||
|
||||
if [ "$REAL_EMAIL" = "" ]
|
||||
then
|
||||
echo "Warning: you must set REAL_EMAIL in your profile"
|
||||
else
|
||||
FROM=$REAL_EMAIL
|
||||
fi
|
||||
|
||||
BK_STATUS=$BK_STATUS$BK_COMMIT
|
||||
|
||||
if [ "$BK_STATUS" = OK ]
|
||||
@ -15,7 +22,7 @@ then
|
||||
List-ID: <bk.mysql>
|
||||
From: $FROM
|
||||
To: $TO
|
||||
Subject: bk commit
|
||||
Subject: bk commit - 4.0 tree
|
||||
|
||||
EOF
|
||||
bk changes -v -r+
|
||||
|
Reference in New Issue
Block a user