Search Criteria
Package Details: git-extras 6.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-extras.git (read-only, click to copy) |
---|---|
Package Base: | git-extras |
Description: | GIT utilities -- repo summary, commit counting, repl, changelog population and more |
Upstream URL: | https://github.com/tj/git-extras |
Licenses: | MIT |
Submitter: | Schnouki |
Maintainer: | liljaylj (alerque) |
Last Packager: | alerque |
Votes: | 72 |
Popularity: | 1.54 |
First Submitted: | 2010-08-26 12:33 (UTC) |
Last Updated: | 2022-04-23 07:14 (UTC) |
Latest Comments
alerque commented on 2021-11-15 18:42 (UTC)
@liljayli I was the one that filed an orphan request for this. I missed adopting it by a few hours. Deep down in the comment history you can see I have some involvement is sorting out conflicts as well. Would you mind if I join you as a co-maintainer?
duckunix commented on 2021-10-03 01:44 (UTC)
Patch for latest version:
eschwartz commented on 2021-04-15 17:28 (UTC) (edited on 2021-04-15 17:29 (UTC) by eschwartz)
If I added it to the docdir, I'm definitely not going to add an install script mentioning it.
However, installing it as documentation seems like a reasonable compromise to make, so I guess I'm willing to retract my previous protests against "inventing some undocumented file location". It will be up to users to discover it for themselves...
yochananmarqos commented on 2021-04-15 16:29 (UTC) (edited on 2021-04-15 16:35 (UTC) by yochananmarqos)
@eschwartz: If nothing else, they could be installed to
/usr/share/doc/git-extras/completions/
so a user can copy them from there.eschwartz commented on 2020-10-15 19:34 (UTC)
Upstream added fish completions which are not installed, to go with existing zsh completions which are not installed.
There are many comments below about the zsh ones. The new fish ones seem to be in the same boat...
fish documentation claims you can only install vendor_completions.d/*.fish for the command being completed, no autoloading if the command is "git" not "git-extras".
So there is nowhere to install this. Unless you have a suggestion that does NOT require users to source it in their ~/.zshrc or ~/.config/fish/config.fish
liljaylj commented on 2020-10-15 18:45 (UTC)
upstream added zsh and fish completions
could you please add them to this package
numToStr commented on 2020-07-13 05:05 (UTC)
Please update to v6.
eschwartz commented on 2020-03-26 15:43 (UTC) (edited on 2020-03-26 16:17 (UTC) by eschwartz)
That's a pretty annoying trick. :/
Instead of a patch, I could set
GIT_CONFIG=/dev/null make ...
which would cause the Makefile to simply never find any aliases.EDIT: done. No pkgrel update, if you managed to build it before (after maybe pressing "y") then you don't need to rebuild anyway, but this should make it more convenient in the future.
SpotlightKid commented on 2020-03-26 15:09 (UTC)
I always get this annoying prompt when building the package:
because I have an alias called
squash
in my git config.IMHO the way the package is built should not depend on the user's configuration and certainly shouldn't it prompt unexpectedly for something interactively.
I suggest patching out lines 47-51 of the
Makefile
to remove this check.eschwartz commented on 2020-02-07 20:02 (UTC)
The upstream Makefile doesn't deploy it either, because there's not exactly a defined place for such a thing. I'm not inventing some undocumented file location which no one knows about, myself, and I'm not going to spam users who don't care about zsh in order to tell them how to work around the failure to use zsh's completion system.
The well-documented completion systems exist for good reason, and the bash completions correctly integrate with it. If you need more, speak to upstream. Once the zsh ones work with the completion system, I'd be happy to install them to /usr/share/zsh/site-functions/.
lenormf commented on 2020-02-07 08:01 (UTC)
From t he upstream
Makefile
:This package doesn't deploy
etc/git-extras-completion.zsh
, I want it to, so I can source it and have completion in ZSH.eschwartz commented on 2020-02-07 05:16 (UTC)
The git-extras project does not provide a zsh-completion file. Such files are traditionally installed to /usr/share/zsh/site-functions/_foo, and are loaded on-demand as documented here: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
Instead there is a file which is manually sourced by the user's zshrc, and is totally incompatible with the builtin completion system.
This will not get installed, because there is nowhere to install it to.
And having a .install file modify the user's $HOME/.zshrc is a bannable offense, so I would not do that since then, as a TU, I'd be obligated to ban myself. ;)
lenormf commented on 2020-02-05 08:22 (UTC)
Then make the
PKGBUILD
always install the ZSH completion?whynothugo commented on 2020-02-05 07:55 (UTC)
No, what you're proposing is simply not possible.
The PKGBUILD is executed to BUILD the package, but what you're trying to determine something on the machine where the package will be installed.
Building and installation can happen in different machines. While you can use the
.install
file to achieve something like this, keep in mind that, generally, packages always install zsh-completion. This also helps in case the installation order is the opposite (first this, then zsh).lenormf commented on 2020-02-05 07:33 (UTC)
Is there an idiomatic way (from a
PKGBUILD
standpoint) to auto-detect if ZSH is installed, to deploy its completion file automatically?Maybe something like
if command -v zsh 2>&1 >/dev/null; then …
.eschwartz commented on 2018-05-22 04:00 (UTC)
No. git-extras-git is correctly marked as conflicting with this, doing it the other way around is both redundant and incorrect.
francoism90 commented on 2018-05-20 12:29 (UTC)
@Eschwartz Please add conflicts git-extras-git :)
eschwartz commented on 2016-02-05 19:30 (UTC)
leesei commented on 2016-02-05 19:02 (UTC)
hoodie commented on 2014-12-21 22:12 (UTC)
Mic92 commented on 2014-11-26 21:10 (UTC)
jsst commented on 2014-08-23 07:41 (UTC)