From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id GMjuJirGJGXTzwAAauVa8A:P1 (envelope-from ) for ; Tue, 10 Oct 2023 05:34:02 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id GMjuJirGJGXTzwAAauVa8A (envelope-from ) for ; Tue, 10 Oct 2023 05:34:02 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 55F55512BA for ; Tue, 10 Oct 2023 05:34:02 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=BZ6lYCwq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696908842; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=l7swJe1sAfExWu5jOP7VIX3vlRRh6Vpda7IdEzFT/2M=; b=daJyRTv9uTWdecBhPdl+qMAnwmqXLutX8tma0m2AJ/MAM/h4fpN5p+OUMepBjjkHZJW/Gg DGBMK8pqIqJAyLJJbDq4BW7fj+/Q/5FvjSBpf6mJIhumM0R18HzLyHThos3fBb2no37kT4 LlSuyzgLUQZ6b0aXFQ/maLidEiSILppwL+I4Ab9hFJzFOCbsLMB1M6/ux/TJCjZwrpCAxa qvf7ReY6JDrpWlSDKp2bzANV6H36bk+duPRiw3Kd+Jfor67tFG9Wei0BtY0rz6oIDvwm28 CLhFiCNajqzJWVg5X9Ha1vaXcXONedAqWoApYqiSMQp0D4vrFmR+a5K4o1/new== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696908842; a=rsa-sha256; cv=none; b=sMhl77js7NgelqzmbPsk9UC4YUrImaHJHIq/wOh43eLNG+udAJUpHQB5YGBCiC3KWvNBI8 EZT08NjmslrRdWPUF5ouFBOmcx+tuwBdT1nRInFGUk473SY9QuKrJe7gLKfhLBy4mv4Vgd HVOqEfMN0gg7kWCbr5T0BFOWyGgwkBNy8sFLdyNLGhGtOuDoVTWUjvsEvP4J03ZuyM9J2g xP8BvlCLTeyK/JP4LUhhznlFwYCtZVxj4x5ec0ktDAkvSXccFSBcjqIEl9BmgYhKA/U1iW RqtI5enjdJmdLa5mWvkbB8oxu/kdB2CQZAkJR6KWS3wf/veIVD2SVKovqNPBRQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=BZ6lYCwq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qq3V9-0005TB-BS; Mon, 09 Oct 2023 23:33:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qq3V8-0005Q2-0J for guix-patches@gnu.org; Mon, 09 Oct 2023 23:33:42 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qq3V7-0005PO-O4 for guix-patches@gnu.org; Mon, 09 Oct 2023 23:33:41 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qq3VS-0001rp-AW for guix-patches@gnu.org; Mon, 09 Oct 2023 23:34:02 -0400 Subject: bug#66171: [PATCH v3] gnu: git: Install zsh completions and git-prompt. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 10 Oct 2023 03:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66171 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: Efraim Flashner , 66171-done@debbugs.gnu.org, Simon Tournier Mail-Followup-To: 66171@debbugs.gnu.org, maxim.cournoyer@gmail.com, liliana.prikler@gmail.com Received: via spool by 66171-done@debbugs.gnu.org id=D66171.16969088307152 (code D ref 66171); Tue, 10 Oct 2023 03:34:02 +0000 Received: (at 66171-done) by debbugs.gnu.org; 10 Oct 2023 03:33:50 +0000 Received: from localhost ([127.0.0.1]:33720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qq3VF-0001rI-PP for submit@debbugs.gnu.org; Mon, 09 Oct 2023 23:33:50 -0400 Received: from mail-qt1-x831.google.com ([2607:f8b0:4864:20::831]:52581) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qq3V9-0001r1-Tc for 66171-done@debbugs.gnu.org; Mon, 09 Oct 2023 23:33:48 -0400 Received: by mail-qt1-x831.google.com with SMTP id d75a77b69052e-4181bd07f25so36990131cf.1 for <66171-done@debbugs.gnu.org>; Mon, 09 Oct 2023 20:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696908797; x=1697513597; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=l7swJe1sAfExWu5jOP7VIX3vlRRh6Vpda7IdEzFT/2M=; b=BZ6lYCwqVKOw2137avke9No285NI/TDRPf2hCMHMxuyWV8ZpFKph67y0sgoryvbjoC 0xYcUlyAtlnCnaaW118zcDRHGdYF8Nbv4rJucMjhphLStZTo1DVx2rO4UJYXH/FqiYeM vtHUYv3MWBzrAIxpEFz9YkROkMZuVkpGYq+adeYYDax5S2A+yM/2rTccJAgFJcjlMo2T qahTcpMubKPCnwn/VFSfKgPDdSixcKN4DOoAVSeH78n/VkMPShUsnko6iZ8oxHf/qRs+ vuPM52BbMydzxJrv0yUe+YdQRhEYTHIQBYGLAALOrWG/dxb72iv0AGnDHF0sQR9bVKYK VZbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696908797; x=1697513597; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=l7swJe1sAfExWu5jOP7VIX3vlRRh6Vpda7IdEzFT/2M=; b=GvyxZ7dBV/DyJPcLCAuai8ywBeqmNq9mw3ghhtByn6YsoRkezyllNNB0ij/vRMU/kY VhR2DG/RzD9P7yIN66IkkdRmGiwpahrS0wLq203f6y/d3StcLp37sdXm2NNuiKvKfqpQ yEzaoEuoSE+T4LCgOmz1EpIofZj+f3H/31joPEEL8YyWE/i89xr+sRE0ZbsLcQhj97eM R7Y+Kkz7FsmhIdPxEI6KBQyz+K+nqQhw8JGGq8wSNyYVXENnLleNYcJq2Z48G7B+/hOk xe+2F7i4r5fpTKSQQqJabkrRiScddsriMMkCxzKuFcPbb/Fsovt++S8gEIjLDYPymTBv pJAA== X-Gm-Message-State: AOJu0YxP0oRSW4dp9TowdHGhNl31W1+Uzlx3ZhkWnPP9qs2XSeifO++R TXrlSYxCbHkAuoudBH43ry8= X-Google-Smtp-Source: AGHT+IG2TqM9ffPiYHrwzTocp4VSLeg+AUQizZBtSQaZDFNnoru8UJBrgrlnaeiTn2V86V3C0qneMg== X-Received: by 2002:a05:622a:199d:b0:418:ff8:3833 with SMTP id u29-20020a05622a199d00b004180ff83833mr21250837qtc.52.1696908797176; Mon, 09 Oct 2023 20:33:17 -0700 (PDT) Received: from hurd (dsl-10-149-16.b2b2c.ca. [72.10.149.16]) by smtp.gmail.com with ESMTPSA id l4-20020ac87244000000b0041b0b869511sm3090117qtp.65.2023.10.09.20.33.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 20:33:16 -0700 (PDT) From: Maxim Cournoyer In-Reply-To: <00b2291bb7eaa66b3f62ea4d94e44bf85ec62b51.1695927171.git.liliana.prikler@gmail.com> (Liliana Marie Prikler's message of "Sat, 23 Sep 2023 21:43:07 +0200") References: <00b2291bb7eaa66b3f62ea4d94e44bf85ec62b51.1695927171.git.liliana.prikler@gmail.com> Date: Mon, 09 Oct 2023 23:33:15 -0400 Message-ID: <8734yj883o.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -3.61 X-Spam-Score: -3.61 X-Migadu-Queue-Id: 55F55512BA X-TUID: ksRei85rMX9z Hello, Liliana Marie Prikler writes: > * gnu/packages/version-control.scm (git)[#:phases]: > Also install git-prompt and zsh _git site function. Applied to core-updates, after resolving the conflict. -- Thanks, Maxim