Skip to content

Commit

Permalink
magit-remote: Prepare for forge's additions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Feb 17, 2025
1 parent 8c27c91 commit 02ccd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/magit-remote.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ has to be used to view and change remote related variables."
[("C" "Configure..." magit-remote-configure)
("p" "Prune stale branches" magit-remote-prune)
("P" "Prune stale refspecs" magit-remote-prune-refspecs)
("b" magit-update-default-branch)
(7 "z" "Unshallow remote" magit-remote-unshallow)]]
(7 "z" "Unshallow remote" magit-remote-unshallow)]
[("d u" magit-update-default-branch)]]
(interactive (list (magit-get-current-remote)))
(transient-setup 'magit-remote nil nil :scope remote))

Expand Down

0 comments on commit 02ccd90

Please sign in to comment.