config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

magit-pkg.el (645B)


      1 (define-package "magit" "20240811.1419" "A Git porcelain inside Emacs."
      2   '((emacs "26.1")
      3     (compat "30.0.0.0")
      4     (dash "20240510")
      5     (git-commit "20240808")
      6     (magit-section "20240808")
      7     (seq "2.24")
      8     (transient "20240805")
      9     (with-editor "20240806"))
     10   :commit "a2739d7db1fdf19b95f36f6ddd15b0c1f523bd26" :authors
     11   '(("Marius Vollmer" . "marius.vollmer@gmail.com")
     12     ("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
     13   :maintainer
     14   '("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")
     15   :keywords
     16   '("git" "tools" "vc")
     17   :url "https://github.com/magit/magit")
     18 ;; Local Variables:
     19 ;; no-byte-compile: t
     20 ;; End: