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
47 lines (47 loc) · 1.75 KB
/
qgit.appdata.xml
File metadata and controls
47 lines (47 loc) · 1.75 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>
<developer id="org.tibirna">
<name>Marco Costalba, Cristian Tibirna and the QGit developers</name>
</developer>
<screenshots>
<screenshot type="default">
<caption>Show repository log</caption>
<image>https://raw.githubusercontent.com/tibirna/qgit/refs/heads/master/screenshots/qgit_main_view.png</image>
</screenshot>
<screenshot>
<caption>Show diff for a commit</caption>
<image>https://raw.githubusercontent.com/tibirna/qgit/refs/heads/master/screenshots/qgit_diff_view.png</image>
</screenshot>
<screenshot>
<caption>Show repository tree</caption>
<image>https://raw.githubusercontent.com/tibirna/qgit/refs/heads/master/screenshots/qgit_tree_view.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/tibirna/qgit</url>
<url type="bugtracker">https://github.com/tibirna/qgit/issues</url>
<launchable type="desktop-id">qgit.desktop</launchable>
<provides>
<binary>qgit</binary>
</provides>
<releases>
<release version="2.12" date="2025-07-13"/>
<release version="2.11" date="2025-04-26"/>
<release version="2.10" date="2022-01-09"/>
<release version="2.9" date="2019-08-24"/>
</releases>
<content_rating type="oars-1.1" />
</component>