Merge remote branch 'refs/remotes/sigma/t/int/extensions' into extensions
This commit is contained in:
commit
aab7bc85f6
1 changed files with 1 additions and 3 deletions
4
magit.el
4
magit.el
|
@ -1356,8 +1356,7 @@ FUNC should leave point at the end of the modified region"
|
|||
,doc
|
||||
,inter
|
||||
(or (run-hook-with-args-until-success
|
||||
',hook ,@(remove-if (lambda (x) (member x '(&optional &rest)))
|
||||
arglist))
|
||||
',hook ,@(remq '&optional (remq '&rest arglist)))
|
||||
,@instr))))
|
||||
|
||||
;;; Running commands
|
||||
|
@ -2598,7 +2597,6 @@ insert a line to tell how to insert more of them"
|
|||
(magit-git-exit-code "update-index" "--refresh")
|
||||
(magit-insert-untracked-files)
|
||||
(magit-insert-stashes)
|
||||
(magit-insert-topics)
|
||||
(magit-insert-pending-changes)
|
||||
(magit-insert-pending-commits)
|
||||
(magit-insert-unpulled-commits remote remote-branch)
|
||||
|
|
Loading…
Add table
Reference in a new issue