summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-01-03fix link in stagit-index, update documentation, add TODOHiltjo Posthuma
2016-01-03no log per branchHiltjo Posthuma
rename log.html to log/HEAD.html, small code cleanup
2016-01-03rename refs to refs/branchesHiltjo Posthuma
2016-01-03refs: add link to log per branchHiltjo Posthuma
2016-01-03refs: dont make a table when there are no tags, add spacing betweenHiltjo Posthuma
2016-01-03add 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-27improve READMEHiltjo Posthuma
2015-12-26add stagit.cHiltjo Posthuma
2015-12-26rename urmoms to stagit, improve documentationHiltjo Posthuma
2015-12-26nvm, dont strip .git from bare reposHiltjo Posthuma
2015-12-26add example script to make repo index and files per dirHiltjo Posthuma
2015-12-26rename EXTRAOBJ to COMPATOBJHiltjo Posthuma
2015-12-26Makefile: link for COMPATHiltjo Posthuma
2015-12-26add compat.hHiltjo Posthuma
2015-12-26strip suffix .git used typically for bare reposHiltjo Posthuma
2015-12-26humanreadable filemodes (code from sbase ls)Hiltjo Posthuma
2015-12-26align filesize header right, minor code-styleHiltjo Posthuma
2015-12-26fix dirname for glibcHiltjo Posthuma
2015-12-26allow to specify clone url, displayed in headerHiltjo Posthuma
2015-12-26update TODOHiltjo Posthuma
2015-12-26index: highlight row on mouseoverHiltjo Posthuma
2015-12-25remove TODO from code, see TODO fileHiltjo Posthuma
2015-12-25README: atleast libgit2 v0.22 is required (API)Hiltjo Posthuma
update TODO
2015-12-25compat: add strlcpy, strlcat, for glibcHiltjo Posthuma
2015-12-24fix libgit2 include, it is in the include pathHiltjo Posthuma
2015-12-20remove double newline bloatHiltjo Posthuma
2015-12-20update README and improve man pagesHiltjo Posthuma
2015-12-20urmoms-index: kill some linesHiltjo Posthuma
2015-12-20rewrite writefiles, now works with bare reposHiltjo Posthuma
dont use the index but get the tree by the last commit id (revparse HEAD).
2015-12-20README: add install and dependencies instructionsHiltjo Posthuma
2015-12-20style.css: maximize contrast for textHiltjo Posthuma
2015-12-20update TODOHiltjo Posthuma
2015-12-20add urmoms-index, initial versionHiltjo Posthuma
2015-12-20writelog: remove return value, it was unusedHiltjo Posthuma
2015-12-20improve fopen flag: remove b and r+ in some caseHiltjo Posthuma
don't require rw rights for just reading
2015-12-20use relative url in header, escape name and description tooHiltjo Posthuma
2015-12-17set diff optionsHiltjo Posthuma
2015-12-17free the treeHiltjo Posthuma