forked from tibirna/qgit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqgit.appdata.xml
More file actions
25 lines (25 loc) · 794 Bytes
/
qgit.appdata.xml
File metadata and controls
25 lines (25 loc) · 794 Bytes
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>