summaryrefslogtreecommitdiff
blob: 90c8a318e33c6942dfceef54e0968960a313e472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
  <email>gnu-emacs@gentoo.org</email>
  <name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
  Magit is an interface to the version control system Git, implemented as an
  extension to Emacs.

  With Magit, you can inspect and modify your Git repositories with Emacs.
  You can review and commit the changes you have made to the tracked files,
  for example, and you can browse the history of past changes. There is
  support for cherry picking, reverting, merging, rebasing, and other common
  Git operations.
</longdescription>
<use>
  <flag name="contrib">Install user-contributed files</flag>
</use>
<upstream>
  <remote-id type="github">magit/magit</remote-id>
</upstream>
</pkgmetadata>