diff options
Diffstat (limited to 'dev-vcs/git-machete/metadata.xml')
-rw-r--r-- | dev-vcs/git-machete/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-vcs/git-machete/metadata.xml b/dev-vcs/git-machete/metadata.xml new file mode 100644 index 000000000000..8199593ab959 --- /dev/null +++ b/dev-vcs/git-machete/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> + <longdescription> + git-machete is a robust tool that simplifies your git workflows. + + The bird's eye view provided by git-machete makes merges/rebases/push/pulls + hassle-free even when multiple branches are present in the repository + (master/develop, your topic branches, teammate's branches checked out + for review, etc.). + + Using this tool, you can maintain small, focused, easy-to-review pull + requests with little effort. + </longdescription> + <upstream> + <remote-id type="github">VirtusLab/git-machete</remote-id> + <remote-id type="pypi">git-machete</remote-id> + </upstream> + <use> + <flag name="fish-completion">Enable fish completion support</flag> + </use> +</pkgmetadata> |