[go: up one dir, main page]

File: qgit.appdata.xml

package info (click to toggle)
qgit 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,364 kB
  • sloc: cpp: 13,253; xml: 47; sh: 25; javascript: 16; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 1,790 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
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>