Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-06 | LICENSE: add dimitris to license/shareholder file | Hiltjo Posthuma | |
2016-01-06 | old leftover: dont create log dir | Hiltjo Posthuma | |
2016-01-06 | cleanup code a bit | Hiltjo Posthuma | |
2016-01-06 | style.css: wrap description text, nowrap for rest | Hiltjo Posthuma | |
vertical align to the top of the cell, this makes it scale better to some smaller screens | |||
2016-01-06 | Be more explicit when stripping the .git suffix | sin | |
2016-01-06 | No need for -D_POSIX_C_SOURCE=200809L | sin | |
XOPEN is a superset. | |||
2016-01-06 | Always use the compat functions | sin | |
2016-01-06 | Bring in reallocarray() from OpenBSD | sin | |
2016-01-06 | use git_reference for tags and branches, sort branches also | Hiltjo Posthuma | |
this removes some lines and somewhat simplifies it | |||
2016-01-06 | fix cast to uintmax_t | Hiltjo Posthuma | |
2016-01-06 | Change default MANPREFIX to be ${PREFIX}/man | sin | |
2016-01-06 | stagit-index: Strip per repo .git suffix from generated index | sin | |
2016-01-06 | lookup commits of annotated tags | Hiltjo Posthuma | |
NOTE: as described in the TODO this will be rewritten more cleanly later using git_reference_*. | |||
2016-01-06 | fix warning, use intmax_t %ju, thanks stateless! | Hiltjo Posthuma | |
2016-01-06 | premature version bumperation | Hiltjo Posthuma | |
2016-01-06 | improve README | Hiltjo Posthuma | |
2016-01-06 | improve Makefile | Hiltjo Posthuma | |
dist: add favicon.png, config.def.h and example.sh install: install favicon.png and example.sh | |||
2016-01-05 | tiny whitespace fix | Hiltjo Posthuma | |
2016-01-05 | stagit-index: continue making list, but return error code | Hiltjo Posthuma | |
2016-01-05 | fix relpath for log | Hiltjo Posthuma | |
2016-01-05 | clone url is one line, strip newline | Hiltjo Posthuma | |
2016-01-05 | refs: fix table id for tags | Hiltjo Posthuma | |
2016-01-05 | refs: remove link, it may be broken for non-HEAD | Hiltjo Posthuma | |
2016-01-05 | make hunk line itself a link | Hiltjo Posthuma | |
2016-01-05 | style: darkblue for hunk like cgit, hunk line is now a link | Hiltjo Posthuma | |
2016-01-05 | stagit-index: owner is one line, strip newline | Hiltjo Posthuma | |
2016-01-05 | example.sh: make symlinks to style, icons and index by default | Hiltjo Posthuma | |
2016-01-05 | revert log.html to log/head.html change | Hiltjo Posthuma | |
2016-01-05 | fix newline after header | Hiltjo Posthuma | |
2016-01-04 | fix link to commit from log page | Hiltjo Posthuma | |
2016-01-04 | stagit: fix hunk header, thanks uggedal for reporting! | Hiltjo Posthuma | |
2016-01-03 | update TODO | Hiltjo Posthuma | |
2016-01-03 | fix link in stagit-index, update documentation, add TODO | Hiltjo Posthuma | |
2016-01-03 | no log per branch | Hiltjo Posthuma | |
rename log.html to log/HEAD.html, small code cleanup | |||
2016-01-03 | rename refs to refs/branches | Hiltjo Posthuma | |
2016-01-03 | refs: add link to log per branch | Hiltjo Posthuma | |
2016-01-03 | refs: dont make a table when there are no tags, add spacing between | Hiltjo Posthuma | |
2016-01-03 | add refs page (branches and tags) | Hiltjo Posthuma | |
quite some code is added, this will be cleaned up in a following code iteration. - make sure to free some more allocated git objects. - use fputs() asmuch as possible instead of fprintf(). - code cleanup | |||
2015-12-27 | improve README | Hiltjo Posthuma | |
2015-12-26 | add stagit.c | Hiltjo Posthuma | |
2015-12-26 | rename urmoms to stagit, improve documentation | Hiltjo Posthuma | |
2015-12-26 | nvm, dont strip .git from bare repos | Hiltjo Posthuma | |
2015-12-26 | add example script to make repo index and files per dir | Hiltjo Posthuma | |
2015-12-26 | rename EXTRAOBJ to COMPATOBJ | Hiltjo Posthuma | |
2015-12-26 | Makefile: link for COMPAT | Hiltjo Posthuma | |
2015-12-26 | add compat.h | Hiltjo Posthuma | |
2015-12-26 | strip suffix .git used typically for bare repos | Hiltjo Posthuma | |
2015-12-26 | humanreadable filemodes (code from sbase ls) | Hiltjo Posthuma | |
2015-12-26 | align filesize header right, minor code-style | Hiltjo Posthuma | |
2015-12-26 | fix dirname for glibc | Hiltjo Posthuma | |