update packages
This commit is contained in:
@@ -23,15 +23,7 @@
|
||||
;;; Commentary:
|
||||
|
||||
;; This library provides an interface to the `git sparse-checkout'
|
||||
;; command. It's been possible to define sparse checkouts since Git
|
||||
;; v1.7.0 by adding patterns to $GIT_DIR/info/sparse-checkout and
|
||||
;; calling `git read-tree -mu HEAD' to update the index and working
|
||||
;; tree. However, Git v2.25 introduced the `git sparse-checkout'
|
||||
;; command along with "cone mode", which restricts the possible
|
||||
;; patterns to directories to provide better performance.
|
||||
;;
|
||||
;; The goal of this library is to support the `git sparse-checkout'
|
||||
;; command operating in cone mode.
|
||||
;; command (operating in cone mode).
|
||||
|
||||
;;; Code:
|
||||
|
||||
@@ -62,7 +54,7 @@ See the `git sparse-checkout' manpage for details about
|
||||
|
||||
;;; Commands
|
||||
|
||||
;;;###autoload (autoload 'magit-sparse-checkout "magit-sparse-checkout" nil t)
|
||||
;;;###autoload(autoload 'magit-sparse-checkout "magit-sparse-checkout" nil t)
|
||||
(transient-define-prefix magit-sparse-checkout ()
|
||||
"Create and manage sparse checkouts."
|
||||
:man-page "git-sparse-checkout"
|
||||
@@ -155,4 +147,15 @@ This header is not inserted by default. To enable it, add it to
|
||||
|
||||
;;; _
|
||||
(provide 'magit-sparse-checkout)
|
||||
;; Local Variables:
|
||||
;; read-symbol-shorthands: (
|
||||
;; ("and$" . "cond-let--and$")
|
||||
;; ("and>" . "cond-let--and>")
|
||||
;; ("and-let" . "cond-let--and-let")
|
||||
;; ("if-let" . "cond-let--if-let")
|
||||
;; ("when-let" . "cond-let--when-let")
|
||||
;; ("while-let" . "cond-let--while-let")
|
||||
;; ("match-string" . "match-string")
|
||||
;; ("match-str" . "match-string-no-properties"))
|
||||
;; End:
|
||||
;;; magit-sparse-checkout.el ends here
|
||||
|
||||
Reference in New Issue
Block a user