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
|
Source: git-big-picture
Section: vcs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@piedmont.edu>
Build-Depends: debhelper-compat (= 13),
dh-python,
git,
python3-all,
python3-pytest,
python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/git-big-picture/git-big-picture
Vcs-Git: https://salsa.debian.org/python-team/packages/git-big-picture.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/git-big-picture
Rules-Requires-Root: no
Package: git-big-picture
Architecture: all
Depends: git, graphviz, ${misc:Depends}, ${python3:Depends}
Description: Visualization tool for Git repositories
git-big-picture is a visualization tool for Git repositories. You can think of
it as a filter that removes uninteresting commits from a DAG modelling a Git
repository and thereby exposes the big picture: for example the hierarchy of
tags and branches. git-big-picture supports convenience output options and can
filter different classes of commits. It uses the Graphviz utility to render
images that are pleasing to the eye.
|