unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 63092@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#63092] [PATCH v2 2/2] gnu: git-minimal: Remove deletion of removed file.
Date: Wed, 26 Apr 2023 17:27:23 +0000	[thread overview]
Message-ID: <20230426172723.2684501-3-code@greghogan.com> (raw)
In-Reply-To: <20230426172723.2684501-1-code@greghogan.com>

* gnu/packages/version-control.scm (git-minimal)
[arguments]<#:phases>(remove-unusable-perl-commands): Remove
from deletion list the file deleted from upstream.
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5f6766f510..3f1f8d4ec2 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -638,7 +638,7 @@ (define-public git-minimal
                                                          "/git-core/" file)))
                            '("git-svn" "git-cvsimport" "git-archimport"
                              "git-cvsserver" "git-request-pull"
-                             "git-add--interactive" "git-cvsexportcommit"
+                             "git-cvsexportcommit"
                              "git-instaweb" "git-send-email"))
                  (delete-file (string-append bin "/git-cvsserver"))
 
-- 
2.40.0





  parent reply	other threads:[~2023-04-26 17:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-26 16:40 [bug#63092] [PATCH] gnu: git: Update to 2.40.1 [security fixes] Greg Hogan
2023-04-26 17:27 ` [bug#63092] [PATCH v2 0/2] Update git " Greg Hogan
2023-04-26 17:27   ` [bug#63092] [PATCH v2 1/2] gnu: git: Update to 2.40.1 " Greg Hogan
2023-04-26 17:27   ` Greg Hogan [this message]
2023-04-26 19:03 ` [bug#63092] [PATCH v3 0/2] Update git " Greg Hogan
2023-04-26 19:03   ` [bug#63092] [PATCH v3 1/2] gnu: git: Update to 2.40.1 " Greg Hogan
2023-04-26 19:03   ` [bug#63092] [PATCH v3 2/2] gnu: git-minimal: Check files exist before delete Greg Hogan
2023-05-11 13:15     ` bug#63092: [PATCH] gnu: git: Update to 2.40.1 [security fixes] Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230426172723.2684501-3-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=63092@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).