|
6 | 6 | <name>SourceGit</name> |
7 | 7 | <summary>Open-source GUI client for git users</summary> |
8 | 8 | <description> |
9 | | - <p>Open-source GUI client for git users</p> |
| 9 | + <p> |
| 10 | + SourceGit is a free, open-source Git GUI client that provides a visual interface for managing Git repositories. |
| 11 | + It supports all major Git operations and features a modern, intuitive interface. |
| 12 | + </p> |
| 13 | + <p>Key features include:</p> |
| 14 | + <ul> |
| 15 | + <li>Cross-platform support (Windows, macOS, Linux)</li> |
| 16 | + <li>Visual commit graph and branch visualization</li> |
| 17 | + <li>Support for SSH access with multiple remotes</li> |
| 18 | + <li>Git operations: Clone, Fetch, Pull, Push, Merge, Rebase, etc.</li> |
| 19 | + <li>Interactive rebase support</li> |
| 20 | + <li>Branch, tag, and stash management</li> |
| 21 | + <li>Submodule and worktree support</li> |
| 22 | + <li>File history and blame views</li> |
| 23 | + <li>Image diff comparison (Side-by-side, Swipe, Blend)</li> |
| 24 | + <li>Git LFS support</li> |
| 25 | + <li>GitFlow workflow support</li> |
| 26 | + <li>Built-in light and dark themes with customization</li> |
| 27 | + <li>Multi-language support</li> |
| 28 | + <li>AI-powered commit message generation</li> |
| 29 | + </ul> |
10 | 30 | </description> |
11 | | - <url type="homepage">https://github.com/sourcegit-scm/sourcegit</url> |
| 31 | + |
| 32 | + <screenshots> |
| 33 | + <screenshot type="default"> |
| 34 | + <caption>SourceGit with dark theme</caption> |
| 35 | + </screenshot> |
| 36 | + <screenshot> |
| 37 | + <caption>SourceGit with light theme</caption> |
| 38 | + </screenshot> |
| 39 | + </screenshots> |
| 40 | + |
| 41 | + <url type="homepage">https://github.com/sourcegit-scm/sourcegit</url> |
| 42 | + <url type="bugtracker">https://github.com/sourcegit-scm/sourcegit/issues</url> |
| 43 | + <url type="help">https://github.com/sourcegit-scm/sourcegit/blob/develop/README.md</url> |
| 44 | + <url type="vcs-browser">https://github.com/sourcegit-scm/sourcegit</url> |
| 45 | + <url type="contribute">https://github.com/sourcegit-scm/sourcegit/blob/develop/README.md#contributing</url> |
| 46 | + |
12 | 47 | <launchable type="desktop-id">com.sourcegit_scm.SourceGit.desktop</launchable> |
| 48 | + |
13 | 49 | <provides> |
14 | | - <id>com.sourcegit_scm.SourceGit.desktop</id> |
| 50 | + <binary>sourcegit</binary> |
15 | 51 | </provides> |
| 52 | + |
| 53 | + <categories> |
| 54 | + <category>Development</category> |
| 55 | + <category>RevisionControl</category> |
| 56 | + </categories> |
| 57 | + |
| 58 | + <keywords> |
| 59 | + <keyword>git</keyword> |
| 60 | + <keyword>version control</keyword> |
| 61 | + <keyword>scm</keyword> |
| 62 | + <keyword>repository</keyword> |
| 63 | + <keyword>commit</keyword> |
| 64 | + <keyword>branch</keyword> |
| 65 | + <keyword>source</keyword> |
| 66 | + </keywords> |
| 67 | + |
| 68 | + <content_rating type="oars-1.1" /> |
| 69 | + |
| 70 | + <supports> |
| 71 | + <control>pointing</control> |
| 72 | + <control>keyboard</control> |
| 73 | + </supports> |
| 74 | + |
| 75 | + <requires> |
| 76 | + <display_length compare="ge">768</display_length> |
| 77 | + </requires> |
| 78 | + |
| 79 | + <recommends> |
| 80 | + <memory>512</memory> |
| 81 | + </recommends> |
| 82 | + |
| 83 | + <developer_name>sourcegit-scm</developer_name> |
16 | 84 | </component> |
0 commit comments