summaryrefslogtreecommitdiff
path: root/dev-vcs/git-machete/metadata.xml
blob: c10080a3b72ae4f70a97341e29113f8e08c63e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>
</pkgmetadata>