From faaee70a62c13a8ef6220bb6c4076267cab054be Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sat, 13 Feb 2016 21:57:39 +0900 Subject: [PATCH] Change Git message got cli reference update Shorten commit message to follow the git convention. Change Git topic branch to unify all related topic. Change-Id: I3a40ca5d7bb078fec20ad9fb7a5258f8fd1ae14c --- bin/doc-tools-update-cli-reference | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index 7b4a0b35..b05f6150 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -86,9 +86,9 @@ cd openstack-manuals git checkout master git pull -branch=update_client_$project +branch=cli-reference git branch --list $branch && git branch -D $branch git checkout -b $branch mv ../output/${project}.rst "doc/cli-reference/source" version=$($project --version 2>&1) -git commit -a -m "[cli-ref] Update CLI reference for python-${project}client ${version##* }" +git commit -a -m "[cli-ref] Update python-${project}client to ${version##* }"