config

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

magit-pkg.el (631B)


      1 (define-package "magit" "20240808.1852" "A Git porcelain inside Emacs."
      2   '((emacs "26.1")
      3     (compat "30.0.0.0")
      4     (dash "2.19.1")
      5     (git-commit "4.0.0")
      6     (magit-section "4.0.0")
      7     (seq "2.24")
      8     (transient "0.7.4")
      9     (with-editor "3.4.1"))
     10   :commit "020aca7c9c4154dbc4a72acbd56165ecccea1bf1" :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: