Package stagit: Information
Source package: stagit
Version: 1.2-alt1
Build time: Mar 12, 2025, 01:12 PM in the task #375031
Category: Networking/Other
Report package bugHome page: https://codemadness.org/stagit.html
License: MIT
Summary: stagit is a static page generator for git
Description:
stagit is a static git page generator. It generates static HTML pages for a git repository. Features: * log of all commits from HEAD; * log and diffstat per commit; * show file tree with linkable line numbers; * show references: local branches and tags; * detect README and LICENSE file from HEAD and link it as a webpage; * detect submodules (.gitmodules file) from HEAD and link it as a webpage; * atom feed of the commit log (atom.xml); * atom feed of the tags/refs (tags.xml); * make index page for multiple repositories with stagit-index; * only a HTTP file server is required; * simple to setup; * usable with text-browsers such as dillo, links, lynx and w3m. Cons: * not suitable for large repositories (2000+ commits); * not suitable for large repositories with many files; * not suitable for repositories with many branches; * relatively slow to run the first time (about 3 seconds for sbase, 1500+ commits); * does not support some of the dynamic features cgit has, like: - snapshot tarballs per commit, - file tree per commit, - history log of branches diverged from HEAD, - stats (git shortlog -s).
List of RPM packages built from this SRPM:
stagit (x86_64, i586, aarch64)
stagit-debuginfo (x86_64, i586, aarch64)
stagit (x86_64, i586, aarch64)
stagit-debuginfo (x86_64, i586, aarch64)
Maintainer: Ulysses Apokin