| fix paths (.html -> .xht) | opal hart | 1 | +5 | -5 |
| trim newline from repo description | opal hart | 1 | +1 | -0 |
| match stagit HTML with site style | opal hart | 1 | +40 | -28 |
| link to ./repo.git/ not ./repo/log.html | opal hart | 1 | +1 | -1 |
| simplify stagit-index header/footer | opal hart | 1 | +6 | -19 |
| clean up getopt loop | opal hart | 1 | +28 | -24 |
| prefix usage with the common prefix "usage: " | Hiltjo Posthuma | 2 | +2 | -2 |
| bump version to 1.2 | Hiltjo Posthuma | 1 | +1 | -1 |
| Makefile: add workaround for distros still using older libgit2 versions | Hiltjo Posthuma | 1 | +4 | -0 |
| Revert "remain compatible with slightly older libgit versions for now" | Hiltjo Posthuma | 2 | +0 | -4 |
| remain compatible with slightly older libgit versions for now | Hiltjo Posthuma | 2 | +4 | -0 |
| Allow git to run on an other user repository | Anton Lindqvist | 2 | +4 | -0 |
| bump version to 1.1 | Hiltjo Posthuma | 1 | +1 | -1 |
| improve stream read and write error handling | Hiltjo Posthuma | 2 | +42 | -9 |
| add dark mode support for the example stylesheet | Hiltjo Posthuma | 1 | +48 | -0 |
| bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
| libgit2 config opts: set the search to an empty path | Hiltjo Posthuma | 2 | +8 | -0 |
| do not percent-encode: ',' or '-' or '.' it looks ugly | Hiltjo Posthuma | 2 | +4 | -4 |
| bump version to 1.0 | Hiltjo Posthuma | 1 | +1 | -1 |
| Print the number of remaining commits | Quentin Rameau | 1 | +16 | -11 |
| ignore '\r' in writing the blob aswell | Hiltjo Posthuma | 1 | +3 | -2 |
| percent encode characters in path names | Hiltjo Posthuma | 2 | +50 | -6 |
| encode the name, it could contain XML entities | Hiltjo Posthuma | 1 | +6 | -4 |
| man pages: add EXAMPLES section | Hiltjo Posthuma | 2 | +16 | -2 |
| small typo fixes and url -> URL | Hiltjo Posthuma | 3 | +4 | -4 |
| bump version to 0.9.6 | Hiltjo Posthuma | 1 | +1 | -1 |
| man page: codemadness is the primary server. make logo brandless (not 2f30) | Hiltjo Posthuma | 3 | +3 | -2 |
| README: improve a bit the usage examples | Quentin Rameau | 1 | +8 | -3 |
| do not simplify the history by first-parent | Hiltjo Posthuma | 2 | +0 | -3 |
| tiny comment change | Hiltjo Posthuma | 1 | +1 | -1 |
| add function to print a single line, ignoring \r and \n | Hiltjo Posthuma | 1 | +22 | -1 |
| add meta viewport on stagit-index too | Hiltjo Posthuma | 1 | +1 | -0 |
| bump version to 0.9.5 | Hiltjo Posthuma | 1 | +1 | -1 |
| LICENSE: update | Hiltjo Posthuma | 1 | +0 | -1 |
| change STAGIT_BASEURL to an -u option and also update the example script | Hiltjo Posthuma | 4 | +13 | -13 |
| add $STAGIT_BASEURL environment variable to make Atom links absolute | Hiltjo Posthuma | 2 | +15 | -3 |
| README: mention tags.xml feature | Hiltjo Posthuma | 1 | +2 | -1 |
| micro-optimization: fputc (function) -> putc (macro/inline function) | Hiltjo Posthuma | 2 | +8 | -8 |
| LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
| fix warning with libgit2 v0.99+, remain compatible with older versions | Hiltjo Posthuma | 1 | +7 | -8 |
| add abbreviated commit hash to submodule file | Oscar Benedito | 1 | +5 | -2 |
| add meta viewport for scaling on mobile | Hiltjo Posthuma | 1 | +1 | -0 |
| style.css: improve contrast | Hiltjo Posthuma | 1 | +3 | -3 |
| use size_t to count lines | Hiltjo Posthuma | 1 | +7 | -7 |
| avoid shadowed `name' global variable | Hiltjo Posthuma | 1 | +3 | -3 |
| refs_cmp: remove unneeded cast | Hiltjo Posthuma | 1 | +1 | -2 |
| use LEN() macros for arrays | Hiltjo Posthuma | 1 | +4 | -2 |
| bump version to 0.9.4 | Hiltjo Posthuma | 1 | +1 | -1 |
| fix a small memleak in writeatom() | Hiltjo Posthuma | 1 | +6 | -10 |
| stagit-index: remove unveil support for argv | Hiltjo Posthuma | 1 | +0 | -4 |
| fix submodule lookup in bare repos | kst | 1 | +2 | -3 |
| regression: do not show unset or empty tags | Hiltjo Posthuma | 1 | +1 | -1 |
| refactor get reference, add another feed for tags/releases | Hiltjo Posthuma | 2 | +146 | -86 |
| sort branches and tags by time (descending) | Hiltjo Posthuma | 1 | +92 | -72 |
| bump version to 0.9.3 | Hiltjo Posthuma | 1 | +1 | -1 |
| atom.xml: improve output format a bit | Hiltjo Posthuma | 1 | +2 | -2 |
| improve includes, stagit-index does not need compat.h | Hiltjo Posthuma | 2 | +3 | -7 |
| style.css: highlight anchor ids, useful for linking highlighting lines in a diff | Hiltjo Posthuma | 1 | +4 | -0 |
| small code-style white-space/newline | Hiltjo Posthuma | 1 | +1 | -0 |
| add OpenBSD unveil support | Hiltjo Posthuma | 2 | +10 | -0 |
| some README tweaks and rewording, reordering | Hiltjo Posthuma | 1 | +9 | -7 |
| Makefile improvements | Hiltjo Posthuma | 2 | +20 | -37 |
| README: works also on NetBSD | Leonardo Taccari | 1 | +1 | -1 |
| bump version to 0.9.2 | Hiltjo Posthuma | 1 | +1 | -1 |
| escape HTML in paths | Hiltjo Posthuma | 1 | +12 | -4 |
| pedantic snprintf() improvement | Hiltjo Posthuma | 2 | +4 | -4 |
| fix issues in example scripts | Hiltjo Posthuma | 2 | +2 | -2 |
| bump version to 0.9.1 | Hiltjo Posthuma | 1 | +1 | -1 |
| Makefile: add DOCPREFIX for installing docs in ports | Hiltjo Posthuma | 2 | +11 | -9 |
| change order of commits in log from most recent to old to applied order | Hiltjo Posthuma | 4 | +4 | -7 |
| fix compile: libgit2 0.28 changed giterr_last to git_error_last | Hiltjo Posthuma | 2 | +2 | -6 |
| bump version to 0.9 | Hiltjo Posthuma | 1 | +1 | -1 |
| style: keep default browser style for links, except patch chunks | Hiltjo Posthuma | 1 | +4 | -5 |
| in the diffstat prefix the type of change, allow CSS styling | Hiltjo Posthuma | 2 | +18 | -1 |
| don't use a heuristic for renames, the content must match exactly | Hiltjo Posthuma | 1 | +3 | -1 |
| detect filetype changes in diff (for example a normal file to symlink) | Hiltjo Posthuma | 1 | +3 | -1 |
| detect more names for README and LICENSE | Hiltjo Posthuma | 1 | +30 | -16 |
| detect copies and renames based on the threshold of changes | Hiltjo Posthuma | 1 | +9 | -0 |
| simplify range check | Hiltjo Posthuma | 1 | +1 | -4 |
| stagit: log: indicate when using the -l option and there are more commits | Hiltjo Posthuma | 1 | +4 | -0 |
| assume OpenBSD 5.9+, always try pledge(2) on OpenBSD | Hiltjo Posthuma | 3 | +4 | -11 |
| Clarify usage regarding -c and -l mutual exclusion | Quentin Rameau | 1 | +1 | -1 |
| bump version to 0.8 | Hiltjo Posthuma | 1 | +1 | -1 |
| stagit-index: pledge after git_libgit2_init | Hiltjo Posthuma | 1 | +4 | -3 |
| pledge after git_libgit2_init | Hiltjo Posthuma | 1 | +8 | -5 |
| optimization: only diff the tree when it is needed for the diffstat... | Hiltjo Posthuma | 1 | +27 | -17 |
| README: improve tarball generation by tag example | Hiltjo Posthuma | 1 | +8 | -2 |
| stagit: add -l option: limit the amount of commits for the log.html file | Hiltjo Posthuma | 2 | +50 | -13 |
| bump LICENSE to 2018 | Hiltjo Posthuma | 1 | +1 | -1 |
| style.css: improve compatibility with older browsers, namely dillo | Hiltjo Posthuma | 1 | +5 | -0 |
| Remove a non-portable syntax in Makefile | Quentin Rameau | 1 | +1 | -1 |
| Makefile: bump version to 0.7.2 | Hiltjo Posthuma | 1 | +1 | -1 |
| post-receive: fix warning in script for example when pushing deleted tags | Hiltjo Posthuma | 1 | +1 | -0 |
| Sort style.css in alphabetical order | Aaron Marcher | 1 | +2 | -2 |
| Makefile: bump version to 0.7.1 | Hiltjo Posthuma | 1 | +1 | -1 |
| fix: add "fattr" pledge for chmod(2) for cachefile | Hiltjo Posthuma | 1 | +5 | -7 |
| Makefile: bump version to 0.7 | Hiltjo Posthuma | 1 | +1 | -1 |
| Makefile: remove unused $SCRIPTS | Hiltjo Posthuma | 1 | +5 | -5 |
| fix file permissions for cachefile and respect umask(2) | Hiltjo Posthuma | 1 | +10 | -2 |
| more verbose errors: show which file failed on open | Hiltjo Posthuma | 1 | +2 | -2 |
| README: clarify some cons | Hiltjo Posthuma | 1 | +15 | -6 |
| post-receive hook: force UTF-8 locale | Hiltjo Posthuma | 1 | +4 | -0 |
| allow umask to handle permissions | Hiltjo Posthuma | 1 | +1 | -1 |
| ignore object 0000000000000000000000000000000000000000 | Hiltjo Posthuma | 1 | +2 | -0 |
| bump version for a release soon | Hiltjo Posthuma | 1 | +1 | -1 |
| example_create.sh: make executable | Hiltjo Posthuma | 1 | +0 | -0 |
| improve example scripts, add to build (Makefile) | Hiltjo Posthuma | 5 | +60 | -57 |
| improve example, add initial post-receive example | Hiltjo Posthuma | 2 | +69 | -1 |
| README: add example for a git hook and to set the url file | Hiltjo Posthuma | 1 | +41 | -2 |
| README: add example to create tar.gz archives by tag | Hiltjo Posthuma | 1 | +11 | -0 |
| Makefile: remove TODO | Hiltjo Posthuma | 1 | +1 | -2 |
| remove TODO | Hiltjo Posthuma | 1 | +0 | -7 |
| separate getstats from getbyoid: slightly faster | Hiltjo Posthuma | 1 | +4 | -2 |
| for the commit Date: header use the git format-patch format | Hiltjo Posthuma | 1 | +1 | -1 |
| dont truncate summary length anymore | Hiltjo Posthuma | 1 | +2 | -14 |
| remove config.def.h: it was not used anymore | Hiltjo Posthuma | 2 | +1 | -5 |
| improve commitinfo_getstats | Hiltjo Posthuma | 1 | +2 | -5 |
| improve documentation | Hiltjo Posthuma | 3 | +52 | -27 |
| align line numbers to 8 spaces | Hiltjo Posthuma | 1 | +1 | -1 |
| writeblobhtml: minor style fix | Hiltjo Posthuma | 1 | +1 | -1 |
| stagit: fix rendering of first TAB in file | Hiltjo Posthuma | 1 | +1 | -1 |
| stagit-index: also dont assume someones <html lang> :) | Hiltjo Posthuma | 1 | +1 | -1 |
| stagit-index: remove Content-Language: en | Hiltjo Posthuma | 1 | +1 | -1 |
| writeblobhtml: fix possible uninitialized variable n when len == 0 | Hiltjo Posthuma | 1 | +2 | -2 |
| writeblobhtml: improve file view for text-browsers | Hiltjo Posthuma | 1 | +19 | -16 |
| stagit-index: remove empty h1 and add bold markup to table headers | Hiltjo Posthuma | 1 | +8 | -6 |
| text-browser improvements | Hiltjo Posthuma | 1 | +18 | -12 |
| README: advertise text-browser improvements | Hiltjo Posthuma | 1 | +1 | -0 |
| LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
| browser compatibility: use numeric entity for ' | Hiltjo Posthuma | 2 | +2 | -2 |
| writeblobhtml, make fprintf format string const | Hiltjo Posthuma | 1 | +1 | -1 |
| README: add instructions to build static binaries | Hiltjo Posthuma | 1 | +22 | -0 |
| Makefile: change () to {} consistently | Hiltjo Posthuma | 1 | +5 | -5 |
| fix potential leak, found by clang-analyzer | Hiltjo Posthuma | 1 | +1 | -0 |
| fix memory leak of commitinfo | Hiltjo Posthuma | 1 | +1 | -1 |
| atom.xml: add newline before EOF | Hiltjo Posthuma | 1 | +1 | -1 |
| fix memory leak of commitinfo->parent | Hiltjo Posthuma | 1 | +1 | -0 |
| fix memory leak of blob object | Hiltjo Posthuma | 1 | +1 | -0 |
| simplify/shorten pledge stub | Hiltjo Posthuma | 2 | +2 | -10 |
| reduce scope of repodir, remove unused branch parameter | Hiltjo Posthuma | 2 | +7 | -7 |
| bump version to 0.5 | Hiltjo Posthuma | 1 | +1 | -1 |
| also remove language and text direction attribute from <html> | Hiltjo Posthuma | 1 | +1 | -1 |
| remove Content-Language: en | Hiltjo Posthuma | 1 | +1 | -1 |
| stagit.1: also document linking to git submodules: .gitmodules file | Hiltjo Posthuma | 1 | +2 | -2 |
| stagit.1: clarify README and LICENSE link creation | Hiltjo Posthuma | 1 | +3 | -0 |
| simplify example.sh, thanks emg for the suggestion! | Hiltjo Posthuma | 1 | +4 | -4 |
| update LICENSE | Hiltjo Posthuma | 1 | +0 | -1 |
| config.mk: remove -lc | Hiltjo Posthuma | 1 | +1 | -1 |
| treat an empty repo (without a HEAD) as valid | Hiltjo Posthuma | 1 | +10 | -5 |
| improve example: strip .git suffix | Hiltjo Posthuma | 1 | +3 | -2 |
| refs_cmp: simplify check, functionally the same | Hiltjo Posthuma | 1 | +3 | -6 |
| check if LICENSE, README and .gitmodules is a file blob | Hiltjo Posthuma | 1 | +8 | -3 |
| release 0.4 | Hiltjo Posthuma | 1 | +1 | -1 |
| update TODO | Hiltjo Posthuma | 1 | +3 | -2 |
| simplify, id is unused | Hiltjo Posthuma | 1 | +2 | -3 |
| simplify, no need for goto | Hiltjo Posthuma | 1 | +3 | -5 |
| improve stagit.1 documentation, reword and explain caching behaviour | Hiltjo Posthuma | 1 | +17 | -8 |
| consistency for messages for special-case in diffstat | Hiltjo Posthuma | 1 | +4 | -4 |
| fix error in "code cleanup" commit 9328d2690e118127bcaa5cf9f665d8e7711f7a03 | Hiltjo Posthuma | 1 | +0 | -1 |
| fix and simplify time offset | Hiltjo Posthuma | 1 | +7 | -8 |
| make diffstat files an anchor (jump to delta) | Hiltjo Posthuma | 1 | +4 | -4 |
| fix joinpath(): use of global 'repodir', should be 'path' | Hiltjo Posthuma | 2 | +29 | -34 |
| fix regression from last commit | Hiltjo Posthuma | 1 | +1 | -1 |
| code cleanup | Hiltjo Posthuma | 2 | +21 | -48 |
| remove config.h, add options to stagit.c | Hiltjo Posthuma | 3 | +6 | -7 |
| add OpenBSD pledge(2) support using -DUSE_PLEDGE | Hiltjo Posthuma | 3 | +29 | -3 |
| example.sh: use cache file | Hiltjo Posthuma | 1 | +1 | -1 |
| style: write atom feed end in one write, kills 2 lines | Hiltjo Posthuma | 1 | +1 | -3 |
| cache support (-c option) | Hiltjo Posthuma | 2 | +130 | -41 |
| small code cleanup: no need for status variable | Hiltjo Posthuma | 1 | +3 | -4 |
| atom feed: use published for author commit date, updated for committer date | Hiltjo Posthuma | 1 | +8 | -1 |
| fix times (and timezone) | Hiltjo Posthuma | 2 | +30 | -20 |
| README: minor update | Hiltjo Posthuma | 1 | +2 | -1 |
| fix path join '/' | Hiltjo Posthuma | 2 | +37 | -44 |
| code cleanup + style, functionally equivalent | Hiltjo Posthuma | 2 | +12 | -20 |
| layout: right align lines changed count in diffstat | Hiltjo Posthuma | 1 | +1 | -1 |
| optimization: suppress large diffs | Hiltjo Posthuma | 1 | +8 | -0 |
| optimization: read stats once and remember it | Hiltjo Posthuma | 2 | +149 | -39 |
| example.sh: fix: sort list (regression from simplifying the script) | Hiltjo Posthuma | 1 | +2 | -2 |
| whoops, module is m--------- | Hiltjo Posthuma | 1 | +1 | -1 |
| submodule support | Hiltjo Posthuma | 2 | +9 | -19 |
| suppress meaningless error codes when a repo can't be opened (similar to stagit-index) | Hiltjo Posthuma | 1 | +1 | -1 |
| improve example, remove sort hack | Hiltjo Posthuma | 1 | +4 | -17 |
| make submodule link black, easier to read | Hiltjo Posthuma | 1 | +1 | -1 |
| minor style fix | Hiltjo Posthuma | 1 | +1 | -1 |
| Fix null pointer access for submodules in writefilestree | Quentin Rameau | 1 | +11 | -6 |
| tweak style of showing submodules | Hiltjo Posthuma | 1 | +6 | -4 |
| Don't fail on submodules | z3bra | 2 | +44 | -29 |
| fix: check gmtime, can return NULL on error | Hiltjo Posthuma | 2 | +4 | -2 |
| resolve absolute paths to repodir, remove basename just use strrchr. | Hiltjo Posthuma | 2 | +17 | -52 |
| stagit-index: remove unused efopen function | Hiltjo Posthuma | 1 | +0 | -11 |
| fix: link to line in hunk if a patch has multiple files and hunks | Hiltjo Posthuma | 1 | +5 | -5 |
| clean generated tarball too | sin | 1 | +1 | -1 |
| Makefile: use NAME variable, suggested by Quentin | Hiltjo Posthuma | 1 | +6 | -6 |
| Makefile: separate CPPFLAGS, compile optimized build by default | Hiltjo Posthuma | 2 | +11 | -10 |
| improve make dist, thanks Quentin Rameau | Hiltjo Posthuma | 1 | +8 | -8 |
| premature version bumperation, 0.4 (unreleased) | Hiltjo Posthuma | 1 | +1 | -1 |
| Choose better colors for the diff page | FRIGN | 1 | +3 | -3 |
| add titles to pages, summary for commit messages, filename for files | Hiltjo Posthuma | 1 | +9 | -6 |
| fix right-alignment of "Files" column | Hiltjo Posthuma | 1 | +1 | -1 |
| Use the recommended HTML5 document type. | lostd | 2 | +2 | -2 |
| check path truncation | Hiltjo Posthuma | 3 | +56 | -25 |
| config.mk: add -D_DEFAULT_SOURCE to commented builds | Hiltjo Posthuma | 1 | +2 | -2 |
| atom feed: add link, move content order to bottom | Hiltjo Posthuma | 1 | +11 | -7 |
| make printshowfile more generic and like other functions | Hiltjo Posthuma | 2 | +16 | -15 |
| just use Name as first column, thanks quinq for the suggestion | Hiltjo Posthuma | 1 | +2 | -3 |
| Rename “Age” column headers into “Date” | Quentin Rameau | 1 | +2 | -2 |
| fix file tree handling | Quentin Rameau | 1 | +10 | -8 |
| use 'dirname' as error message for xdirname | z3bra | 1 | +1 | -1 |
| fix file size byte unit suffix | Quentin Rameau | 1 | +2 | -2 |
| stop glibc complaining about _BSD_SOURCE being deprecated | Quentin Rameau | 1 | +1 | -1 |
| replace file size with line count for text files | Quentin Rameau | 2 | +17 | -9 |
| Rename Refs/branches to Refs | sin | 1 | +1 | -1 |
| example.sh: fix: remove error mode, would stop if a dir was invalid | Hiltjo Posthuma | 1 | +5 | -9 |
| example.sh: fix go to appropriate dir | Hiltjo Posthuma | 1 | +2 | -1 |
| implify and restructure code | Hiltjo Posthuma | 1 | +37 | -70 |
| stagit-index: clarify order of the list | Hiltjo Posthuma | 1 | +4 | -1 |
| example.sh: add index-time.html, list sorted by time, fix reposdir '/' | Hiltjo Posthuma | 1 | +16 | -4 |
| premature version bumperation (0.3) for git | Hiltjo Posthuma | 1 | +1 | -1 |
| atom: add newline after date and before message | Hiltjo Posthuma | 1 | +4 | -3 |
| update man pages: document stripping of .git suffix | Hiltjo Posthuma | 2 | +5 | -3 |
| strip .git suffix from name | Hiltjo Posthuma | 2 | +21 | -16 |
| extra whitespace | Hiltjo Posthuma | 2 | +3 | -3 |
| Update README - it also works on FreeBSD | sin | 1 | +1 | -1 |
| style: vertical-align header text | Hiltjo Posthuma | 1 | +3 | -0 |
| update TODO | Hiltjo Posthuma | 1 | +0 | -12 |
| refs: only make commit link work for tags | Hiltjo Posthuma | 1 | +5 | -3 |
| free obj | Hiltjo Posthuma | 1 | +3 | -0 |
| LICENSE: whoops its already 2016 | Hiltjo Posthuma | 1 | +3 | -3 |
| LICENSE: add dimitris to license/shareholder file | Hiltjo Posthuma | 1 | +1 | -0 |
| old leftover: dont create log dir | Hiltjo Posthuma | 1 | +0 | -1 |
| cleanup code a bit | Hiltjo Posthuma | 1 | +4 | -31 |
| style.css: wrap description text, nowrap for rest | Hiltjo Posthuma | 1 | +9 | -0 |
| Be more explicit when stripping the .git suffix | sin | 1 | +2 | -1 |
| No need for -D_POSIX_C_SOURCE=200809L | sin | 1 | +3 | -3 |
| Always use the compat functions | sin | 3 | +5 | -7 |
| Bring in reallocarray() from OpenBSD | sin | 6 | +48 | -2 |
| use git_reference for tags and branches, sort branches also | Hiltjo Posthuma | 1 | +113 | -172 |
| fix cast to uintmax_t | Hiltjo Posthuma | 1 | +2 | -2 |
| Change default MANPREFIX to be ${PREFIX}/man | sin | 1 | +1 | -1 |
| stagit-index: Strip per repo .git suffix from generated index | sin | 1 | +9 | -1 |
| lookup commits of annotated tags | Hiltjo Posthuma | 1 | +16 | -0 |
| fix warning, use intmax_t %ju, thanks stateless! | Hiltjo Posthuma | 1 | +2 | -2 |
| premature version bumperation | Hiltjo Posthuma | 1 | +1 | -1 |
| improve README | Hiltjo Posthuma | 1 | +19 | -9 |
| improve Makefile | Hiltjo Posthuma | 1 | +7 | -2 |
| tiny whitespace fix | Hiltjo Posthuma | 1 | +1 | -1 |
| stagit-index: continue making list, but return error code | Hiltjo Posthuma | 1 | +7 | -6 |
| fix relpath for log | Hiltjo Posthuma | 1 | +1 | -2 |
| clone url is one line, strip newline | Hiltjo Posthuma | 1 | +1 | -0 |
| refs: fix table id for tags | Hiltjo Posthuma | 1 | +1 | -1 |
| refs: remove link, it may be broken for non-HEAD | Hiltjo Posthuma | 1 | +0 | -2 |
| make hunk line itself a link | Hiltjo Posthuma | 1 | +2 | -2 |
| style: darkblue for hunk like cgit, hunk line is now a link | Hiltjo Posthuma | 1 | +10 | -4 |
| stagit-index: owner is one line, strip newline | Hiltjo Posthuma | 1 | +1 | -0 |
| example.sh: make symlinks to style, icons and index by default | Hiltjo Posthuma | 1 | +6 | -0 |
| revert log.html to log/head.html change | Hiltjo Posthuma | 3 | +8 | -5 |
| fix newline after header | Hiltjo Posthuma | 1 | +1 | -1 |
| fix link to commit from log page | Hiltjo Posthuma | 1 | +1 | -3 |
| stagit: fix hunk header, thanks uggedal for reporting! | Hiltjo Posthuma | 1 | +3 | -1 |
| update TODO | Hiltjo Posthuma | 1 | +4 | -0 |
| fix link in stagit-index, update documentation, add TODO | Hiltjo Posthuma | 3 | +9 | -3 |
| no log per branch | Hiltjo Posthuma | 1 | +14 | -40 |
| rename refs to refs/branches | Hiltjo Posthuma | 1 | +1 | -1 |
| refs: add link to log per branch | Hiltjo Posthuma | 1 | +4 | -2 |
| refs: dont make a table when there are no tags, add spacing between | Hiltjo Posthuma | 1 | +14 | -6 |
| add refs page (branches and tags) | Hiltjo Posthuma | 2 | +251 | -32 |
| improve README | Hiltjo Posthuma | 2 | +40 | -8 |
| add stagit.c | Hiltjo Posthuma | 1 | +852 | -0 |
| rename urmoms to stagit, improve documentation | Hiltjo Posthuma | 10 | +112 | -950 |
| nvm, dont strip .git from bare repos | Hiltjo Posthuma | 1 | +0 | -3 |
| add example script to make repo index and files per dir | Hiltjo Posthuma | 1 | +37 | -0 |
| rename EXTRAOBJ to COMPATOBJ | Hiltjo Posthuma | 2 | +6 | -6 |
| Makefile: link for COMPAT | Hiltjo Posthuma | 1 | +2 | -2 |
| add compat.h | Hiltjo Posthuma | 1 | +6 | -0 |
| strip suffix .git used typically for bare repos | Hiltjo Posthuma | 1 | +3 | -0 |
| humanreadable filemodes (code from sbase ls) | Hiltjo Posthuma | 1 | +43 | -1 |
| align filesize header right, minor code-style | Hiltjo Posthuma | 1 | +5 | -5 |
| fix dirname for glibc | Hiltjo Posthuma | 1 | +27 | -2 |
| allow to specify clone url, displayed in header | Hiltjo Posthuma | 1 | +24 | -1 |
| update TODO | Hiltjo Posthuma | 1 | +1 | -17 |
| index: highlight row on mouseover | Hiltjo Posthuma | 2 | +2 | -2 |
| remove TODO from code, see TODO file | Hiltjo Posthuma | 1 | +4 | -10 |
| README: atleast libgit2 v0.22 is required (API) | Hiltjo Posthuma | 2 | +9 | -2 |
| compat: add strlcpy, strlcat, for glibc | Hiltjo Posthuma | 6 | +119 | -4 |
| fix libgit2 include, it is in the include path | Hiltjo Posthuma | 2 | +4 | -2 |
| remove double newline bloat | Hiltjo Posthuma | 2 | +2 | -2 |
| update README and improve man pages | Hiltjo Posthuma | 3 | +53 | -6 |
| urmoms-index: kill some lines | Hiltjo Posthuma | 1 | +9 | -95 |
| rewrite writefiles, now works with bare repos | Hiltjo Posthuma | 1 | +76 | -26 |
| README: add install and dependencies instructions | Hiltjo Posthuma | 1 | +13 | -0 |
| style.css: maximize contrast for text | Hiltjo Posthuma | 1 | +1 | -1 |
| update TODO | Hiltjo Posthuma | 1 | +3 | -0 |
| add urmoms-index, initial version | Hiltjo Posthuma | 3 | +342 | -3 |
| writelog: remove return value, it was unused | Hiltjo Posthuma | 1 | +1 | -4 |
| improve fopen flag: remove b and r+ in some case | Hiltjo Posthuma | 1 | +7 | -7 |
| use relative url in header, escape name and description too | Hiltjo Posthuma | 1 | +40 | -33 |
| set diff options | Hiltjo Posthuma | 1 | +4 | -1 |
| free the tree | Hiltjo Posthuma | 1 | +2 | -0 |
| file_size is uint32_t on latest libgit2, thanks uggedal for reporting it! | Hiltjo Posthuma | 1 | +2 | -2 |
| Add config.def.h and make summary length configurable | FRIGN | 3 | +11 | -4 |
| Dynamic relpath for blob pages | Eivind Uggedal | 1 | +9 | -1 |
| Right align numbers in tables | Eivind Uggedal | 1 | +7 | -6 |
| Line numbers on blob pages | Eivind Uggedal | 2 | +38 | -6 |
| fix warning | Hiltjo Posthuma | 1 | +1 | -1 |
| file page improvements | Eivind Uggedal | 1 | +21 | -15 |
| fix warning + minor style | Hiltjo Posthuma | 1 | +2 | -1 |
| Write blobs to files/ | Eivind Uggedal | 1 | +65 | -36 |
| Make border solid | FRIGN | 1 | +1 | -1 |
| update TODO | Hiltjo Posthuma | 1 | +17 | -26 |
| open repo: dont try to detect repos above the specified dir | Hiltjo Posthuma | 1 | +2 | -1 |
| walk revision by time and only "flat" | Hiltjo Posthuma | 1 | +4 | -0 |
| Simplify diff markup | Eivind Uggedal | 2 | +6 | -10 |
| Simplify style and make output more legible | Eivind Uggedal | 1 | +18 | -13 |
| also free objects for haslicense and hasreadme checks, cleanup | Hiltjo Posthuma | 1 | +9 | -9 |
| Free git objects | Eivind Uggedal | 1 | +2 | -0 |
| Add myself to LICENSE | FRIGN | 1 | +1 | -0 |
| Remove hardcoded right-align | FRIGN | 1 | +8 | -8 |
| Add pre | FRIGN | 1 | +21 | -0 |
| Refactor style.css | FRIGN | 1 | +3 | -29 |
| prettification | Hiltjo Posthuma | 2 | +14 | -7 |
| log: reorder time as first column | Hiltjo Posthuma | 1 | +1 | -1 |
| truncate message in log, shorter time format | Hiltjo Posthuma | 1 | +11 | -6 |
| simplify time format | Hiltjo Posthuma | 1 | +15 | -38 |
| update TODO | Hiltjo Posthuma | 1 | +3 | -0 |
| rework code, "cache" commit data in struct commitinfo | Hiltjo Posthuma | 1 | +175 | -178 |
| cleanup + some better error handling | Hiltjo Posthuma | 1 | +10 | -12 |
| performance tweak: check if commit file exists, if so skip | Hiltjo Posthuma | 1 | +5 | -1 |
| logo is 32x32 | Hiltjo Posthuma | 2 | +2 | -1 |
| style: center menu and make title smaller | Hiltjo Posthuma | 2 | +4 | -4 |
| fix when commit has no parent | Hiltjo Posthuma | 1 | +26 | -15 |
| update README with basic usage | Hiltjo Posthuma | 1 | +8 | -0 |
| update TODO | Hiltjo Posthuma | 1 | +2 | -0 |
| detect binary diff, comment index + delta header for now (broken) | Hiltjo Posthuma | 1 | +25 | -11 |
| dont use reverse diff | Hiltjo Posthuma | 1 | +2 | -2 |
| simplify + style fixes | Hiltjo Posthuma | 1 | +6 | -8 |
| highlight/make bold some fields | Hiltjo Posthuma | 2 | +14 | -8 |
| escape commit msg, dont indent it | Hiltjo Posthuma | 1 | +7 | -19 |
| fix relpath for files, small cleanup | Hiltjo Posthuma | 1 | +12 | -10 |
| fix: check readme and license before writing header | Hiltjo Posthuma | 1 | +7 | -4 |
| improve HTML code | Hiltjo Posthuma | 1 | +2 | -2 |
| make file in diff a link, make hunk and link anchor | Hiltjo Posthuma | 1 | +7 | -3 |
| commit: use simple shortstat | Hiltjo Posthuma | 1 | +1 | -2 |
| make author e-mail a link | Hiltjo Posthuma | 1 | +5 | -2 |
| improve Atom feed | Hiltjo Posthuma | 1 | +19 | -17 |
| improve header and footer | Hiltjo Posthuma | 1 | +15 | -15 |
| style.css: improve style, add highlight colors for diff | Hiltjo Posthuma | 1 | +40 | -1 |
| update README with some features and update TODO | Hiltjo Posthuma | 2 | +12 | -2 |
| print file as table, add link | Hiltjo Posthuma | 1 | +12 | -2 |
| add atom feed support + some fixes | Hiltjo Posthuma | 1 | +115 | -40 |
| improve log, fix warnings | Hiltjo Posthuma | 1 | +75 | -21 |
| add favicon | Hiltjo Posthuma | 1 | +0 | -0 |
| add diffstat | Hiltjo Posthuma | 1 | +24 | -7 |
| initial diff support, fix log link | Hiltjo Posthuma | 1 | +176 | -68 |
| update TODO with wanted features | Hiltjo Posthuma | 1 | +7 | -0 |
| read README and LICENSE from repo, escape as HTML | Hiltjo Posthuma | 1 | +67 | -26 |
| fix menu separator if one or both of license or readme is missing | Hiltjo Posthuma | 1 | +3 | -3 |
| add Makefile and config.mk | Hiltjo Posthuma | 2 | +102 | -0 |
| urmoms.1: initial manpage | Hiltjo Posthuma | 1 | +14 | -0 |
| detect name and description | Hiltjo Posthuma | 1 | +62 | -20 |
| add README and LICENSE file-detection | Hiltjo Posthuma | 2 | +58 | -6 |
| rewrite in C with libgit2, first version | Hiltjo Posthuma | 2 | +222 | -135 |
| improvements: | Hiltjo Posthuma | 1 | +32 | -42 |
| style.css: sane style | Hiltjo Posthuma | 1 | +8 | -8 |
| add LICENSE | Hiltjo Posthuma | 1 | +21 | -0 |
| improvements | Hiltjo Posthuma | 2 | +55 | -40 |
| add usage for urmoms, update TODO | Hiltjo Posthuma | 2 | +21 | -6 |
| initial insertion | Hiltjo Posthuma | 5 | +156 | -0 |