stagit-gopher

[fork] gopher git frontend
git clone https://hhvn.uk/stagit-gopher
git clone git://hhvn.uk/stagit-gopher
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-11-25 16:44Remove create.rchhvn1+0-35
2022-03-11 17:51Don't use 't' to escape except before linkshhvn2+1-5
2022-01-26 15:36create.rc: run in subshell & fixhhvn1+6-8
2022-01-22 12:35create.rc: fixhhvn1+3-3
2022-01-22 12:29makefile create.sh -> create.rc: rewrite create scripthhvn3+40-61
2022-01-22 11:50example_post-receive.sh: removehhvn1+0-74
2022-01-22 11:50Merge changes from upstreamhhvn5+188-94
2021-05-14 18:53create.sh: fucking dumb echo commandhhvn1+1-1
2021-03-28 00:53makefile: add install-sh target to installhhvn1+1-1
2021-03-17 16:55create.sh: make use of my new proposed gopher typeshhvn1+1-1
2021-03-06 01:47create.sh: update email footerhhvn1+1-1
2021-03-06 01:47create.sh: add an informational section to indexhhvn1+2-1
2021-03-06 01:46LICENSE: ammend emailhhvn1+1-0
2021-02-07 21:26update create.shhhvn3+2-144
2020-12-12 22:50makefile: remove references to deleted files {example_create.sh,example_post_recieve.sh}hhvn1+1-5
2020-11-22 17:51makefile: add target to install create.shhhvn1+104-0
2020-11-22 17:51create.sh: include clone URIhhvn1+47-0
2020-08-17 14:09bump version to 0.9.4Hiltjo Posthuma1+1-1
2020-08-10 14:12fix a small memleak in writeatom()Hiltjo Posthuma1+6-10
2020-08-08 18:02stagit-gopher-index: remove unveil support for argvHiltjo Posthuma1+0-4
2020-08-06 16:28fix submodule lookup in bare reposHiltjo Posthuma1+2-3
2020-07-20 12:16regression: do not show unset or empty tagsHiltjo Posthuma1+1-1
2020-07-19 17:15remove extra newline between link to Atom feedsHiltjo Posthuma1+3-2
2020-07-19 17:00rm unused variable `ids` (from stagit)Hiltjo Posthuma1+0-1
2020-07-19 16:56sort branches and tags by time (descending) and add tags.xml for releasesHiltjo Posthuma2+192-108
2020-02-23 19:31bump version to 0.9.3Hiltjo Posthuma1+1-1
2020-02-21 12:45atom.xml: improve output format a bitHiltjo Posthuma1+2-2
2020-02-12 22:23improve includes, stagit-gopher-index does not need compat.hHiltjo Posthuma2+3-7
2019-12-22 11:52add OpenBSD unveil supportHiltjo Posthuma2+11-0
2019-12-22 11:49some README tweaks and rewording, reorderingHiltjo Posthuma1+7-7
2019-12-22 11:47Makefile improvementsHiltjo Posthuma2+20-37
2019-05-05 17:12README: works also on NetBSDLeonardo Taccari1+1-1
2019-04-23 18:53bump version to 0.9.2Hiltjo Posthuma1+1-1
2019-03-17 14:19escape gph in pathsHiltjo Posthuma1+9-4
2019-03-09 11:41pedantic snprintf() improvementHiltjo Posthuma2+4-4
2019-03-01 10:50fix issues in example scriptsHiltjo Posthuma2+2-2
2019-02-22 10:14bump version to 0.9.1Hiltjo Posthuma1+1-1
2019-02-09 14:11Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma2+8-6
2019-02-07 20:02change order of commits in log from most recent to old to applied orderHiltjo Posthuma4+4-7
2019-02-03 14:27remove tags.gph supportHiltjo Posthuma2+0-9
2019-02-03 14:26fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma2+2-6
2018-12-25 12:42bump version to 0.9Hiltjo Posthuma1+1-1
2018-11-23 11:56in the diffstat prefix the type of changeHiltjo Posthuma1+12-1
2018-11-23 11:47don't use a heuristic for renames, the content must match exactlyHiltjo Posthuma1+3-1
2018-11-23 11:46detect filetype changes in diff (for example a normal file to symlink)Hiltjo Posthuma1+3-1
2018-11-11 18:07detect more names for README and LICENSEHiltjo Posthuma1+31-16
2018-11-11 17:57detect copies and renames based on the threshold of changesHiltjo Posthuma1+9-0
2018-09-08 12:40optimize to truncate to 79 characters, remove white-space padding at endHiltjo Posthuma2+9-9
2018-09-02 13:50fix writeheader not being called when flags are used before reposHiltjo Posthuma1+3-3
2018-08-22 16:26simplify range checkHiltjo Posthuma1+1-4
2018-08-22 16:24stagit-gopher: log: indicate when using the -l option and there are more commitsHiltjo Posthuma1+2-0
2018-05-25 16:42assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma3+4-11
2018-05-09 16:52Clarify usage regarding -c and -l mutual exclusionQuentin Rameau1+1-1
2018-04-07 12:14bump version to 0.8Hiltjo Posthuma1+1-1
2018-04-06 17:29stagit-gopher-index: show usage when no repo is specifiedHiltjo Posthuma1+4-0
2018-04-06 17:29stagit-gopher-index: pledge after git_libgit2_initHiltjo Posthuma1+3-3
2018-04-06 17:28stagit-gopher-index.1: fix flag typoHiltjo Posthuma1+1-1
2018-04-01 13:09fix truncation and padding for lines containing multiwidth glyphsHiltjo Posthuma1+13-9
2018-03-26 18:11pledge after git_libgit2_initHiltjo Posthuma1+8-5
2018-02-09 15:13optimization: only diff the tree when it is needed for the diffstat...Hiltjo Posthuma1+25-17
2018-02-09 15:09when a tags.gph file exists in the current directory then link it in the menuHiltjo Posthuma2+9-1
2018-01-28 15:28README: improve tarball generation by tag exampleHiltjo Posthuma1+9-3
2018-01-27 15:24fix escape regression in gphtextnl() and simplify the codeHiltjo Posthuma1+3-8
2018-01-21 15:47stagit-gopher: add -l option: limit the amount of commits for the log.gph fileHiltjo Posthuma2+49-11
2018-01-21 14:25merge and remove a lineHiltjo Posthuma1+1-2
2018-01-21 14:24remove a non-portable syntax in MakefileHiltjo Posthuma1+1-1
2018-01-21 14:23bump LICENSE to 2018Hiltjo Posthuma1+1-1
2017-11-25 15:04post-receive: fix warning in script for example when pushing deleted tagsHiltjo Posthuma1+1-0
2017-11-25 14:31Makefile: bump version to 0.7.2Hiltjo Posthuma1+1-1
2017-11-25 14:13index: read until the first newline or CR or TABHiltjo Posthuma1+3-1
2017-11-25 14:12gphtext() and gphlink(): fix NUL byte checkHiltjo Posthuma2+13-13
2017-11-25 14:10index: setlocale() because we use multibyte functionsHiltjo Posthuma1+3-0
2017-11-19 13:58Makefile: bump version to 0.7.1Hiltjo Posthuma1+1-1
2017-11-19 13:57fix: add "fattr" pledge for chmod(2) for cachefileHiltjo Posthuma1+5-7
2017-11-18 11:54Makefile: bump version to 0.7Hiltjo Posthuma1+1-1
2017-11-17 15:12fix file permissions for cachefile and respect umask(2)Hiltjo Posthuma1+10-2
2017-11-17 15:09more verbose errors: show which file failed on openHiltjo Posthuma1+2-2
2017-11-17 15:08Makefile: remove unused $SCRIPTSHiltjo Posthuma1+5-5
2017-11-17 15:06fixes for escaping and printingHiltjo Posthuma2+127-110
2017-10-31 22:25README: clarify some consHiltjo Posthuma1+11-6
2017-10-18 16:16post-receive hook: force UTF-8 localeHiltjo Posthuma1+4-0
2017-09-04 16:14allow umask to handle permissionsHiltjo Posthuma1+1-1
2017-09-04 16:12README: remove false advertising, no linkable file numbers :)Hiltjo Posthuma1+1-1
2017-08-09 16:53ignore object 0000000000000000000000000000000000000000Hiltjo Posthuma1+2-0
2017-08-02 17:05Makefile: remove TODOHiltjo Posthuma1+1-2
2017-08-02 16:53bump version for a release soonHiltjo Posthuma1+1-1
2017-08-02 16:52remove TODOHiltjo Posthuma1+0-16
2017-08-02 16:45example_create.sh: make executableHiltjo Posthuma1+0-0
2017-07-30 15:35example scripts: fix sed expression, dont interpret as variableHiltjo Posthuma2+4-1
2017-07-30 15:22fix file reference: example.sh -> example_create.shHiltjo Posthuma2+2-2
2017-07-30 15:14example scripts: fix prefix path for index, style consistency for variable namesHiltjo Posthuma2+14-13
2017-07-15 11:02Makefile: example.sh -> example_create.shHiltjo Posthuma1+2-2
2017-07-15 11:01Makefile: add new exampleHiltjo Posthuma1+3-1
2017-07-15 10:58improve example, add initial post-receive exampleHiltjo Posthuma3+104-37
2017-07-06 11:19README: add example for a git hook and to set the url fileHiltjo Posthuma1+41-2
2017-07-05 18:27README: add example to create tar.gz archives by tagHiltjo Posthuma1+11-0
2017-07-01 12:56improve .gph text escapingHiltjo Posthuma2+29-6
2017-07-01 12:45Arrange prefix path handling in example.shQuentin Rameau1+8-6
2017-07-01 11:50Fix base path handling for stagit-index tooQuentin Rameau1+2-2
2017-06-25 21:00Help glibc deal with UTF-8 by setting locale.Quentin Rameau1+3-0
2017-06-23 11:43update stagit-gopher.1 and example.shHiltjo Posthuma2+2-2
2017-06-23 11:15Empty default relpath and prefix selector with '/'Quentin Rameau1+14-14
2017-06-23 11:08prefix diffstat files: looks nicer and fixes an issue with files starting with 't' (escape)Hiltjo Posthuma1+1-0
2017-06-23 11:00man pages: document -b, bump dateHiltjo Posthuma2+14-2
2017-06-23 11:00stagit-gopher: make relpath / alsoHiltjo Posthuma1+1-1
2017-06-23 10:39stagit-gopher-index: add -b to usage, print header on first repo dirHiltjo Posthuma1+4-3
2017-06-23 10:35usage: add -b, sort flag in parsing codeHiltjo Posthuma1+5-5
2017-06-23 10:30change atom.xml link to a file (from dir)Hiltjo Posthuma1+1-1
2017-06-23 10:29reverse a check to be saferHiltjo Posthuma1+2-2
2017-06-23 10:29separate commitinfo_getstats from commitinfo_getbyoidHiltjo Posthuma1+5-2
2017-06-23 10:28cleanup, decrease some fixed buffer sizes, align diffstat filesHiltjo Posthuma2+12-17
2017-06-23 10:26improve printutf8padHiltjo Posthuma2+34-35
2017-06-23 10:25update READMEHiltjo Posthuma1+2-20
2017-06-16 09:27Adapt manpages for GopherQuentin Rameau2+19-29
2017-06-15 19:44improvementsHiltjo Posthuma3+15-5
2017-06-15 17:43improve documentation (WIP)Hiltjo Posthuma4+11-26
2017-06-15 17:39rename this version stagit -> stagit-gopherHiltjo Posthuma6+22-25
2017-06-14 19:43Remove unneeded fields from the log view.Christoph Lohmann1+3-9
2017-06-14 19:33Remove owner in stagit-index.Christoph Lohmann1+0-18
2017-06-14 18:54Makefile changes for the last commit.Christoph Lohmann1+1-4
2017-06-14 18:33align widechars, optimize space a bit for 80x25, fix mailto: linkHiltjo Posthuma3+79-20
2017-06-14 16:24remove strlcat, it is unused nowHiltjo Posthuma3+0-61
2017-06-14 16:22remove unused filesHiltjo Posthuma3+0-96
2017-06-13 19:38stagit-index: make default root /Hiltjo Posthuma1+1-1
2017-06-13 19:07wipHiltjo Posthuma3+74-62
2017-06-13 17:42align some columnsHiltjo Posthuma1+89-34
2017-06-11 16:42gopher version (WIP)Hiltjo Posthuma1+165-164
2017-05-07 11:12for the commit Date: header use the git format-patch formatHiltjo Posthuma1+1-1
2017-05-07 10:02dont truncate summary length anymoreHiltjo Posthuma1+2-14
2017-05-04 22:23remove config.def.h: it was not used anymoreHiltjo Posthuma2+1-5
2017-04-22 17:07improve commitinfo_getstatsHiltjo Posthuma1+2-5
2017-04-22 12:38improve documentationHiltjo Posthuma3+52-27
2017-04-17 14:39align line numbers to 8 spacesHiltjo Posthuma1+1-1
2017-04-17 14:16writeblobhtml: minor style fixHiltjo Posthuma1+1-1
2017-04-17 11:39stagit: fix rendering of first TAB in fileHiltjo Posthuma1+1-1
2017-04-17 11:13stagit-index: also dont assume someones <html lang> :)Hiltjo Posthuma1+1-1
2017-04-17 11:06stagit-index: remove Content-Language: enHiltjo Posthuma1+1-1
2017-04-16 18:59writeblobhtml: fix possible uninitialized variable n when len == 0Hiltjo Posthuma1+2-2
2017-04-16 18:37writeblobhtml: improve file view for text-browsersHiltjo Posthuma1+19-16
2017-04-16 18:36stagit-index: remove empty h1 and add bold markup to table headersHiltjo Posthuma1+8-6
2017-04-16 18:36text-browser improvementsHiltjo Posthuma1+18-12
2017-04-16 18:32README: advertise text-browser improvementsHiltjo Posthuma1+1-0
2017-04-16 18:32LICENSE: bump yearHiltjo Posthuma1+1-1
2017-04-15 10:56browser compatibility: use numeric entity for 'Hiltjo Posthuma2+2-2
2017-04-01 17:33writeblobhtml, make fprintf format string constHiltjo Posthuma1+1-1
2017-03-25 12:28README: add instructions to build static binariesHiltjo Posthuma1+22-0
2017-03-25 12:14Makefile: change () to {} consistentlyHiltjo Posthuma1+5-5
2017-03-12 20:30fix potential leak, found by clang-analyzerHiltjo Posthuma1+1-0
2017-03-12 20:24fix memory leak of commitinfoHiltjo Posthuma1+1-1
2017-03-12 18:51atom.xml: add newline before EOFHiltjo Posthuma1+1-1
2017-03-12 18:50fix memory leak of commitinfo->parentHiltjo Posthuma1+1-0
2017-03-12 18:50fix memory leak of blob objectHiltjo Posthuma1+1-0
2017-03-12 18:49simplify/shorten pledge stubHiltjo Posthuma2+2-10
2017-03-12 18:47reduce scope of repodir, remove unused branch parameterHiltjo Posthuma2+7-7
2017-01-05 17:47bump version to 0.5Hiltjo Posthuma1+1-1
2016-11-09 17:28also remove language and text direction attribute from <html>Hiltjo Posthuma1+1-1
2016-11-09 16:49remove Content-Language: enHiltjo Posthuma1+1-1
2016-10-14 10:12stagit.1: also document linking to git submodules: .gitmodules fileHiltjo Posthuma1+2-2
2016-10-13 16:10stagit.1: clarify README and LICENSE link creationHiltjo Posthuma1+3-0
2016-09-15 18:44simplify example.sh, thanks emg for the suggestion!Hiltjo Posthuma1+4-4
2016-07-20 16:15update LICENSEHiltjo Posthuma1+0-1
2016-07-02 10:44config.mk: remove -lcHiltjo Posthuma1+1-1
2016-05-29 13:04treat an empty repo (without a HEAD) as validHiltjo Posthuma1+10-5
2016-05-29 11:06improve example: strip .git suffixHiltjo Posthuma1+3-2
2016-05-21 16:37refs_cmp: simplify check, functionally the sameHiltjo Posthuma1+3-6
2016-05-08 18:35check if LICENSE, README and .gitmodules is a file blobHiltjo Posthuma1+8-3
2016-05-07 13:03release 0.4Hiltjo Posthuma1+1-1
2016-05-07 12:43update TODOHiltjo Posthuma1+3-2
2016-05-07 12:38simplify, id is unusedHiltjo Posthuma1+2-3
2016-05-07 12:34simplify, no need for gotoHiltjo Posthuma1+3-5
2016-05-07 12:33improve stagit.1 documentation, reword and explain caching behaviourHiltjo Posthuma1+17-8
2016-05-07 12:29consistency for messages for special-case in diffstatHiltjo Posthuma1+4-4
2016-05-07 11:52fix error in "code cleanup" commit 9328d2690e118127bcaa5cf9f665d8e7711f7a03Hiltjo Posthuma1+0-1
2016-05-06 10:01fix and simplify time offsetHiltjo Posthuma1+7-8
2016-05-06 09:49make diffstat files an anchor (jump to delta)Hiltjo Posthuma1+4-4
2016-05-03 18:42fix joinpath(): use of global 'repodir', should be 'path'Hiltjo Posthuma2+29-34
2016-05-03 18:28fix regression from last commitHiltjo Posthuma1+1-1
2016-05-03 18:18code cleanupHiltjo Posthuma2+21-48
2016-05-02 22:38remove config.h, add options to stagit.cHiltjo Posthuma3+6-7
2016-05-02 22:33add OpenBSD pledge(2) support using -DUSE_PLEDGEHiltjo Posthuma3+29-3
2016-05-02 19:48example.sh: use cache fileHiltjo Posthuma1+1-1
2016-05-02 19:23style: write atom feed end in one write, kills 2 linesHiltjo Posthuma1+1-3
2016-05-01 15:54cache support (-c option)Hiltjo Posthuma2+130-41
2016-05-01 17:08small code cleanup: no need for status variableHiltjo Posthuma1+3-4
2016-05-01 15:20atom feed: use published for author commit date, updated for committer dateHiltjo Posthuma1+8-1
2016-05-01 14:10fix times (and timezone)Hiltjo Posthuma2+30-20
2016-05-01 12:41README: minor updateHiltjo Posthuma1+2-1
2016-05-01 12:38fix path join '/'Hiltjo Posthuma2+37-44
2016-05-01 12:09code cleanup + style, functionally equivalentHiltjo Posthuma2+12-20
2016-04-30 11:08layout: right align lines changed count in diffstatHiltjo Posthuma1+1-1
2016-04-30 10:00optimization: suppress large diffsHiltjo Posthuma1+8-0
2016-04-30 09:54optimization: read stats once and remember itHiltjo Posthuma2+149-39
2016-04-29 19:52example.sh: fix: sort list (regression from simplifying the script)Hiltjo Posthuma1+2-2
2016-04-29 19:24whoops, module is m---------Hiltjo Posthuma1+1-1
2016-04-29 19:14submodule supportHiltjo Posthuma2+9-19
2016-04-29 14:39suppress meaningless error codes when a repo can't be opened (similar to stagit-index)Hiltjo Posthuma1+1-1
2016-04-29 14:38improve example, remove sort hackHiltjo Posthuma1+4-17
2016-04-29 13:57make submodule link black, easier to readHiltjo Posthuma1+1-1
2016-04-29 13:55minor style fixHiltjo Posthuma1+1-1
2016-04-29 12:01Fix null pointer access for submodules in writefilestreeQuentin Rameau1+11-6
2016-04-29 10:32tweak style of showing submodulesHiltjo Posthuma1+6-4
2016-04-28 23:40Don't fail on submodulesz3bra2+44-29
2016-04-27 17:24fix: check gmtime, can return NULL on errorHiltjo Posthuma2+4-2
2016-04-27 17:19resolve absolute paths to repodir, remove basename just use strrchr.Hiltjo Posthuma2+17-52
2016-04-27 14:40stagit-index: remove unused efopen functionHiltjo Posthuma1+0-11
2016-04-27 14:39fix: link to line in hunk if a patch has multiple files and hunksHiltjo Posthuma1+5-5
2016-03-25 09:30clean generated tarball toosin1+1-1
2016-03-20 16:29Makefile: use NAME variable, suggested by QuentinHiltjo Posthuma1+6-6
2016-03-20 15:23Makefile: separate CPPFLAGS, compile optimized build by defaultHiltjo Posthuma2+11-10
2016-03-20 14:36improve make dist, thanks Quentin RameauHiltjo Posthuma1+8-8
2016-03-20 13:19premature version bumperation, 0.4 (unreleased)Hiltjo Posthuma1+1-1
2016-03-01 16:15Choose better colors for the diff pageFRIGN1+3-3
2016-03-01 18:14add titles to pages, summary for commit messages, filename for filesHiltjo Posthuma1+9-6
2016-02-26 18:59fix right-alignment of "Files" columnHiltjo Posthuma1+1-1
2016-01-20 14:36Use the recommended HTML5 document type.lostd2+2-2
2016-02-24 13:47check path truncationHiltjo Posthuma3+56-25
2016-02-24 13:41config.mk: add -D_DEFAULT_SOURCE to commented buildsHiltjo Posthuma1+2-2
2016-02-23 19:44atom feed: add link, move content order to bottomHiltjo Posthuma1+11-7
2016-02-23 19:37make printshowfile more generic and like other functionsHiltjo Posthuma2+16-15
2016-01-21 19:42just use Name as first column, thanks quinq for the suggestionHiltjo Posthuma1+2-3
2016-01-21 17:34Rename “Age” column headers into “Date”Quentin Rameau1+2-2
2016-01-18 11:47fix file tree handlingQuentin Rameau1+10-8
2016-01-18 10:31use 'dirname' as error message for xdirnamez3bra1+1-1
2016-01-09 23:48fix file size byte unit suffixQuentin Rameau1+2-2
2016-01-09 23:47stop glibc complaining about _BSD_SOURCE being deprecatedQuentin Rameau1+1-1
2016-01-09 23:47replace file size with line count for text filesQuentin Rameau2+17-9
2016-01-13 18:56Rename Refs/branches to Refssin1+1-1
2016-01-08 21:17example.sh: fix: remove error mode, would stop if a dir was invalidHiltjo Posthuma1+5-9
2016-01-08 20:27example.sh: fix go to appropriate dirHiltjo Posthuma1+2-1
2016-01-08 19:08implify and restructure codeHiltjo Posthuma1+37-70
2016-01-08 12:42stagit-index: clarify order of the listHiltjo Posthuma1+4-1
2016-01-08 12:39example.sh: add index-time.html, list sorted by time, fix reposdir '/'Hiltjo Posthuma1+16-4
2016-01-08 09:24premature version bumperation (0.3) for gitHiltjo Posthuma1+1-1
2016-01-07 16:37atom: add newline after date and before messageHiltjo Posthuma1+4-3
2016-01-06 19:04update man pages: document stripping of .git suffixHiltjo Posthuma2+5-3
2016-01-06 19:00strip .git suffix from nameHiltjo Posthuma2+21-16
2016-01-06 18:59extra whitespaceHiltjo Posthuma2+3-3
2016-01-06 18:36Update README - it also works on FreeBSDsin1+1-1
2016-01-06 18:19style: vertical-align header textHiltjo Posthuma1+3-0
2016-01-06 18:14update TODOHiltjo Posthuma1+0-12
2016-01-06 18:13refs: only make commit link work for tagsHiltjo Posthuma1+5-3
2016-01-06 18:11free objHiltjo Posthuma1+3-0
2016-01-06 17:58LICENSE: whoops its already 2016Hiltjo Posthuma1+3-3
2016-01-06 17:55LICENSE: add dimitris to license/shareholder fileHiltjo Posthuma1+1-0
2016-01-06 17:51old leftover: dont create log dirHiltjo Posthuma1+0-1
2016-01-06 17:50cleanup code a bitHiltjo Posthuma1+4-31
2016-01-06 17:33style.css: wrap description text, nowrap for restHiltjo Posthuma1+9-0
2016-01-06 17:44Be more explicit when stripping the .git suffixsin1+2-1
2016-01-06 17:18No need for -D_POSIX_C_SOURCE=200809Lsin1+3-3
2016-01-06 17:05Always use the compat functionssin3+5-7
2016-01-06 17:02Bring in reallocarray() from OpenBSDsin6+48-2
2016-01-06 16:45use git_reference for tags and branches, sort branches alsoHiltjo Posthuma1+113-172
2016-01-06 15:04fix cast to uintmax_tHiltjo Posthuma1+2-2
2016-01-06 14:57Change default MANPREFIX to be ${PREFIX}/mansin1+1-1
2016-01-06 14:46stagit-index: Strip per repo .git suffix from generated indexsin1+9-1
2016-01-06 14:35lookup commits of annotated tagsHiltjo Posthuma1+16-0
2016-01-06 14:19fix warning, use intmax_t %ju, thanks stateless!Hiltjo Posthuma1+2-2
2016-01-06 10:56premature version bumperationHiltjo Posthuma1+1-1
2016-01-06 10:56improve READMEHiltjo Posthuma1+19-9
2016-01-06 10:24improve MakefileHiltjo Posthuma1+7-2
2016-01-05 21:32tiny whitespace fixHiltjo Posthuma1+1-1
2016-01-05 21:30stagit-index: continue making list, but return error codeHiltjo Posthuma1+7-6
2016-01-05 20:43fix relpath for logHiltjo Posthuma1+1-2
2016-01-05 20:43clone url is one line, strip newlineHiltjo Posthuma1+1-0
2016-01-05 20:42refs: fix table id for tagsHiltjo Posthuma1+1-1
2016-01-05 20:42refs: remove link, it may be broken for non-HEADHiltjo Posthuma1+0-2
2016-01-05 20:42make hunk line itself a linkHiltjo Posthuma1+2-2
2016-01-05 20:41style: darkblue for hunk like cgit, hunk line is now a linkHiltjo Posthuma1+10-4
2016-01-05 20:41stagit-index: owner is one line, strip newlineHiltjo Posthuma1+1-0
2016-01-05 20:40example.sh: make symlinks to style, icons and index by defaultHiltjo Posthuma1+6-0
2016-01-05 20:04revert log.html to log/head.html changeHiltjo Posthuma3+8-5
2016-01-05 20:03fix newline after headerHiltjo Posthuma1+1-1
2016-01-04 22:55fix link to commit from log pageHiltjo Posthuma1+1-3
2016-01-04 22:41stagit: fix hunk header, thanks uggedal for reporting!Hiltjo Posthuma1+3-1
2016-01-03 21:44update TODOHiltjo Posthuma1+4-0
2016-01-03 21:42fix link in stagit-index, update documentation, add TODOHiltjo Posthuma3+9-3
2016-01-03 21:36no log per branchHiltjo Posthuma1+14-40
2016-01-03 20:45rename refs to refs/branchesHiltjo Posthuma1+1-1
2016-01-03 20:21refs: add link to log per branchHiltjo Posthuma1+4-2
2016-01-03 20:15refs: dont make a table when there are no tags, add spacing betweenHiltjo Posthuma1+14-6
2016-01-03 20:06add refs page (branches and tags)Hiltjo Posthuma2+251-32
2015-12-27 18:05improve READMEHiltjo Posthuma2+40-8
2015-12-26 20:07add stagit.cHiltjo Posthuma1+852-0
2015-12-26 20:05rename urmoms to stagit, improve documentationHiltjo Posthuma10+112-950
2015-12-26 19:58nvm, dont strip .git from bare reposHiltjo Posthuma1+0-3
2015-12-26 19:46add example script to make repo index and files per dirHiltjo Posthuma1+37-0
2015-12-26 19:11rename EXTRAOBJ to COMPATOBJHiltjo Posthuma2+6-6
2015-12-26 12:08Makefile: link for COMPATHiltjo Posthuma1+2-2
2015-12-26 12:01add compat.hHiltjo Posthuma1+6-0
2015-12-26 11:57strip suffix .git used typically for bare reposHiltjo Posthuma1+3-0
2015-12-26 11:57humanreadable filemodes (code from sbase ls)Hiltjo Posthuma1+43-1
2015-12-26 11:56align filesize header right, minor code-styleHiltjo Posthuma1+5-5
2015-12-26 11:56fix dirname for glibcHiltjo Posthuma1+27-2
2015-12-26 11:55allow to specify clone url, displayed in headerHiltjo Posthuma1+24-1
2015-12-26 11:54update TODOHiltjo Posthuma1+1-17
2015-12-26 11:54index: highlight row on mouseoverHiltjo Posthuma2+2-2
2015-12-25 16:49remove TODO from code, see TODO fileHiltjo Posthuma1+4-10
2015-12-25 16:49README: atleast libgit2 v0.22 is required (API)Hiltjo Posthuma2+9-2
2015-12-25 16:48compat: add strlcpy, strlcat, for glibcHiltjo Posthuma6+119-4
2015-12-24 19:58fix libgit2 include, it is in the include pathHiltjo Posthuma2+4-2
2015-12-20 20:49remove double newline bloatHiltjo Posthuma2+2-2
2015-12-20 20:34update README and improve man pagesHiltjo Posthuma3+53-6
2015-12-20 20:13urmoms-index: kill some linesHiltjo Posthuma1+9-95
2015-12-20 19:42rewrite writefiles, now works with bare reposHiltjo Posthuma1+76-26
2015-12-20 19:42README: add install and dependencies instructionsHiltjo Posthuma1+13-0
2015-12-20 19:42style.css: maximize contrast for textHiltjo Posthuma1+1-1
2015-12-20 16:11update TODOHiltjo Posthuma1+3-0
2015-12-20 16:11add urmoms-index, initial versionHiltjo Posthuma3+342-3
2015-12-20 16:11writelog: remove return value, it was unusedHiltjo Posthuma1+1-4
2015-12-20 16:10improve fopen flag: remove b and r+ in some caseHiltjo Posthuma1+7-7
2015-12-20 16:09use relative url in header, escape name and description tooHiltjo Posthuma1+40-33
2015-12-17 21:59set diff optionsHiltjo Posthuma1+4-1
2015-12-17 21:56free the treeHiltjo Posthuma1+2-0
2015-12-17 18:53file_size is uint32_t on latest libgit2, thanks uggedal for reporting it!Hiltjo Posthuma1+2-2
2015-12-14 11:49Add config.def.h and make summary length configurableFRIGN3+11-4
2015-12-11 10:03Dynamic relpath for blob pagesEivind Uggedal1+9-1
2015-12-10 22:35Right align numbers in tablesEivind Uggedal1+7-6
2015-12-10 22:24Line numbers on blob pagesEivind Uggedal2+38-6
2015-12-10 18:51fix warningHiltjo Posthuma1+1-1
2015-12-10 18:13file page improvementsEivind Uggedal1+21-15
2015-12-09 22:56fix warning + minor styleHiltjo Posthuma1+2-1
2015-12-09 22:46Write blobs to files/Eivind Uggedal1+65-36
2015-12-09 22:48Make border solidFRIGN1+1-1
2015-12-09 22:02update TODOHiltjo Posthuma1+17-26
2015-12-09 21:55open repo: dont try to detect repos above the specified dirHiltjo Posthuma1+2-1
2015-12-09 21:55walk revision by time and only "flat"Hiltjo Posthuma1+4-0
2015-12-09 09:43Simplify diff markupEivind Uggedal2+6-10
2015-12-09 08:30Simplify style and make output more legibleEivind Uggedal1+18-13
2015-12-09 20:02also free objects for haslicense and hasreadme checks, cleanupHiltjo Posthuma1+9-9
2015-12-09 12:31Free git objectsEivind Uggedal1+2-0
2015-12-07 23:36Add myself to LICENSEFRIGN1+1-0
2015-12-07 23:34Remove hardcoded right-alignFRIGN1+8-8
2015-12-07 23:23Add preFRIGN1+21-0
2015-12-07 23:17Refactor style.cssFRIGN1+3-29
2015-12-07 22:54prettificationHiltjo Posthuma2+14-7
2015-12-07 22:23log: reorder time as first columnHiltjo Posthuma1+1-1
2015-12-07 22:22truncate message in log, shorter time formatHiltjo Posthuma1+11-6
2015-12-07 22:22simplify time formatHiltjo Posthuma1+15-38
2015-12-07 22:01update TODOHiltjo Posthuma1+3-0
2015-12-07 22:00rework code, "cache" commit data in struct commitinfoHiltjo Posthuma1+175-178
2015-12-07 20:35cleanup + some better error handlingHiltjo Posthuma1+10-12
2015-12-07 20:34performance tweak: check if commit file exists, if so skipHiltjo Posthuma1+5-1
2015-12-07 20:20logo is 32x32Hiltjo Posthuma2+2-1
2015-12-07 20:19style: center menu and make title smallerHiltjo Posthuma2+4-4
2015-12-07 20:16fix when commit has no parentHiltjo Posthuma1+26-15
2015-12-07 19:53update README with basic usageHiltjo Posthuma1+8-0
2015-12-07 19:46update TODOHiltjo Posthuma1+2-0
2015-12-07 19:46detect binary diff, comment index + delta header for now (broken)Hiltjo Posthuma1+25-11
2015-12-07 19:00dont use reverse diffHiltjo Posthuma1+2-2
2015-12-07 18:58simplify + style fixesHiltjo Posthuma1+6-8
2015-12-07 18:46highlight/make bold some fieldsHiltjo Posthuma2+14-8
2015-12-07 18:34escape commit msg, dont indent itHiltjo Posthuma1+7-19
2015-12-07 18:01fix relpath for files, small cleanupHiltjo Posthuma1+12-10
2015-12-07 18:00fix: check readme and license before writing headerHiltjo Posthuma1+7-4
2015-12-07 18:00improve HTML codeHiltjo Posthuma1+2-2
2015-12-07 18:00make file in diff a link, make hunk and link anchorHiltjo Posthuma1+7-3
2015-12-07 17:59commit: use simple shortstatHiltjo Posthuma1+1-2
2015-12-07 17:59make author e-mail a linkHiltjo Posthuma1+5-2
2015-12-07 17:58improve Atom feedHiltjo Posthuma1+19-17
2015-12-07 17:57improve header and footerHiltjo Posthuma1+15-15
2015-12-07 17:57style.css: improve style, add highlight colors for diffHiltjo Posthuma1+40-1
2015-12-07 17:56update README with some features and update TODOHiltjo Posthuma2+12-2
2015-12-07 15:40print file as table, add linkHiltjo Posthuma1+12-2
2015-12-07 15:14add atom feed support + some fixesHiltjo Posthuma1+115-40
2015-12-07 14:22improve log, fix warningsHiltjo Posthuma1+75-21
2015-12-07 13:41add faviconHiltjo Posthuma1+0-0
2015-12-07 13:26add diffstatHiltjo Posthuma1+24-7
2015-12-07 13:07initial diff support, fix log linkHiltjo Posthuma1+176-68
2015-12-07 13:07update TODO with wanted featuresHiltjo Posthuma1+7-0
2015-12-06 21:34read README and LICENSE from repo, escape as HTMLHiltjo Posthuma1+67-26
2015-12-05 20:11fix menu separator if one or both of license or readme is missingHiltjo Posthuma1+3-3
2015-12-05 20:07add Makefile and config.mkHiltjo Posthuma2+102-0
2015-12-05 20:01urmoms.1: initial manpageHiltjo Posthuma1+14-0
2015-12-05 19:59detect name and descriptionHiltjo Posthuma1+62-20
2015-12-05 19:43add README and LICENSE file-detectionHiltjo Posthuma2+58-6
2015-12-05 19:22rewrite in C with libgit2, first versionHiltjo Posthuma2+222-135
2015-12-04 23:37improvements:Hiltjo Posthuma1+32-42
2015-12-04 23:36style.css: sane styleHiltjo Posthuma1+8-8
2015-12-04 22:40add LICENSEHiltjo Posthuma1+21-0
2015-12-04 16:26improvementsHiltjo Posthuma2+55-40
2015-12-04 16:11add usage for urmoms, update TODOHiltjo Posthuma2+21-6
2015-12-04 15:58initial insertionHiltjo Posthuma5+156-0
2022-05-15 20:12Merge some stuff from git://codemadness.org/stagit-gopherhhvn5+53-15
2022-04-02 15:36bump version to 1.1Hiltjo Posthuma1+1-1
2022-03-19 11:51improve stream read and write error handlingHiltjo Posthuma2+40-8
2022-03-11 17:51Don't use 't' to escape except before linkshhvn2+1-5
2022-01-26 15:36create.rc: run in subshell & fixhhvn1+6-8
2022-01-22 12:35create.rc: fixhhvn1+3-3
2022-01-22 12:29makefile create.sh -> create.rc: rewrite create scripthhvn3+40-61
2022-01-22 11:50example_post-receive.sh: removehhvn1+0-74
2022-01-22 11:50Merge changes from upstreamhhvn5+188-94
2022-01-03 11:25bump LICENSE yearHiltjo Posthuma1+1-1
2022-01-03 11:24libgit2 config opts: set the search to an empty pathHiltjo Posthuma2+8-0
2021-11-30 17:13bump version to 1.0Hiltjo Posthuma1+1-1
2021-11-16 20:10Print the number of remaining commitsQuentin Rameau1+16-9
2021-08-03 17:23man pages: add EXAMPLES sectionHiltjo Posthuma2+16-2
2021-07-30 23:10small typo fixes and url -> URLHiltjo Posthuma3+4-4
2021-05-27 10:41bump version to 0.9.6Hiltjo Posthuma1+1-1
2021-05-18 09:47man page: codemadness is the primary server and fix mdoc dateHiltjo Posthuma2+4-3
2021-05-18 08:44README: improve a bit the usage examplesHiltjo Posthuma1+8-3
2021-05-14 18:53create.sh: fucking dumb echo commandhhvn1+1-1
2021-05-05 17:20do not simplify the history by first-parentHiltjo Posthuma2+0-3
2021-03-28 00:53makefile: add install-sh target to installhhvn1+1-1
2021-03-17 16:55create.sh: make use of my new proposed gopher typeshhvn1+1-1
2021-03-14 15:23bump version to 0.9.5Hiltjo Posthuma1+1-1
2021-03-13 17:13Atom feeds: remove the wrong content-type for <link>Hiltjo Posthuma1+1-1
2021-03-06 01:47create.sh: update email footerhhvn1+1-1
2021-03-06 01:47create.sh: add an informational section to indexhhvn1+2-1
2021-03-06 01:46LICENSE: ammend emailhhvn1+1-0
2021-03-05 11:46LICENSE: updateHiltjo Posthuma1+0-1
2021-03-05 11:45change STAGIT_BASEURL to an -u option and also update the example scriptHiltjo Posthuma4+17-15
2021-03-05 10:52add $STAGIT_BASEURL environment variable to make Atom links absoluteHiltjo Posthuma2+17-3
2021-03-05 10:52README: mention tags.xml featureHiltjo Posthuma1+2-1
2021-02-07 21:26update create.shhhvn3+2-144
2021-01-09 15:19utf8pad: fix byte-seek issue with negative width codepoints in the range >= 127Hiltjo Posthuma2+6-8
2021-01-09 13:57micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma1+2-2
2021-01-09 13:56utf8pad: improve padded printing and printing invalid unicode charactersHiltjo Posthuma2+83-34
2021-01-09 13:19micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma1+17-17
2021-01-08 13:32LICENSE: bump yearHiltjo Posthuma1+1-1
2021-01-08 13:30stagit-gopher-index: sync utf8pad from stagit-gopher.cHiltjo Posthuma1+13-9
2020-12-12 22:50makefile: remove references to deleted files {example_create.sh,example_post_recieve.sh}hhvn1+1-5
2020-12-06 16:20fix warning with libgit2 v0.99+, remain compatible with older versionsHiltjo Posthuma1+7-8
2020-11-24 00:23add abbreviated commit hash to submodule fileHiltjo Posthuma1+5-3
2020-11-22 17:51makefile: add target to install create.shhhvn1+104-0
2020-11-22 17:51create.sh: include clone URIhhvn1+47-0
2020-11-15 20:24use size_t to count linesHiltjo Posthuma1+7-7
2020-11-15 20:22refs_cmp: remove unneeded castHiltjo Posthuma1+1-2
2020-11-15 20:21use LEN() macros for arraysHiltjo Posthuma1+4-2
2020-11-15 20:20avoid shadowed `name' global variableHiltjo Posthuma1+3-3
2020-08-17 14:09bump version to 0.9.4Hiltjo Posthuma1+1-1
2020-08-10 14:12fix a small memleak in writeatom()Hiltjo Posthuma1+6-10
2020-08-08 18:02stagit-gopher-index: remove unveil support for argvHiltjo Posthuma1+0-4
2020-08-06 16:28fix submodule lookup in bare reposHiltjo Posthuma1+2-3
2020-07-20 12:16regression: do not show unset or empty tagsHiltjo Posthuma1+1-1
2020-07-19 17:15remove extra newline between link to Atom feedsHiltjo Posthuma1+3-2
2020-07-19 17:00rm unused variable `ids` (from stagit)Hiltjo Posthuma1+0-1
2020-07-19 16:56sort branches and tags by time (descending) and add tags.xml for releasesHiltjo Posthuma2+192-108
2020-02-23 19:31bump version to 0.9.3Hiltjo Posthuma1+1-1
2020-02-21 12:45atom.xml: improve output format a bitHiltjo Posthuma1+2-2
2020-02-12 22:23improve includes, stagit-gopher-index does not need compat.hHiltjo Posthuma2+3-7
2019-12-22 11:52add OpenBSD unveil supportHiltjo Posthuma2+11-0
2019-12-22 11:49some README tweaks and rewording, reorderingHiltjo Posthuma1+7-7
2019-12-22 11:47Makefile improvementsHiltjo Posthuma2+20-37
2019-05-05 17:12README: works also on NetBSDLeonardo Taccari1+1-1
2019-04-23 18:53bump version to 0.9.2Hiltjo Posthuma1+1-1
2019-03-17 14:19escape gph in pathsHiltjo Posthuma1+9-4
2019-03-09 11:41pedantic snprintf() improvementHiltjo Posthuma2+4-4
2019-03-01 10:50fix issues in example scriptsHiltjo Posthuma2+2-2
2019-02-22 10:14bump version to 0.9.1Hiltjo Posthuma1+1-1
2019-02-09 14:11Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma2+8-6
2019-02-07 20:02change order of commits in log from most recent to old to applied orderHiltjo Posthuma4+4-7
2019-02-03 14:27remove tags.gph supportHiltjo Posthuma2+0-9
2019-02-03 14:26fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma2+2-6
2018-12-25 12:42bump version to 0.9Hiltjo Posthuma1+1-1
2018-11-23 11:56in the diffstat prefix the type of changeHiltjo Posthuma1+12-1
2018-11-23 11:47don't use a heuristic for renames, the content must match exactlyHiltjo Posthuma1+3-1
2018-11-23 11:46detect filetype changes in diff (for example a normal file to symlink)Hiltjo Posthuma1+3-1
2018-11-11 18:07detect more names for README and LICENSEHiltjo Posthuma1+31-16
2018-11-11 17:57detect copies and renames based on the threshold of changesHiltjo Posthuma1+9-0
2018-09-08 12:40optimize to truncate to 79 characters, remove white-space padding at endHiltjo Posthuma2+9-9
2018-09-02 13:50fix writeheader not being called when flags are used before reposHiltjo Posthuma1+3-3
2018-08-22 16:26simplify range checkHiltjo Posthuma1+1-4
2018-08-22 16:24stagit-gopher: log: indicate when using the -l option and there are more commitsHiltjo Posthuma1+2-0
2018-05-25 16:42assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma3+4-11
2018-05-09 16:52Clarify usage regarding -c and -l mutual exclusionQuentin Rameau1+1-1
2018-04-07 12:14bump version to 0.8Hiltjo Posthuma1+1-1
2018-04-06 17:29stagit-gopher-index: show usage when no repo is specifiedHiltjo Posthuma1+4-0
2018-04-06 17:29stagit-gopher-index: pledge after git_libgit2_initHiltjo Posthuma1+3-3
2018-04-06 17:28stagit-gopher-index.1: fix flag typoHiltjo Posthuma1+1-1
2018-04-01 13:09fix truncation and padding for lines containing multiwidth glyphsHiltjo Posthuma1+13-9
2018-03-26 18:11pledge after git_libgit2_initHiltjo Posthuma1+8-5
2018-02-09 15:13optimization: only diff the tree when it is needed for the diffstat...Hiltjo Posthuma1+25-17
2018-02-09 15:09when a tags.gph file exists in the current directory then link it in the menuHiltjo Posthuma2+9-1
2018-01-28 15:28README: improve tarball generation by tag exampleHiltjo Posthuma1+9-3
2018-01-27 15:24fix escape regression in gphtextnl() and simplify the codeHiltjo Posthuma1+3-8
2018-01-21 15:47stagit-gopher: add -l option: limit the amount of commits for the log.gph fileHiltjo Posthuma2+49-11
2018-01-21 14:25merge and remove a lineHiltjo Posthuma1+1-2
2018-01-21 14:24remove a non-portable syntax in MakefileHiltjo Posthuma1+1-1
2018-01-21 14:23bump LICENSE to 2018Hiltjo Posthuma1+1-1
2017-11-25 15:04post-receive: fix warning in script for example when pushing deleted tagsHiltjo Posthuma1+1-0
2017-11-25 14:31Makefile: bump version to 0.7.2Hiltjo Posthuma1+1-1
2017-11-25 14:13index: read until the first newline or CR or TABHiltjo Posthuma1+3-1
2017-11-25 14:12gphtext() and gphlink(): fix NUL byte checkHiltjo Posthuma2+13-13
2017-11-25 14:10index: setlocale() because we use multibyte functionsHiltjo Posthuma1+3-0
2017-11-19 13:58Makefile: bump version to 0.7.1Hiltjo Posthuma1+1-1
2017-11-19 13:57fix: add "fattr" pledge for chmod(2) for cachefileHiltjo Posthuma1+5-7
2017-11-18 11:54Makefile: bump version to 0.7Hiltjo Posthuma1+1-1
2017-11-17 15:12fix file permissions for cachefile and respect umask(2)Hiltjo Posthuma1+10-2
2017-11-17 15:09more verbose errors: show which file failed on openHiltjo Posthuma1+2-2
2017-11-17 15:08Makefile: remove unused $SCRIPTSHiltjo Posthuma1+5-5
2017-11-17 15:06fixes for escaping and printingHiltjo Posthuma2+127-110
2017-10-31 22:25README: clarify some consHiltjo Posthuma1+11-6
2017-10-18 16:16post-receive hook: force UTF-8 localeHiltjo Posthuma1+4-0
2017-09-04 16:14allow umask to handle permissionsHiltjo Posthuma1+1-1
2017-09-04 16:12README: remove false advertising, no linkable file numbers :)Hiltjo Posthuma1+1-1
2017-08-09 16:53ignore object 0000000000000000000000000000000000000000Hiltjo Posthuma1+2-0
2017-08-02 17:05Makefile: remove TODOHiltjo Posthuma1+1-2
2017-08-02 16:53bump version for a release soonHiltjo Posthuma1+1-1
2017-08-02 16:52remove TODOHiltjo Posthuma1+0-16
2017-08-02 16:45example_create.sh: make executableHiltjo Posthuma1+0-0
2017-07-30 15:35example scripts: fix sed expression, dont interpret as variableHiltjo Posthuma2+4-1
2017-07-30 15:22fix file reference: example.sh -> example_create.shHiltjo Posthuma2+2-2
2017-07-30 15:14example scripts: fix prefix path for index, style consistency for variable namesHiltjo Posthuma2+14-13
2017-07-15 11:02Makefile: example.sh -> example_create.shHiltjo Posthuma1+2-2
2017-07-15 11:01Makefile: add new exampleHiltjo Posthuma1+3-1
2017-07-15 10:58improve example, add initial post-receive exampleHiltjo Posthuma3+104-37
2017-07-06 11:19README: add example for a git hook and to set the url fileHiltjo Posthuma1+41-2
2017-07-05 18:27README: add example to create tar.gz archives by tagHiltjo Posthuma1+11-0
2017-07-01 12:56improve .gph text escapingHiltjo Posthuma2+29-6
2017-07-01 12:45Arrange prefix path handling in example.shQuentin Rameau1+8-6
2017-07-01 11:50Fix base path handling for stagit-index tooQuentin Rameau1+2-2
2017-06-25 21:00Help glibc deal with UTF-8 by setting locale.Quentin Rameau1+3-0
2017-06-23 11:43update stagit-gopher.1 and example.shHiltjo Posthuma2+2-2
2017-06-23 11:15Empty default relpath and prefix selector with '/'Quentin Rameau1+14-14
2017-06-23 11:08prefix diffstat files: looks nicer and fixes an issue with files starting with 't' (escape)Hiltjo Posthuma1+1-0
2017-06-23 11:00man pages: document -b, bump dateHiltjo Posthuma2+14-2
2017-06-23 11:00stagit-gopher: make relpath / alsoHiltjo Posthuma1+1-1
2017-06-23 10:39stagit-gopher-index: add -b to usage, print header on first repo dirHiltjo Posthuma1+4-3
2017-06-23 10:35usage: add -b, sort flag in parsing codeHiltjo Posthuma1+5-5
2017-06-23 10:30change atom.xml link to a file (from dir)Hiltjo Posthuma1+1-1
2017-06-23 10:29reverse a check to be saferHiltjo Posthuma1+2-2
2017-06-23 10:29separate commitinfo_getstats from commitinfo_getbyoidHiltjo Posthuma1+5-2
2017-06-23 10:28cleanup, decrease some fixed buffer sizes, align diffstat filesHiltjo Posthuma2+12-17
2017-06-23 10:26improve printutf8padHiltjo Posthuma2+34-35
2017-06-23 10:25update READMEHiltjo Posthuma1+2-20
2017-06-16 09:27Adapt manpages for GopherQuentin Rameau2+19-29
2017-06-15 19:44improvementsHiltjo Posthuma3+15-5
2017-06-15 17:43improve documentation (WIP)Hiltjo Posthuma4+11-26
2017-06-15 17:39rename this version stagit -> stagit-gopherHiltjo Posthuma6+22-25
2017-06-14 19:43Remove unneeded fields from the log view.Christoph Lohmann1+3-9
2017-06-14 19:33Remove owner in stagit-index.Christoph Lohmann1+0-18
2017-06-14 18:54Makefile changes for the last commit.Christoph Lohmann1+1-4
2017-06-14 18:33align widechars, optimize space a bit for 80x25, fix mailto: linkHiltjo Posthuma3+79-20
2017-06-14 16:24remove strlcat, it is unused nowHiltjo Posthuma3+0-61
2017-06-14 16:22remove unused filesHiltjo Posthuma3+0-96
2017-06-13 19:38stagit-index: make default root /Hiltjo Posthuma1+1-1
2017-06-13 19:07wipHiltjo Posthuma3+74-62
2017-06-13 17:42align some columnsHiltjo Posthuma1+89-34
2017-06-11 16:42gopher version (WIP)Hiltjo Posthuma1+165-164
2017-05-07 11:12for the commit Date: header use the git format-patch formatHiltjo Posthuma1+1-1
2017-05-07 10:02dont truncate summary length anymoreHiltjo Posthuma1+2-14
2017-05-04 22:23remove config.def.h: it was not used anymoreHiltjo Posthuma2+1-5
2017-04-22 17:07improve commitinfo_getstatsHiltjo Posthuma1+2-5
2017-04-22 12:38improve documentationHiltjo Posthuma3+52-27
2017-04-17 14:39align line numbers to 8 spacesHiltjo Posthuma1+1-1
2017-04-17 14:16writeblobhtml: minor style fixHiltjo Posthuma1+1-1
2017-04-17 11:39stagit: fix rendering of first TAB in fileHiltjo Posthuma1+1-1
2017-04-17 11:13stagit-index: also dont assume someones <html lang> :)Hiltjo Posthuma1+1-1
2017-04-17 11:06stagit-index: remove Content-Language: enHiltjo Posthuma1+1-1
2017-04-16 18:59writeblobhtml: fix possible uninitialized variable n when len == 0Hiltjo Posthuma1+2-2
2017-04-16 18:37writeblobhtml: improve file view for text-browsersHiltjo Posthuma1+19-16
2017-04-16 18:36stagit-index: remove empty h1 and add bold markup to table headersHiltjo Posthuma1+8-6
2017-04-16 18:36text-browser improvementsHiltjo Posthuma1+18-12
2017-04-16 18:32README: advertise text-browser improvementsHiltjo Posthuma1+1-0
2017-04-16 18:32LICENSE: bump yearHiltjo Posthuma1+1-1
2017-04-15 10:56browser compatibility: use numeric entity for 'Hiltjo Posthuma2+2-2
2017-04-01 17:33writeblobhtml, make fprintf format string constHiltjo Posthuma1+1-1
2017-03-25 12:28README: add instructions to build static binariesHiltjo Posthuma1+22-0
2017-03-25 12:14Makefile: change () to {} consistentlyHiltjo Posthuma1+5-5
2017-03-12 20:30fix potential leak, found by clang-analyzerHiltjo Posthuma1+1-0
2017-03-12 20:24fix memory leak of commitinfoHiltjo Posthuma1+1-1
2017-03-12 18:51atom.xml: add newline before EOFHiltjo Posthuma1+1-1
2017-03-12 18:50fix memory leak of commitinfo->parentHiltjo Posthuma1+1-0
2017-03-12 18:50fix memory leak of blob objectHiltjo Posthuma1+1-0
2017-03-12 18:49simplify/shorten pledge stubHiltjo Posthuma2+2-10
2017-03-12 18:47reduce scope of repodir, remove unused branch parameterHiltjo Posthuma2+7-7
2017-01-05 17:47bump version to 0.5Hiltjo Posthuma1+1-1
2016-11-09 17:28also remove language and text direction attribute from <html>Hiltjo Posthuma1+1-1
2016-11-09 16:49remove Content-Language: enHiltjo Posthuma1+1-1
2016-10-14 10:12stagit.1: also document linking to git submodules: .gitmodules fileHiltjo Posthuma1+2-2
2016-10-13 16:10stagit.1: clarify README and LICENSE link creationHiltjo Posthuma1+3-0
2016-09-15 18:44simplify example.sh, thanks emg for the suggestion!Hiltjo Posthuma1+4-4
2016-07-20 16:15update LICENSEHiltjo Posthuma1+0-1
2016-07-02 10:44config.mk: remove -lcHiltjo Posthuma1+1-1
2016-05-29 13:04treat an empty repo (without a HEAD) as validHiltjo Posthuma1+10-5
2016-05-29 11:06improve example: strip .git suffixHiltjo Posthuma1+3-2
2016-05-21 16:37refs_cmp: simplify check, functionally the sameHiltjo Posthuma1+3-6
2016-05-08 18:35check if LICENSE, README and .gitmodules is a file blobHiltjo Posthuma1+8-3
2016-05-07 13:03release 0.4Hiltjo Posthuma1+1-1
2016-05-07 12:43update TODOHiltjo Posthuma1+3-2
2016-05-07 12:38simplify, id is unusedHiltjo Posthuma1+2-3
2016-05-07 12:34simplify, no need for gotoHiltjo Posthuma1+3-5
2016-05-07 12:33improve stagit.1 documentation, reword and explain caching behaviourHiltjo Posthuma1+17-8
2016-05-07 12:29consistency for messages for special-case in diffstatHiltjo Posthuma1+4-4
2016-05-07 11:52fix error in "code cleanup" commit 9328d2690e118127bcaa5cf9f665d8e7711f7a03Hiltjo Posthuma1+0-1
2016-05-06 10:01fix and simplify time offsetHiltjo Posthuma1+7-8
2016-05-06 09:49make diffstat files an anchor (jump to delta)Hiltjo Posthuma1+4-4
2016-05-03 18:42fix joinpath(): use of global 'repodir', should be 'path'Hiltjo Posthuma2+29-34
2016-05-03 18:28fix regression from last commitHiltjo Posthuma1+1-1
2016-05-03 18:18code cleanupHiltjo Posthuma2+21-48
2016-05-02 22:38remove config.h, add options to stagit.cHiltjo Posthuma3+6-7
2016-05-02 22:33add OpenBSD pledge(2) support using -DUSE_PLEDGEHiltjo Posthuma3+29-3
2016-05-02 19:48example.sh: use cache fileHiltjo Posthuma1+1-1
2016-05-02 19:23style: write atom feed end in one write, kills 2 linesHiltjo Posthuma1+1-3
2016-05-01 15:54cache support (-c option)Hiltjo Posthuma2+130-41
2016-05-01 17:08small code cleanup: no need for status variableHiltjo Posthuma1+3-4
2016-05-01 15:20atom feed: use published for author commit date, updated for committer dateHiltjo Posthuma1+8-1
2016-05-01 14:10fix times (and timezone)Hiltjo Posthuma2+30-20
2016-05-01 12:41README: minor updateHiltjo Posthuma1+2-1
2016-05-01 12:38fix path join '/'Hiltjo Posthuma2+37-44
2016-05-01 12:09code cleanup + style, functionally equivalentHiltjo Posthuma2+12-20
2016-04-30 11:08layout: right align lines changed count in diffstatHiltjo Posthuma1+1-1
2016-04-30 10:00optimization: suppress large diffsHiltjo Posthuma1+8-0
2016-04-30 09:54optimization: read stats once and remember itHiltjo Posthuma2+149-39
2016-04-29 19:52example.sh: fix: sort list (regression from simplifying the script)Hiltjo Posthuma1+2-2
2016-04-29 19:24whoops, module is m---------Hiltjo Posthuma1+1-1
2016-04-29 19:14submodule supportHiltjo Posthuma2+9-19
2016-04-29 14:39suppress meaningless error codes when a repo can't be opened (similar to stagit-index)Hiltjo Posthuma1+1-1
2016-04-29 14:38improve example, remove sort hackHiltjo Posthuma1+4-17
2016-04-29 13:57make submodule link black, easier to readHiltjo Posthuma1+1-1
2016-04-29 13:55minor style fixHiltjo Posthuma1+1-1
2016-04-29 12:01Fix null pointer access for submodules in writefilestreeQuentin Rameau1+11-6
2016-04-29 10:32tweak style of showing submodulesHiltjo Posthuma1+6-4
2016-04-28 23:40Don't fail on submodulesz3bra2+44-29
2016-04-27 17:24fix: check gmtime, can return NULL on errorHiltjo Posthuma2+4-2
2016-04-27 17:19resolve absolute paths to repodir, remove basename just use strrchr.Hiltjo Posthuma2+17-52
2016-04-27 14:40stagit-index: remove unused efopen functionHiltjo Posthuma1+0-11
2016-04-27 14:39fix: link to line in hunk if a patch has multiple files and hunksHiltjo Posthuma1+5-5
2016-03-25 09:30clean generated tarball toosin1+1-1
2016-03-20 16:29Makefile: use NAME variable, suggested by QuentinHiltjo Posthuma1+6-6
2016-03-20 15:23Makefile: separate CPPFLAGS, compile optimized build by defaultHiltjo Posthuma2+11-10
2016-03-20 14:36improve make dist, thanks Quentin RameauHiltjo Posthuma1+8-8
2016-03-20 13:19premature version bumperation, 0.4 (unreleased)Hiltjo Posthuma1+1-1
2016-03-01 16:15Choose better colors for the diff pageFRIGN1+3-3
2016-03-01 18:14add titles to pages, summary for commit messages, filename for filesHiltjo Posthuma1+9-6
2016-02-26 18:59fix right-alignment of "Files" columnHiltjo Posthuma1+1-1
2016-01-20 14:36Use the recommended HTML5 document type.lostd2+2-2
2016-02-24 13:47check path truncationHiltjo Posthuma3+56-25
2016-02-24 13:41config.mk: add -D_DEFAULT_SOURCE to commented buildsHiltjo Posthuma1+2-2
2016-02-23 19:44atom feed: add link, move content order to bottomHiltjo Posthuma1+11-7
2016-02-23 19:37make printshowfile more generic and like other functionsHiltjo Posthuma2+16-15
2016-01-21 19:42just use Name as first column, thanks quinq for the suggestionHiltjo Posthuma1+2-3
2016-01-21 17:34Rename “Age” column headers into “Date”Quentin Rameau1+2-2
2016-01-18 11:47fix file tree handlingQuentin Rameau1+10-8
2016-01-18 10:31use 'dirname' as error message for xdirnamez3bra1+1-1
2016-01-09 23:48fix file size byte unit suffixQuentin Rameau1+2-2
2016-01-09 23:47stop glibc complaining about _BSD_SOURCE being deprecatedQuentin Rameau1+1-1
2016-01-09 23:47replace file size with line count for text filesQuentin Rameau2+17-9
2016-01-13 18:56Rename Refs/branches to Refssin1+1-1
2016-01-08 21:17example.sh: fix: remove error mode, would stop if a dir was invalidHiltjo Posthuma1+5-9
2016-01-08 20:27example.sh: fix go to appropriate dirHiltjo Posthuma1+2-1
2016-01-08 19:08implify and restructure codeHiltjo Posthuma1+37-70
2016-01-08 12:42stagit-index: clarify order of the listHiltjo Posthuma1+4-1
2016-01-08 12:39example.sh: add index-time.html, list sorted by time, fix reposdir '/'Hiltjo Posthuma1+16-4
2016-01-08 09:24premature version bumperation (0.3) for gitHiltjo Posthuma1+1-1
2016-01-07 16:37atom: add newline after date and before messageHiltjo Posthuma1+4-3
2016-01-06 19:04update man pages: document stripping of .git suffixHiltjo Posthuma2+5-3
2016-01-06 19:00strip .git suffix from nameHiltjo Posthuma2+21-16
2016-01-06 18:59extra whitespaceHiltjo Posthuma2+3-3
2016-01-06 18:36Update README - it also works on FreeBSDsin1+1-1
2016-01-06 18:19style: vertical-align header textHiltjo Posthuma1+3-0
2016-01-06 18:14update TODOHiltjo Posthuma1+0-12
2016-01-06 18:13refs: only make commit link work for tagsHiltjo Posthuma1+5-3
2016-01-06 18:11free objHiltjo Posthuma1+3-0
2016-01-06 17:58LICENSE: whoops its already 2016Hiltjo Posthuma1+3-3
2016-01-06 17:55LICENSE: add dimitris to license/shareholder fileHiltjo Posthuma1+1-0
2016-01-06 17:51old leftover: dont create log dirHiltjo Posthuma1+0-1
2016-01-06 17:50cleanup code a bitHiltjo Posthuma1+4-31
2016-01-06 17:33style.css: wrap description text, nowrap for restHiltjo Posthuma1+9-0
2016-01-06 17:44Be more explicit when stripping the .git suffixsin1+2-1
2016-01-06 17:18No need for -D_POSIX_C_SOURCE=200809Lsin1+3-3
2016-01-06 17:05Always use the compat functionssin3+5-7
2016-01-06 17:02Bring in reallocarray() from OpenBSDsin6+48-2
2016-01-06 16:45use git_reference for tags and branches, sort branches alsoHiltjo Posthuma1+113-172
2016-01-06 15:04fix cast to uintmax_tHiltjo Posthuma1+2-2
2016-01-06 14:57Change default MANPREFIX to be ${PREFIX}/mansin1+1-1
2016-01-06 14:46stagit-index: Strip per repo .git suffix from generated indexsin1+9-1
2016-01-06 14:35lookup commits of annotated tagsHiltjo Posthuma1+16-0
2016-01-06 14:19fix warning, use intmax_t %ju, thanks stateless!Hiltjo Posthuma1+2-2
2016-01-06 10:56premature version bumperationHiltjo Posthuma1+1-1
2016-01-06 10:56improve READMEHiltjo Posthuma1+19-9
2016-01-06 10:24improve MakefileHiltjo Posthuma1+7-2
2016-01-05 21:32tiny whitespace fixHiltjo Posthuma1+1-1
2016-01-05 21:30stagit-index: continue making list, but return error codeHiltjo Posthuma1+7-6
2016-01-05 20:43fix relpath for logHiltjo Posthuma1+1-2
2016-01-05 20:43clone url is one line, strip newlineHiltjo Posthuma1+1-0
2016-01-05 20:42refs: fix table id for tagsHiltjo Posthuma1+1-1
2016-01-05 20:42refs: remove link, it may be broken for non-HEADHiltjo Posthuma1+0-2
2016-01-05 20:42make hunk line itself a linkHiltjo Posthuma1+2-2
2016-01-05 20:41style: darkblue for hunk like cgit, hunk line is now a linkHiltjo Posthuma1+10-4
2016-01-05 20:41stagit-index: owner is one line, strip newlineHiltjo Posthuma1+1-0
2016-01-05 20:40example.sh: make symlinks to style, icons and index by defaultHiltjo Posthuma1+6-0
2016-01-05 20:04revert log.html to log/head.html changeHiltjo Posthuma3+8-5
2016-01-05 20:03fix newline after headerHiltjo Posthuma1+1-1
2016-01-04 22:55fix link to commit from log pageHiltjo Posthuma1+1-3
2016-01-04 22:41stagit: fix hunk header, thanks uggedal for reporting!Hiltjo Posthuma1+3-1
2016-01-03 21:44update TODOHiltjo Posthuma1+4-0
2016-01-03 21:42fix link in stagit-index, update documentation, add TODOHiltjo Posthuma3+9-3
2016-01-03 21:36no log per branchHiltjo Posthuma1+14-40
2016-01-03 20:45rename refs to refs/branchesHiltjo Posthuma1+1-1
2016-01-03 20:21refs: add link to log per branchHiltjo Posthuma1+4-2
2016-01-03 20:15refs: dont make a table when there are no tags, add spacing betweenHiltjo Posthuma1+14-6
2016-01-03 20:06add refs page (branches and tags)Hiltjo Posthuma2+251-32
2015-12-27 18:05improve READMEHiltjo Posthuma2+40-8
2015-12-26 20:07add stagit.cHiltjo Posthuma1+852-0
2015-12-26 20:05rename urmoms to stagit, improve documentationHiltjo Posthuma10+112-950
2015-12-26 19:58nvm, dont strip .git from bare reposHiltjo Posthuma1+0-3
2015-12-26 19:46add example script to make repo index and files per dirHiltjo Posthuma1+37-0
2015-12-26 19:11rename EXTRAOBJ to COMPATOBJHiltjo Posthuma2+6-6
2015-12-26 12:08Makefile: link for COMPATHiltjo Posthuma1+2-2
2015-12-26 12:01add compat.hHiltjo Posthuma1+6-0
2015-12-26 11:57strip suffix .git used typically for bare reposHiltjo Posthuma1+3-0
2015-12-26 11:57humanreadable filemodes (code from sbase ls)Hiltjo Posthuma1+43-1
2015-12-26 11:56align filesize header right, minor code-styleHiltjo Posthuma1+5-5
2015-12-26 11:56fix dirname for glibcHiltjo Posthuma1+27-2
2015-12-26 11:55allow to specify clone url, displayed in headerHiltjo Posthuma1+24-1
2015-12-26 11:54update TODOHiltjo Posthuma1+1-17
2015-12-26 11:54index: highlight row on mouseoverHiltjo Posthuma2+2-2
2015-12-25 16:49remove TODO from code, see TODO fileHiltjo Posthuma1+4-10
2015-12-25 16:49README: atleast libgit2 v0.22 is required (API)Hiltjo Posthuma2+9-2
2015-12-25 16:48compat: add strlcpy, strlcat, for glibcHiltjo Posthuma6+119-4
2015-12-24 19:58fix libgit2 include, it is in the include pathHiltjo Posthuma2+4-2
2015-12-20 20:49remove double newline bloatHiltjo Posthuma2+2-2
2015-12-20 20:34update README and improve man pagesHiltjo Posthuma3+53-6
2015-12-20 20:13urmoms-index: kill some linesHiltjo Posthuma1+9-95
2015-12-20 19:42rewrite writefiles, now works with bare reposHiltjo Posthuma1+76-26
2015-12-20 19:42README: add install and dependencies instructionsHiltjo Posthuma1+13-0
2015-12-20 19:42style.css: maximize contrast for textHiltjo Posthuma1+1-1
2015-12-20 16:11update TODOHiltjo Posthuma1+3-0
2015-12-20 16:11add urmoms-index, initial versionHiltjo Posthuma3+342-3
2015-12-20 16:11writelog: remove return value, it was unusedHiltjo Posthuma1+1-4
2015-12-20 16:10improve fopen flag: remove b and r+ in some caseHiltjo Posthuma1+7-7
2015-12-20 16:09use relative url in header, escape name and description tooHiltjo Posthuma1+40-33
2015-12-17 21:59set diff optionsHiltjo Posthuma1+4-1
2015-12-17 21:56free the treeHiltjo Posthuma1+2-0
2015-12-17 18:53file_size is uint32_t on latest libgit2, thanks uggedal for reporting it!Hiltjo Posthuma1+2-2
2015-12-14 11:49Add config.def.h and make summary length configurableFRIGN3+11-4
2015-12-11 10:03Dynamic relpath for blob pagesEivind Uggedal1+9-1
2015-12-10 22:35Right align numbers in tablesEivind Uggedal1+7-6
2015-12-10 22:24Line numbers on blob pagesEivind Uggedal2+38-6
2015-12-10 18:51fix warningHiltjo Posthuma1+1-1
2015-12-10 18:13file page improvementsEivind Uggedal1+21-15
2015-12-09 22:56fix warning + minor styleHiltjo Posthuma1+2-1
2015-12-09 22:46Write blobs to files/Eivind Uggedal1+65-36
2015-12-09 22:48Make border solidFRIGN1+1-1
2015-12-09 22:02update TODOHiltjo Posthuma1+17-26
2015-12-09 21:55open repo: dont try to detect repos above the specified dirHiltjo Posthuma1+2-1
2015-12-09 21:55walk revision by time and only "flat"Hiltjo Posthuma1+4-0
2015-12-09 09:43Simplify diff markupEivind Uggedal2+6-10
2015-12-09 08:30Simplify style and make output more legibleEivind Uggedal1+18-13
2015-12-09 20:02also free objects for haslicense and hasreadme checks, cleanupHiltjo Posthuma1+9-9
2015-12-09 12:31Free git objectsEivind Uggedal1+2-0
2015-12-07 23:36Add myself to LICENSEFRIGN1+1-0
2015-12-07 23:34Remove hardcoded right-alignFRIGN1+8-8
2015-12-07 23:23Add preFRIGN1+21-0
2015-12-07 23:17Refactor style.cssFRIGN1+3-29
2015-12-07 22:54prettificationHiltjo Posthuma2+14-7
2015-12-07 22:23log: reorder time as first columnHiltjo Posthuma1+1-1
2015-12-07 22:22truncate message in log, shorter time formatHiltjo Posthuma1+11-6
2015-12-07 22:22simplify time formatHiltjo Posthuma1+15-38
2015-12-07 22:01update TODOHiltjo Posthuma1+3-0
2015-12-07 22:00rework code, "cache" commit data in struct commitinfoHiltjo Posthuma1+175-178
2015-12-07 20:35cleanup + some better error handlingHiltjo Posthuma1+10-12
2015-12-07 20:34performance tweak: check if commit file exists, if so skipHiltjo Posthuma1+5-1
2015-12-07 20:20logo is 32x32Hiltjo Posthuma2+2-1
2015-12-07 20:19style: center menu and make title smallerHiltjo Posthuma2+4-4
2015-12-07 20:16fix when commit has no parentHiltjo Posthuma1+26-15
2015-12-07 19:53update README with basic usageHiltjo Posthuma1+8-0
2015-12-07 19:46update TODOHiltjo Posthuma1+2-0
2015-12-07 19:46detect binary diff, comment index + delta header for now (broken)Hiltjo Posthuma1+25-11
2015-12-07 19:00dont use reverse diffHiltjo Posthuma1+2-2
2015-12-07 18:58simplify + style fixesHiltjo Posthuma1+6-8
2015-12-07 18:46highlight/make bold some fieldsHiltjo Posthuma2+14-8
2015-12-07 18:34escape commit msg, dont indent itHiltjo Posthuma1+7-19
2015-12-07 18:01fix relpath for files, small cleanupHiltjo Posthuma1+12-10
2015-12-07 18:00fix: check readme and license before writing headerHiltjo Posthuma1+7-4
2015-12-07 18:00improve HTML codeHiltjo Posthuma1+2-2
2015-12-07 18:00make file in diff a link, make hunk and link anchorHiltjo Posthuma1+7-3
2015-12-07 17:59commit: use simple shortstatHiltjo Posthuma1+1-2
2015-12-07 17:59make author e-mail a linkHiltjo Posthuma1+5-2
2015-12-07 17:58improve Atom feedHiltjo Posthuma1+19-17
2015-12-07 17:57improve header and footerHiltjo Posthuma1+15-15
2015-12-07 17:57style.css: improve style, add highlight colors for diffHiltjo Posthuma1+40-1
2015-12-07 17:56update README with some features and update TODOHiltjo Posthuma2+12-2
2015-12-07 15:40print file as table, add linkHiltjo Posthuma1+12-2
2015-12-07 15:14add atom feed support + some fixesHiltjo Posthuma1+115-40
2015-12-07 14:22improve log, fix warningsHiltjo Posthuma1+75-21
2015-12-07 13:41add faviconHiltjo Posthuma1+0-0
2015-12-07 13:26add diffstatHiltjo Posthuma1+24-7
2015-12-07 13:07initial diff support, fix log linkHiltjo Posthuma1+176-68
2015-12-07 13:07update TODO with wanted featuresHiltjo Posthuma1+7-0
2015-12-06 21:34read README and LICENSE from repo, escape as HTMLHiltjo Posthuma1+67-26
2015-12-05 20:11fix menu separator if one or both of license or readme is missingHiltjo Posthuma1+3-3
2015-12-05 20:07add Makefile and config.mkHiltjo Posthuma2+102-0
2015-12-05 20:01urmoms.1: initial manpageHiltjo Posthuma1+14-0
2015-12-05 19:59detect name and descriptionHiltjo Posthuma1+62-20
2015-12-05 19:43add README and LICENSE file-detectionHiltjo Posthuma2+58-6
2015-12-05 19:22rewrite in C with libgit2, first versionHiltjo Posthuma2+222-135
2015-12-04 23:37improvements:Hiltjo Posthuma1+32-42
2015-12-04 23:36style.css: sane styleHiltjo Posthuma1+8-8
2015-12-04 22:40add LICENSEHiltjo Posthuma1+21-0
2015-12-04 16:26improvementsHiltjo Posthuma2+55-40
2015-12-04 16:11add usage for urmoms, update TODOHiltjo Posthuma2+21-6
2015-12-04 15:58initial insertionHiltjo Posthuma5+156-0