Fixed bug in getting nearest tag for the commit in changelog mode.
authorEd Bartosh <eduard.bartosh@intel.com>
Mon, 25 Jun 2012 14:46:46 +0000 (17:46 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Mon, 25 Jun 2012 14:46:46 +0000 (17:46 +0300)
commitafba7ef32aabb37c343c26d739fa0d8015a47030
treef2359ea6a9b2d6771fc3effcce6576485520fcd9
parent8d211016b8c63a208a61e15bc4323dc41e0283da
Fixed bug in getting nearest tag for the commit in changelog mode.

Previously HEAD is used to find this tag, which is not correct.

Change-Id: Ifc9ad7377be2ec5fdc33253b7977889398f7fa93
gitbuildsys/cmd_changelog.py