-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.bokic.gitmaster.metainfo.xml
More file actions
58 lines (48 loc) · 2.21 KB
/
Copy pathio.github.bokic.gitmaster.metainfo.xml
File metadata and controls
58 lines (48 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.bokic.gitmaster</id>
<name>GitMaster</name>
<summary>Lightweight and fast cross-platform Git GUI client</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0-only</project_license>
<developer id="com.github.bokic">
<name>Boris Barbulovski</name>
</developer>
<description>
<p>
GitMaster is a powerful, lightweight Git GUI client built with C++, Qt6, and libgit2.
It provides a responsive, intuitive interface for managing your Git repositories.
</p>
<p>Key features include:</p>
<ul>
<li>Repository Management: Initialize, clone, and manage repositories.</li>
<li>Branch and Tag Management: Switch, create, rename, and delete branches and tags.</li>
<li>Remote Operations: Fetch, pull, push, and remote tracking configurations.</li>
<li>Interactive Diff Viewer: Unified diff viewer with inline character/word diffs and whitespace visualization.</li>
<li>Commit and History: Visual graph log, commit history browsing, and staging area control.</li>
<li>Git Tools: Stashing, Blame dialog, Worktrees, Git Flow integration, and Conflict resolution.</li>
</ul>
</description>
<launchable type="desktop-id">io.github.bokic.gitmaster.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/bokic/gitmaster/master/docs/gitmaster-screenshot.png</image>
<caption>GitMaster main repository and commit history view</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/bokic/gitmaster</url>
<url type="bugtracker">https://github.com/bokic/gitmaster/issues</url>
<url type="vcs-browser">https://github.com/bokic/gitmaster</url>
<provides>
<binary>gitmaster</binary>
</provides>
<content_rating type="oars-1.1" />
<releases>
<release version="0.9.0" date="2026-08-31">
<description>
<p>Feature release introducing inline diff highlighting, whitespace visualization, and UX improvements.</p>
</description>
</release>
<release version="0.8.0" date="2026-07-13" />
</releases>
</component>