summaryrefslogtreecommitdiff
path: root/stagit.c
AgeCommit message (Collapse)Author
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-26add stagit.cHiltjo Posthuma