Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Git without perl
@ 2022-02-05 17:33 UsernameRandomlyGenerated
  2022-02-09  2:20 ` sgn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: UsernameRandomlyGenerated @ 2022-02-05 17:33 UTC (permalink / raw)
  To: ml

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

New issue by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/issues/35419

Description:
I saw the similar thread on reddit about having git without perl in repos and the explanation from Duncaen, but what if we turn it around and just add git-core subpackage that will not have all the perl dependencies? The main git package will still pull perl and work fine but we'll also have "core" one for people who want to save a little bit of space and/or network usage after fresh install. 

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

* Re: Git without perl
  2022-02-05 17:33 [ISSUE] Git without perl UsernameRandomlyGenerated
@ 2022-02-09  2:20 ` sgn
  2022-02-09  2:22 ` sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-02-09  2:20 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/35419#issuecomment-1033271285

Comment:
You can install `chroot-git` and `alias git=chroot-git` for minimalist ;)

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

* Re: Git without perl
  2022-02-05 17:33 [ISSUE] Git without perl UsernameRandomlyGenerated
  2022-02-09  2:20 ` sgn
@ 2022-02-09  2:22 ` sgn
  2022-02-09  2:22 ` sgn
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-02-09  2:22 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/35419#issuecomment-1033271285

Comment:
You can install `chroot-git` and `alias git=chroot-git` for minimalist. `chroot-git` doesn't even link against PCRE (which is only used for `git-grep(1)`), thus saves you some more megabytes. ;)

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

* Re: Git without perl
  2022-02-05 17:33 [ISSUE] Git without perl UsernameRandomlyGenerated
  2022-02-09  2:20 ` sgn
  2022-02-09  2:22 ` sgn
@ 2022-02-09  2:22 ` sgn
  2022-03-07 14:47 ` sgn
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-02-09  2:22 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/35419#issuecomment-1033271285

Comment:
You can install `chroot-git` and `alias git=chroot-git` for minimalist. `chroot-git` doesn't even link against PCRE (which is only used for `git grep -P`), thus saves you some more megabytes. ;)

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

* Re: Git without perl
  2022-02-05 17:33 [ISSUE] Git without perl UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2022-02-09  2:22 ` sgn
@ 2022-03-07 14:47 ` sgn
  2022-06-23  2:15 ` github-actions
  2022-07-08  2:14 ` [ISSUE] [CLOSED] " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-03-07 14:47 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/35419#issuecomment-1060766677

Comment:
anyway, not a promise, but when Git switch to use built in (`git add -i`)[1], git without perl could be discussed again.

1: https://lore.kernel.org/git/pull.1087.git.1638281655.gitgitgadget@gmail.com/

https://lore.kernel.org/git/pull.1087.git.1638281655.gitgitgadget@gmail.com/

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

* Re: Git without perl
  2022-02-05 17:33 [ISSUE] Git without perl UsernameRandomlyGenerated
                   ` (3 preceding siblings ...)
  2022-03-07 14:47 ` sgn
@ 2022-06-23  2:15 ` github-actions
  2022-07-08  2:14 ` [ISSUE] [CLOSED] " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-23  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/35419#issuecomment-1163847302

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] Git without perl
  2022-02-05 17:33 [ISSUE] Git without perl UsernameRandomlyGenerated
                   ` (4 preceding siblings ...)
  2022-06-23  2:15 ` github-actions
@ 2022-07-08  2:14 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-07-08  2:14 UTC (permalink / raw)
  To: ml

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

Closed issue by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/issues/35419

Description:
I saw the similar thread on reddit about having git without perl in repos and the explanation from Duncaen, but what if we turn it around and just add git-core subpackage that will not have all the perl dependencies? The main git package will still pull perl and work fine but we'll also have "core" one for people who want to save a little bit of space and/or network usage after fresh install. 

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

end of thread, other threads:[~2022-07-08  2:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05 17:33 [ISSUE] Git without perl UsernameRandomlyGenerated
2022-02-09  2:20 ` sgn
2022-02-09  2:22 ` sgn
2022-02-09  2:22 ` sgn
2022-03-07 14:47 ` sgn
2022-06-23  2:15 ` github-actions
2022-07-08  2:14 ` [ISSUE] [CLOSED] " github-actions

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