X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=scripts%2Fkernel-send-patches.sh;fp=scripts%2Fkernel-send-patches.sh;h=e98cd3f840a4b8bca7a8b3db09cd87309ebdeabd;hb=0d8c69e7ea031ac2ec8589a15f36112dfa9383b7;hp=10d93efd42f8d66e6413ac32144f35566b704217;hpb=6c556b2fa0d393a0da58ac8bb7273dc834b51e34;p=hvutilities.git diff --git a/scripts/kernel-send-patches.sh b/scripts/kernel-send-patches.sh index 10d93ef..e98cd3f 100755 --- a/scripts/kernel-send-patches.sh +++ b/scripts/kernel-send-patches.sh @@ -232,14 +232,12 @@ rm -rf ${srcdir}/*.patch # If the cover letter is not between start and end commits, save a copy: cp ${srcdir}/cover-letter.txt /tmp -patches_branch="kernel_send_patches" +patches_branch="hv_send_patches_$(basename ${srcdir})" if [ x"${series}" != x"" ]; then patches_branch="${patches_branch}_v${series}" fi -patches_branch="${patches_branch}_$(basename ${srcdir})" - orig_branch=$(git branch --show-current) if [ x"${orig_branch}" = x"" ]; then