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
|
Source: topgit
Section: vcs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
bash-completion,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://repo.or.cz/w/topgit.git
Vcs-Git: https://salsa.debian.org/debian/topgit.git
Vcs-Browser: https://salsa.debian.org/debian/topgit
Package: topgit
Architecture: all
Depends:
git (>= 1:1.7) | git-core,
${misc:Depends}
Suggests: git-email, make, quilt
Description: a Git patch queue manager
TopGit manages a patch queue using Git topic branches, one patch per
branch. It allows for patch dependencies and can thus manage
non-linear patch series.
.
TopGit is a minimal layer on top of Git, which does not limit use of
Git's functionality (such as the index). It rigorously keeps history
until a patch is accepted upstream. It is also fully usable across
distributed repositories.
|