tarsius_

joined 1 year ago
[–] tarsius_@alien.top 1 points 11 months ago (1 children)

Here you go:

(transient-define-prefix demo ()
  [(:info "boring" :face shadow)
   (:info (lambda () (format "Major-mode: %s" major-mode)))
   ("x" transient-echo-arguments)])
(keymap-global-set "" #'demo)
[–] tarsius_@alien.top 1 points 11 months ago

You are welcome!

 

I am happy to announce the release of Transient version 0.5.0.

More information can be found in a blog post.

Please consider supporting my work on Magit, Transient and many other Emacs packages and projects.

[–] tarsius_@alien.top 1 points 11 months ago (1 children)

This changed with https://github.com/git/git/commit/92156291ca82ae4f4ad09fde8181c5f2b7dba6ca.

You can revert to the old ways with git config --global log.initialDecorationSet all. I'll have to think about how to best deal with that in Magit.

[–] tarsius_@alien.top 0 points 1 year ago (3 children)

Exactly.

When you add the current repository to the forge database, then that also takes care of adding the appropriate fetch refspecs.

When you remove and then clone again a git repository, which was already being tracked in the forge database, then you don't have to add the repository to the forge database again. But that means that the step where the fetch refspecs are added, also won't be run again.

But you can use M-x forge-add-pullreq-refspec to add them explicitly. Also see the option by the same name.