diff options
Diffstat (limited to 'commit-and-tag')
-rwxr-xr-x | commit-and-tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commit-and-tag b/commit-and-tag index 9db9661..f9b1f38 100755 --- a/commit-and-tag +++ b/commit-and-tag @@ -8,7 +8,7 @@ XEN_VERSION="${1}" OUR_PATCHES_VERSION="${2}" TAG="${XEN_VERSION}-gentoo-patchset-${OUR_PATCHES_VERSION}" -DESCRIPTION="Gentoo specific patches for ${XEN_VERSION} (or later)" +DESCRIPTION="Gentoo specific patches for Xen ${XEN_VERSION} (or later)" git commit \ --signoff \ |