public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxfs-apply: use git am instead of patch
@ 2020-05-10  7:14 Christoph Hellwig
  2020-05-10 14:07 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2020-05-10  7:14 UTC (permalink / raw)
  To: sandeen; +Cc: linux-xfs

If neither guilt or stgit are used default to git am instead of patch
so that all the commit information is properly propagated.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tools/libxfs-apply | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/libxfs-apply b/tools/libxfs-apply
index deb9c225..3258272d 100755
--- a/tools/libxfs-apply
+++ b/tools/libxfs-apply
@@ -395,8 +395,8 @@ apply_patch()
 			fi
 		fi
 	else
-		echo "Applying with patch utility:"
-		patch -p1 < $_new_patch.2
+		echo "Applying with git am:"
+		git am -s $_new_patch.2
 		echo "Patch was applied in $REPO; check for rejects, etc"
 	fi
 
-- 
2.26.2


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

* Re: [PATCH] libxfs-apply: use git am instead of patch
  2020-05-10  7:14 [PATCH] libxfs-apply: use git am instead of patch Christoph Hellwig
@ 2020-05-10 14:07 ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2020-05-10 14:07 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-xfs

On 5/10/20 2:14 AM, Christoph Hellwig wrote:
> If neither guilt or stgit are used default to git am instead of patch
> so that all the commit information is properly propagated.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Looks good to me.

Reviewed-by: Eric Sandeen <sandeen@sandeen.net>

reminds me I need to change the help to show that the signed off by cmdline option is optional....

> ---
>  tools/libxfs-apply | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/libxfs-apply b/tools/libxfs-apply
> index deb9c225..3258272d 100755
> --- a/tools/libxfs-apply
> +++ b/tools/libxfs-apply
> @@ -395,8 +395,8 @@ apply_patch()
>  			fi
>  		fi
>  	else
> -		echo "Applying with patch utility:"
> -		patch -p1 < $_new_patch.2
> +		echo "Applying with git am:"
> +		git am -s $_new_patch.2
>  		echo "Patch was applied in $REPO; check for rejects, etc"

I suppose git-am will already be pretty noisy if there are rejects but *shrug* ;)

>  	fi
>  
> 

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

end of thread, other threads:[~2020-05-10 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-10  7:14 [PATCH] libxfs-apply: use git am instead of patch Christoph Hellwig
2020-05-10 14:07 ` Eric Sandeen

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