diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-21 02:05:34 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-21 02:05:34 +0100 |
| commit | 86f5574d5a2cfacea7565119fa024037a13c50f3 (patch) | |
| tree | 192db92894c4005907666dc0efc08b34865837b9 /lisp/magit-subtree.el | |
| parent | 0f1da8d750879959b641f7765ed45592130420ef (diff) | |
Add missing library commentaries
Diffstat (limited to 'lisp/magit-subtree.el')
| -rw-r--r-- | lisp/magit-subtree.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/magit-subtree.el b/lisp/magit-subtree.el index 3db80fe..4bd1ed1 100644 --- a/lisp/magit-subtree.el +++ b/lisp/magit-subtree.el @@ -20,6 +20,13 @@ ;; You should have received a copy of the GNU General Public License ;; along with Magit. If not, see <https://www.gnu.org/licenses/>. +;;; Commentary: + +;; This library implements support for "git subtree". +;; The entry point is the `magit-subtree' menu command. + +;; See (info "(magit)Subtree"). + ;;; Code: (require 'magit) |
