Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use git_reference for tags and branches, sort branches also | Hiltjo Posthuma | 2016-01-06 | 1 | -172/+113 |
| | | | | this removes some lines and somewhat simplifies it | ||||
* | fix cast to uintmax_t | Hiltjo Posthuma | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | Change default MANPREFIX to be ${PREFIX}/man | sin | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | stagit-index: Strip per repo .git suffix from generated index | sin | 2016-01-06 | 1 | -1/+9 |
| | |||||
* | lookup commits of annotated tags | Hiltjo Posthuma | 2016-01-06 | 1 | -0/+16 |
| | | | | | NOTE: as described in the TODO this will be rewritten more cleanly later using git_reference_*. | ||||
* | fix warning, use intmax_t %ju, thanks stateless! | Hiltjo Posthuma | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | premature version bumperation | Hiltjo Posthuma | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | improve README | Hiltjo Posthuma | 2016-01-06 | 1 | -9/+19 |
| | |||||
* | improve Makefile0.1 | Hiltjo Posthuma | 2016-01-06 | 1 | -2/+7 |
| | | | | | dist: add favicon.png, config.def.h and example.sh install: install favicon.png and example.sh | ||||
* | tiny whitespace fix | Hiltjo Posthuma | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | stagit-index: continue making list, but return error code | Hiltjo Posthuma | 2016-01-05 | 1 | -6/+7 |
| | |||||
* | fix relpath for log | Hiltjo Posthuma | 2016-01-05 | 1 | -2/+1 |
| | |||||
* | clone url is one line, strip newline | Hiltjo Posthuma | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | refs: fix table id for tags | Hiltjo Posthuma | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | refs: remove link, it may be broken for non-HEAD | Hiltjo Posthuma | 2016-01-05 | 1 | -2/+0 |
| | |||||
* | make hunk line itself a link | Hiltjo Posthuma | 2016-01-05 | 1 | -2/+2 |
| | |||||
* | style: darkblue for hunk like cgit, hunk line is now a link | Hiltjo Posthuma | 2016-01-05 | 1 | -4/+10 |
| | |||||
* | stagit-index: owner is one line, strip newline | Hiltjo Posthuma | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | example.sh: make symlinks to style, icons and index by default | Hiltjo Posthuma | 2016-01-05 | 1 | -0/+6 |
| | |||||
* | revert log.html to log/head.html change | Hiltjo Posthuma | 2016-01-05 | 3 | -5/+8 |
| | |||||
* | fix newline after header | Hiltjo Posthuma | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | fix link to commit from log page | Hiltjo Posthuma | 2016-01-04 | 1 | -3/+1 |
| | |||||
* | stagit: fix hunk header, thanks uggedal for reporting! | Hiltjo Posthuma | 2016-01-04 | 1 | -1/+3 |
| | |||||
* | update TODO | Hiltjo Posthuma | 2016-01-03 | 1 | -0/+4 |
| | |||||
* | fix link in stagit-index, update documentation, add TODO | Hiltjo Posthuma | 2016-01-03 | 3 | -3/+9 |
| | |||||
* | no log per branch | Hiltjo Posthuma | 2016-01-03 | 1 | -40/+14 |
| | | | | rename log.html to log/HEAD.html, small code cleanup | ||||
* | rename refs to refs/branches | Hiltjo Posthuma | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | refs: add link to log per branch | Hiltjo Posthuma | 2016-01-03 | 1 | -2/+4 |
| | |||||
* | refs: dont make a table when there are no tags, add spacing between | Hiltjo Posthuma | 2016-01-03 | 1 | -6/+14 |
| | |||||
* | add refs page (branches and tags) | Hiltjo Posthuma | 2016-01-03 | 2 | -32/+251 |
| | | | | | | | | 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 | ||||
* | improve README | Hiltjo Posthuma | 2015-12-27 | 2 | -8/+40 |
| | |||||
* | add stagit.c | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+852 |
| | |||||
* | rename urmoms to stagit, improve documentation | Hiltjo Posthuma | 2015-12-26 | 8 | -884/+46 |
| | |||||
* | nvm, dont strip .git from bare repos | Hiltjo Posthuma | 2015-12-26 | 1 | -3/+0 |
| | |||||
* | add example script to make repo index and files per dir | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+37 |
| | |||||
* | rename EXTRAOBJ to COMPATOBJ | Hiltjo Posthuma | 2015-12-26 | 2 | -6/+6 |
| | |||||
* | Makefile: link for COMPAT | Hiltjo Posthuma | 2015-12-26 | 1 | -2/+2 |
| | |||||
* | add compat.h | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+6 |
| | |||||
* | strip suffix .git used typically for bare repos | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+3 |
| | |||||
* | humanreadable filemodes (code from sbase ls) | Hiltjo Posthuma | 2015-12-26 | 1 | -1/+43 |
| | |||||
* | align filesize header right, minor code-style | Hiltjo Posthuma | 2015-12-26 | 1 | -5/+5 |
| | |||||
* | fix dirname for glibc | Hiltjo Posthuma | 2015-12-26 | 1 | -2/+27 |
| | |||||
* | allow to specify clone url, displayed in header | Hiltjo Posthuma | 2015-12-26 | 1 | -1/+24 |
| | |||||
* | update TODO | Hiltjo Posthuma | 2015-12-26 | 1 | -17/+1 |
| | |||||
* | index: highlight row on mouseover | Hiltjo Posthuma | 2015-12-26 | 2 | -2/+2 |
| | |||||
* | remove TODO from code, see TODO file | Hiltjo Posthuma | 2015-12-25 | 1 | -10/+4 |
| | |||||
* | README: atleast libgit2 v0.22 is required (API) | Hiltjo Posthuma | 2015-12-25 | 2 | -2/+9 |
| | | | | update TODO | ||||
* | compat: add strlcpy, strlcat, for glibc | Hiltjo Posthuma | 2015-12-25 | 6 | -4/+119 |
| | |||||
* | fix libgit2 include, it is in the include path | Hiltjo Posthuma | 2015-12-24 | 2 | -2/+4 |
| | |||||
* | remove double newline bloat | Hiltjo Posthuma | 2015-12-20 | 2 | -2/+2 |
| |