Skip to content

Commit

Permalink
[todo] Speed-up inserting rebase sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 21, 2024
1 parent e22424f commit 1e72791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/magit-sequence.el
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,9 @@ status buffer (i.e., the reverse of how they will be applied)."
(forward-line)))
lines))

;; TODO Speed up by abbreviating all commits using a single command:
;; (magit-git-lines "show" "--no-patch" "--format=%h" commits)

(defun magit-rebase-insert-merge-sequence (onto)
(dolist (line (magit-rebase--todo))
(with-slots (action-type action action-options target) line
Expand Down

0 comments on commit 1e72791

Please sign in to comment.