File: qgit.appdata.xml

package info (click to toggle)
qgit 2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,420 kB
  • sloc: cpp: 12,911; sh: 25; xml: 25; javascript: 16; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
  <id>qgit.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0</project_license>
  <name>QGit</name>
  <summary>A git GUI viewer</summary>
  <description>
    <p>
      QGit is a graphical viewer for git repositories. Main features:
    </p>
    <ul>
      <li>Graphical view of history, commits and the differences for the changed files</li>
      <li>Quick access to git operations</li>
    </ul>
  </description>
  <screenshots>
    <screenshot type="default"/>
  </screenshots>
  <url type="homepage">http://libre.tibirna.org/projects/qgit</url>
  <url type="bugtracker">http://libre.tibirna.org/projects/qgit/issues</url>
  <provides>
    <binary>qgit</binary>
  </provides>
</component>