unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44242] [PATCH] gnu: git: Update to 2.29.1.
@ 2020-10-26 16:38 Greg Hogan
  2020-10-26 17:41 ` bug#44242: " Leo Famulari
       [not found] ` <handler.44242.D44242.16037340893618.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Greg Hogan @ 2020-10-26 16:38 UTC (permalink / raw)
  To: 44242

[-- Attachment #1: Type: text/plain, Size: 2203 bytes --]

From 0225825ec6853d77bc0e72e41c9e9b49fd0609ee Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Mon, 26 Oct 2020 16:00:32 +0000
Subject: [PATCH] gnu: git: Update to 2.29.1.

* gnu/packages/version-control.scm (git): Update to 2.29.1.
---
 gnu/packages/version-control.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/version-control.scm
b/gnu/packages/version-control.scm
index 0e0e59d1a2..036c0fa09b 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -159,14 +159,14 @@ as well as the classic centralized workflow.")
 (define-public git
   (package
    (name "git")
-   (version "2.28.0")
+   (version "2.29.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "17a311vzimqn1glc9d7x82rhb1mb81m5rr4g8xji8idaafid39fz"))))
+              "1cxd2h0k6bhv25avnk40h0pahgc7vgs37dc6kmln3pfhjyb6019h"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -183,7 +183,7 @@ as well as the classic centralized workflow.")
                 version ".tar.xz"))
           (sha256
            (base32
-            "1dvwq0py8a2ywmgc5pzdlsj3608s7r9wyba292728fcs3yj7ynk6"))))
+            "1gn7fhh8qfgfwr0gbgzwv1wncrvhc9iic9fg9sbns44kxa59biyk"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc-py3)
       ("docbook-xsl" ,docbook-xsl)
@@ -518,11 +518,6 @@ everything from small to very large projects with
speed and efficiency.")
            (delete 'install-man-pages)
            (delete 'install-subtree)
            (delete 'install-credential-netrc)
-           (add-before 'check 'delete-svn-test
-             (lambda _
-               ;; This test cannot run since we are not building 'git-svn'.
-               (delete-file "t/t9020-remote-svn.sh")
-               #t))
            (add-after 'install 'remove-unusable-perl-commands
              (lambda* (#:key outputs #:allow-other-keys)
                (let* ((out     (assoc-ref outputs "out"))
-- 
2.29.1

[-- Attachment #2: Type: text/html, Size: 3317 bytes --]

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

* bug#44242: [PATCH] gnu: git: Update to 2.29.1.
  2020-10-26 16:38 [bug#44242] [PATCH] gnu: git: Update to 2.29.1 Greg Hogan
@ 2020-10-26 17:41 ` Leo Famulari
       [not found] ` <handler.44242.D44242.16037340893618.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2020-10-26 17:41 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 44242-done

On Mon, Oct 26, 2020 at 12:38:59PM -0400, Greg Hogan wrote:
> From 0225825ec6853d77bc0e72e41c9e9b49fd0609ee Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Mon, 26 Oct 2020 16:00:32 +0000
> Subject: [PATCH] gnu: git: Update to 2.29.1.
> 
> * gnu/packages/version-control.scm (git): Update to 2.29.1.

Thank you for this patch! However, I updated our Git package to 2.29.1
with the same changes only yesterday:

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=375ef50ce63c5ed552973cab3619d055d7b41b99




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

* [bug#44242] closed (Re: [bug#44242] [PATCH] gnu: git: Update to 2.29.1.)
       [not found] ` <handler.44242.D44242.16037340893618.notifdone@debbugs.gnu.org>
@ 2020-10-26 17:47   ` Greg Hogan
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Hogan @ 2020-10-26 17:47 UTC (permalink / raw)
  To: 44242

> Thank you for this patch! However, I updated our Git package to 2.29.1
> with the same changes only yesterday:
> 
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=375ef50ce63c5ed552973cab3619d055d7b41b99

Ah, I must have rebased and searched the patches just before the commit went in :) Thanks for the update and noticing this duplicate.



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

end of thread, other threads:[~2020-10-26 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 16:38 [bug#44242] [PATCH] gnu: git: Update to 2.29.1 Greg Hogan
2020-10-26 17:41 ` bug#44242: " Leo Famulari
     [not found] ` <handler.44242.D44242.16037340893618.notifdone@debbugs.gnu.org>
2020-10-26 17:47   ` [bug#44242] closed (Re: [bug#44242] [PATCH] gnu: git: Update to 2.29.1.) Greg Hogan

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).