Function: magit-git-bundle

magit-git-bundle is a byte-compiled function defined in magit-bundle.el.

Signature

(magit-git-bundle COMMAND FILE &optional REFS ARGS)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-bundle.el
(defun magit-git-bundle (command file &optional refs args)
  (magit-git "bundle" command (magit-convert-filename-for-git file) refs args))