mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-vcs/git-cu: Init at 0.5.0
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Matt Smith <matt@offtopica.uk>
This commit is contained in:
26
dev-vcs/git-cu/metadata.xml
Normal file
26
dev-vcs/git-cu/metadata.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>matt@offtopica.uk</email>
|
||||
<name>Matt Smith</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
git-cu helps keep your local git repositories organized by cloning
|
||||
them into a directory structure based on their URL.
|
||||
|
||||
For example, running a regular `git clone` of this repository with
|
||||
`git clone https://gitlab.com/3point2/git-cu.git` will create a
|
||||
`git-cu` directory inside your current working directory.
|
||||
|
||||
Using `git cu` instead of `git clone` will create a
|
||||
`gitlab.com/3point2/git-cu` directory structure inside your
|
||||
current working directory.
|
||||
|
||||
cu is short for "clone URL", pronounced "see you".
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">3point2/git-cu</remote-id>
|
||||
<remote-id type="pypi">git-cu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user