[PATCH] dim: Fixup Link: tag in apply-pull

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Somehow fell apart again in testing, let's do the same thing as with
apply-branch, where we also apply the Link: after the sob is added.

Cc: Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx>
Signed-off-by: Daniel Vetter <daniel.vetter@xxxxxxxxx>
---
 dim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dim b/dim
index 588e859cf9e6..33d5fd3c0303 100755
--- a/dim
+++ b/dim
@@ -737,14 +737,14 @@ function dim_apply_pull
 
 	message_id=$(message_get_id $file)
 
+	git commit --amend -s --no-edit
 	if [ -n "$message_id" ]; then
-		dim_commit_add_tag "\nLink: http://patchwork.freedesktop.org/patch/msgid/$message_id";
+		dim_commit_add_tag "Link: http://patchwork.freedesktop.org/patch/msgid/$message_id";
 	else
 		echoerr "WARNING: No message-id found in the patch file."
 		rv=1
 	fi
 
-	git commit --amend -s --no-edit
 
 	eval $DRY $DIM_POST_APPLY_ACTION
 
-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux