branch: elpa/magit
commit 8a3edc37d94634fc86defc63e838dc924bb93d8e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-sparse-checkout.el: Remove obsolete information from commentary
This should have been done in [1: 033a0c0cdc].
1: 2024-12-09 033a0c0cdc036118745d425b835840d8fd0f160b
Depend on Git >= v2.25.0
---
lisp/magit-sparse-checkout.el | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/lisp/magit-sparse-checkout.el b/lisp/magit-sparse-checkout.el
index b83eae996e9..8fb9e59aafc 100644
--- a/lisp/magit-sparse-checkout.el
+++ b/lisp/magit-sparse-checkout.el
@@ -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: