diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-07-07 08:36:51 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-07-07 08:36:51 +0200 |
commit | 8fc78fcaa1addb01f40cb12b9cfc12ffadd32434 (patch) | |
tree | 80eb96bc926e703e1aff99893df1fc77b48ca8ee | |
parent | Drop qemu-bridge.patch (diff) | |
download | xen-gentoo-patches-8fc78fcaa1addb01f40cb12b9cfc12ffadd32434.tar.gz xen-gentoo-patches-8fc78fcaa1addb01f40cb12b9cfc12ffadd32434.tar.bz2 xen-gentoo-patches-8fc78fcaa1addb01f40cb12b9cfc12ffadd32434.zip |
commit-and-tag: mention for what the patches actually are :)
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-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 \ |