public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hut] f44: Remove patch
@ 2026-06-23  3:38 Javier Olaechea
  0 siblings, 0 replies; only message in thread
From: Javier Olaechea @ 2026-06-23  3:38 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hut
            Branch : f44
            Commit : f6e8f9ad92cee96a758bfdfbaf4bda0357707c15
            Author : Javier Olaechea <pirata@gmail.com>
            Date   : 2026-06-22T22:33:09-05:00
            Stats  : +0/-28 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/hut/c/f6e8f9ad92cee96a758bfdfbaf4bda0357707c15?branch=f44

            Log:
            Remove patch

It has been applied and released on version 0.8.0.

Ref: https://lists.sr.ht/~xenrox/hut-dev/patches/61994

[skip changelog]

---
diff --git a/0001-Set-CLI-command-for-git-webhook-create-to-lower-case.patch b/0001-Set-CLI-command-for-git-webhook-create-to-lower-case.patch
deleted file mode 100644
index 7859464..0000000
--- a/0001-Set-CLI-command-for-git-webhook-create-to-lower-case.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 03eb84185d1437186c1232011cad871bffa3611e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= <harrymichal@seznam.cz>
-Date: Sat, 6 Sep 2025 22:27:47 +0300
-Subject: [PATCH] Set CLI command for 'git webhook create' to lower-case
-
-Seems like the original casing was a mistake, so let's fix that.
----
- git.go | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/git.go b/git.go
-index 44db8a5..dd9bb4b 100644
---- a/git.go
-+++ b/git.go
-@@ -1063,7 +1063,7 @@ func newGitWebhookCreateCommand() *cobra.Command {
- 	}
- 
- 	cmd := &cobra.Command{
--		Use:               "Create [repo]",
-+		Use:               "create [repo]",
- 		Short:             "Create a git webhook",
- 		Args:              cobra.MaximumNArgs(1),
- 		ValidArgsFunction: completeGitRepo,
--- 
-2.51.0
-

diff --git a/hut.spec b/hut.spec
index fce9598..28b4f5f 100644
--- a/hut.spec
+++ b/hut.spec
@@ -22,8 +22,6 @@ Source0:        %{gosource}
 Source1:        %{archivename}-vendor.tar.bz2
 Source2:        go-vendor-tools.toml
 
-Patch:          0001-Set-CLI-command-for-git-webhook-create-to-lower-case.patch
-
 BuildRequires:  go-vendor-tools
 BuildRequires:  make
 BuildRequires:  scdoc

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-23  3:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23  3:38 [rpms/hut] f44: Remove patch Javier Olaechea

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