DFSG NEW Queue

DFSG, Licensing & New Packages Team

stagit 1.2-1

Package Information

Descriptionstatic git page generator

stagit generates static HTML pages for a git repository.

stagit serves similar purpose as gitweb or cgit, but everything is generated statically. stagit must be run again every time the repository is updated, which can be made manually or using a post-receive hook for example.

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. * After generating the pages (relatively slow) serving the files is very fast, simple and requires little resources (because the content is static), only a HTTP file server is required. * Usable with text-browsers such as dillo, links, lynx and w3m.

stagit is not suitable for large repositories with many files, because all files are written for each execution of stagit.

MaintainerNicolas Schodet <nico@ni.fr.eu.org>
Changed ByNicolas Schodet <nico@ni.fr.eu.org>
Sponsorsoren@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/debian/stagit.git (browse)
Closes#1076597
Trackerhttps://tracker.debian.org/pkg/stagit
Uploaded3 hours ago

New Package Report

.changes
Architecturesource amd64
Distributionunstable
DateWed, 02 Sep 2026 17:40:52 +0200
Sourcestagit
Version1.2-1
Changed-ByNicolas Schodet
Changelog
stagit (1.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1076597)
.dsc
Componentmain
Package-Liststagit deb net optional arch=any
Sectionnet
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://codemadness.org/stagit.html
Upstream-Name: stagit
Upstream-Contact: Hiltjo Posthuma <hiltjo@codemadness.org>

Files:
 *
Copyright:
 2015-2022 Hiltjo Posthuma <hiltjo@codemadness.org>
License: Expat

Files:
 reallocarray.c
Copyright:
 2008 Otto Moerbeek <otto@drijf.net>
License: ISC

Files:
 strlcat.c
 strlcpy.c
Copyright:
 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com>
License: ISC

Files:
 debian/*
Copyright:
 2026 Nicolas Schodet <nico@ni.fr.eu.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Back to Dashboard | View all reviews for this package