Jonas Bernoulli
Jonas Bernoulli
> I don't have a computer with a working emacs at the moment :scream:
`git remote` seems more appropriate here, `git ls-remote` is about getting up-to-date data from the remote in most case. `--get-url` is one of the other cases.
A patch to do what exactly?
I've just pushed a fix for that.
... and rebased this pr.
`magit-section` is now available as a stand-alone package on NonGNU Elpa and on Melpa. Since that is the case now, I would argue that this should be merged. What do...
Ah reading the above again I see that it was already available from Melpa when I opened this. Well... for what it is worth, now it is available from NonGNU...
It should depend on all of these: ```elisp (define-package "magit" "3.3.0-git" "A Git porcelain inside Emacs." '((emacs "25.1") (compat "28.1.1.0") (dash "20210826") (git-commit "20220222") (magit-section "20220325") (transient "20220325") (with-editor "20220318"))...
> It should depend on all of these: Actually, since you don't split up magit into multiple package (I believe), you don't have to depend on `git-commit` and `magit-section`.