Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] register git-shell and change zsh completion
Date: Sat, 06 Jul 2019 12:31:30 +0200	[thread overview]
Message-ID: <20190706103130.STdGDKm7GcGUE9MBopu2S73v1NPvqrJGa8vbyBmTm2Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12666@inbox.vuxu.org>

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

There is an updated pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages git
https://github.com/void-linux/void-packages/pull/12666

register git-shell and change zsh completion
* zsh: use completion script from git itself
* git: register git-shell to /etc/shells


A patch file from https://github.com/void-linux/void-packages/pull/12666.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-12666.patch --]
[-- Type: application/text/x-diff, Size: 1120 bytes --]

From 40ab3171eb59e3612d7e3ef096ea6ecdd33cfd68 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 25 Jun 2019 11:29:15 +0700
Subject: [PATCH] git: register git-shell to /etc/shells

git-shell is a restricted login shell for git-only SSH access
---
 srcpkgs/git/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 938516fe7a0..11630afb5a0 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,7 +1,7 @@
 # Template file for 'git'
 pkgname=git
 version=2.22.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
  ac_cv_snprintf_returns_bogus=no"
@@ -20,6 +20,7 @@ changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNot
 distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
 checksum=159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f
 replaces="git-perl>=0"
+register_shell=/usr/bin/git-shell
 
 subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret"
 

  parent reply	other threads:[~2019-07-06 10:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-25  6:22 [PR PATCH] " voidlinux-github
2019-06-26  1:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26  1:09 ` voidlinux-github
2019-07-05 15:43 ` voidlinux-github
2019-07-06 10:23 ` voidlinux-github
2019-07-06 10:31 ` voidlinux-github [this message]
2019-07-06 10:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-08 15:12 ` [PR PATCH] [Closed]: register git-shell voidlinux-github

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

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

  git send-email \
    --in-reply-to=20190706103130.STdGDKm7GcGUE9MBopu2S73v1NPvqrJGa8vbyBmTm2Y@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).