mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] git-ptx-patches: Remove useless assignment
@ 2022-05-13  8:28 Uwe Kleine-König
  2022-05-25  9:45 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2022-05-13  8:28 UTC (permalink / raw)
  To: ptxdist

range is overwritten unconditionally after option parsing, so drop the
assignment. Its only effect was irritating a human reader.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 scripts/git-ptx-patches | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches
index 8bf1731aeb53..fe3d1b619d21 100755
--- a/scripts/git-ptx-patches
+++ b/scripts/git-ptx-patches
@@ -64,7 +64,6 @@ while getopts "aft:n" opt; do
 			;;
 		t)
 			tag="${OPTARG}"
-			range="${tag}"
 			;;
 		n)
 			numbered_patches=false

base-commit: 5b07b31b850e69493e4fd7bd4fa46501ee92684a
prerequisite-patch-id: 0d2b85af86e0b2a7844ba3fcb2d66d84228ab8a1
-- 
2.35.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] git-ptx-patches: Remove useless assignment
  2022-05-13  8:28 [ptxdist] [PATCH] git-ptx-patches: Remove useless assignment Uwe Kleine-König
@ 2022-05-25  9:45 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-05-25  9:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Uwe Kleine-König

Thanks, applied as e66dc8546cc32f828c290fea029cffce5b1157d9.

Michael

[sent from post-receive hook]

On Wed, 25 May 2022 11:45:17 +0200, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> range is overwritten unconditionally after option parsing, so drop the
> assignment. Its only effect was irritating a human reader.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Message-Id: <20220513082804.264481-1-u.kleine-koenig@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches
> index 8bf1731aeb53..fe3d1b619d21 100755
> --- a/scripts/git-ptx-patches
> +++ b/scripts/git-ptx-patches
> @@ -64,7 +64,6 @@ while getopts "aft:n" opt; do
>  			;;
>  		t)
>  			tag="${OPTARG}"
> -			range="${tag}"
>  			;;
>  		n)
>  			numbered_patches=false



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-25  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  8:28 [ptxdist] [PATCH] git-ptx-patches: Remove useless assignment Uwe Kleine-König
2022-05-25  9:45 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox