summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-13replace file size with line count for text filesQuentin Rameau
Keep the number of line when writing text blobs and print it in the index file tree instead of the size. Still print the size otherwise.
2016-01-13Rename Refs/branches to Refssin
2016-01-08example.sh: fix: remove error mode, would stop if a dir was invalidHiltjo Posthuma
mkdir -p makes the directory always, so no need to check.
2016-01-08example.sh: fix go to appropriate dirHiltjo Posthuma
2016-01-08implify and restructure codeHiltjo Posthuma
- remove commit message and lines changed from refs page. - resolve HEAD once. - dont make filepath in writeblob()
2016-01-08stagit-index: clarify order of the listHiltjo Posthuma
2016-01-08example.sh: add index-time.html, list sorted by time, fix reposdir '/'Hiltjo Posthuma
2016-01-08premature version bumperation (0.3) for gitHiltjo Posthuma
2016-01-07atom: add newline after date and before messageHiltjo Posthuma
2016-01-06update man pages: document stripping of .git suffixHiltjo Posthuma
2016-01-06strip .git suffix from nameHiltjo Posthuma
also free stripped_name in the case of stagit-index
2016-01-06extra whitespaceHiltjo Posthuma
2016-01-06Update README - it also works on FreeBSDsin
2016-01-06style: vertical-align header textHiltjo Posthuma
2016-01-06update TODOHiltjo Posthuma
2016-01-06refs: only make commit link work for tagsHiltjo Posthuma
2016-01-06free objHiltjo Posthuma
2016-01-06LICENSE: whoops its already 2016Hiltjo Posthuma
2016-01-06LICENSE: add dimitris to license/shareholder fileHiltjo Posthuma
2016-01-06old leftover: dont create log dirHiltjo Posthuma
2016-01-06cleanup code a bitHiltjo Posthuma
2016-01-06style.css: wrap description text, nowrap for restHiltjo Posthuma
vertical align to the top of the cell, this makes it scale better to some smaller screens
2016-01-06Be more explicit when stripping the .git suffixsin
2016-01-06No need for -D_POSIX_C_SOURCE=200809Lsin
XOPEN is a superset.
2016-01-06Always use the compat functionssin
2016-01-06Bring in reallocarray() from OpenBSDsin
2016-01-06use git_reference for tags and branches, sort branches alsoHiltjo Posthuma
this removes some lines and somewhat simplifies it
2016-01-06fix cast to uintmax_tHiltjo Posthuma
2016-01-06Change default MANPREFIX to be ${PREFIX}/mansin
2016-01-06stagit-index: Strip per repo .git suffix from generated indexsin
2016-01-06lookup commits of annotated tagsHiltjo Posthuma
NOTE: as described in the TODO this will be rewritten more cleanly later using git_reference_*.
2016-01-06fix warning, use intmax_t %ju, thanks stateless!Hiltjo Posthuma
2016-01-06premature version bumperationHiltjo Posthuma
2016-01-06improve READMEHiltjo Posthuma
2016-01-06improve MakefileHiltjo Posthuma
dist: add favicon.png, config.def.h and example.sh install: install favicon.png and example.sh
2016-01-05tiny whitespace fixHiltjo Posthuma
2016-01-05stagit-index: continue making list, but return error codeHiltjo Posthuma
2016-01-05fix relpath for logHiltjo Posthuma
2016-01-05clone url is one line, strip newlineHiltjo Posthuma
2016-01-05refs: fix table id for tagsHiltjo Posthuma
2016-01-05refs: remove link, it may be broken for non-HEADHiltjo Posthuma
2016-01-05make hunk line itself a linkHiltjo Posthuma
2016-01-05style: darkblue for hunk like cgit, hunk line is now a linkHiltjo Posthuma
2016-01-05stagit-index: owner is one line, strip newlineHiltjo Posthuma
2016-01-05example.sh: make symlinks to style, icons and index by defaultHiltjo Posthuma
2016-01-05revert log.html to log/head.html changeHiltjo Posthuma
2016-01-05fix newline after headerHiltjo Posthuma
2016-01-04fix link to commit from log pageHiltjo Posthuma
2016-01-04stagit: fix hunk header, thanks uggedal for reporting!Hiltjo Posthuma
2016-01-03update TODOHiltjo Posthuma