Kill extra lines in tag['message'] when get taginfo
authorLingchaox Xin <lingchaox.xin@intel.com>
Mon, 18 Mar 2013 07:20:11 +0000 (15:20 +0800)
committerLingchaox Xin <lingchaox.xin@intel.com>
Mon, 18 Mar 2013 07:34:41 +0000 (15:34 +0800)
commit583ade2e117cfef9acdb1978cc41dbdaa6ce8e8c
tree962b406f50d7803952869a2448568d23cff859a8
parentb639cad392f52c7818fc8d73ae251341dbab0782
Kill extra lines in tag['message'] when get taginfo

For example:

    GIT_AUTHOR_EMAIL='Lingcha X <lingchaox.xin@intel.com>'
    bccs='['']'
    OBS_REQ_PERSON='None'
    commitid='35bc1b774379966547bce204a7c9f0c34854f0ae'
    OBS_REQ_OLDSTATE='new'
    descriptions='[]'
    GIT_COMMENTS='Test for devel_rebase'
    GIT_PROJECT='test/test'
    message='

    Test for devel_rebase

    '
    GIT_TAG='submit/trunk/20130228.085818'

Change-Id: Icfde40c6ac01734ef813d7d2808187b5d0a31078
common/git.py