summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-07Remove commented codeHEADmasterBenjamin Chausse
2020-11-07Test stagit index titleBenjamin Chausse
2020-11-06Update contrib with pgp keyBenjamin Chausse
2020-11-06add font stylesheetBenjamin Chausse
2020-10-17Make browsing continuousBenjamin Chausse
2020-10-17Link stagit index logo to homepageBenjamin Chausse
2020-10-17Test new column width cssBenjamin Chausse
2020-10-17Update cssBenjamin Chausse
2020-10-17Update contribute stagit-indexBenjamin Chausse
2020-10-17Revert to original headerBenjamin Chausse
2020-10-17Update templatesBenjamin Chausse
2020-10-17Initial CommitBenjamin Chausse
2020-09-22Fix wrong memory deallocationMiquel Ortega
2020-09-10Fix memory leakOscar Benedito
2020-09-10Improve directory navigation UXOscar Benedito
Current directory path is now shown and navigation to parent directory has been added. The style for directory entries has changed to diferentiate from files.
2020-09-10Add separate listing page for every directoryMiquel Ortega
Instead of listing all the files in files.html, add dir.html at file/path/to/dir.html, which lists files in directory, for every directory. This generates a possible conflict with a directory with path path/to/dir.html.
2020-09-10Add tracked commit short OID to submodulesOscar Benedito
2020-09-05Add raw file outputOscar Benedito
2020-08-19All elements to 800pxOscar Benedito
2020-08-18Merge tag '0.9.4'Oscar Benedito
2020-08-17bump version to 0.9.4Hiltjo Posthuma
2020-08-11Update README and convert to MarkdownOscar Benedito
2020-08-11Logo from png to svg fileOscar Benedito
2020-08-11Design changesOscar Benedito
2020-08-11Add about page for repos with REAMDEOscar Benedito
This commits adds a new dependency: md4c (https://github.com/mity/md4c). Now stagit will generate an about page for each repo with a README, converting it to HTML if it is a Markdown file.
2020-08-10fix a small memleak in writeatom()Hiltjo Posthuma
non-tag references were not freed.
2020-08-08stagit-index: remove unveil support for argvHiltjo Posthuma
This can reach the unveil argument limits and it is not a good case for using unveil.
2020-08-06fix submodule lookup in bare reposkst
git_submodule_lookup does not work without a working tree [1], so the current approach fails to recognize any submodules in bare repos. Instead, notice that $ git ls-tree HEAD lists any submodules as commit objects regardless of a working tree. This is the only instance commit object is used in a tree, so we will use this to check for submodules. [1]: https://github.com/libgit2/libgit2/pull/4305/files
2020-07-30Add Git fetching through httpOscar Benedito
2020-07-30Change appearence of stagit-indexOscar Benedito
2020-07-30Added contributing informationOscar Benedito
2020-07-30Responsive designOscar Benedito
2020-07-30Add my assetsOscar Benedito
2020-07-20regression: do not show unset or empty tagsHiltjo Posthuma
2020-07-19refactor get reference, add another feed for tags/releasesHiltjo Posthuma
A separate Atom feed is helpful to ports maintainers to monitor new tags/releases.
2020-07-19sort branches and tags by time (descending)Hiltjo Posthuma
In general version tags are done in chronological order, so this will have a better sorting for tagged (versioned) releases. Request from Caltlgin Stsodaat and others, thanks!
2020-07-10Unify assetsOscar Benedito
2020-06-22Add .gitignoreOscar Benedito
2020-06-22favicon: png to icoOscar Benedito
2020-02-23bump version to 0.9.3Hiltjo Posthuma
2020-02-21atom.xml: improve output format a bitHiltjo Posthuma
2020-02-12improve includes, stagit-index does not need compat.hHiltjo Posthuma
2019-12-29style.css: highlight anchor ids, useful for linking highlighting lines in a diffHiltjo Posthuma
2019-12-22small code-style white-space/newlineHiltjo Posthuma
2019-12-01add OpenBSD unveil supportHiltjo Posthuma
The unveil() system call first appeared in OpenBSD 6.4. For stagit it has the following properties now: - stagit-index: only read-access to the file-system for the specified directories/repositories. - stagit: read-access to the specified directory/repository. read-write and creation access to the current directory for the output files. read-write and creation access to the specified cache file.
2019-12-01some README tweaks and rewording, reorderingHiltjo Posthuma
2019-12-01Makefile improvementsHiltjo Posthuma
- remove double -c in .c.o target. - remove config.mk abstraction. - change LIBS and INCS to LIBGIT_INC and LIBGIT_LIB. - use system cflags and ldflags, but allow the same override rules for porters.
2019-05-05README: works also on NetBSDLeonardo Taccari
2019-04-23bump version to 0.9.2Hiltjo Posthuma
2019-03-16escape HTML in pathsHiltjo Posthuma
- escape paths in diff line. - escape path in anchor href attribute in files.html