stagit

Fork of hiltjo's stagit (see http://codemadness.org/stagit.html)
git clone git://git.vgx.fr/stagit
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-03-31 04:10add compilation with lowdown support in MakefileLéo Villeveygoux1+9-3
2020-03-27 05:31add markdown support using lowdown libraryLéo Villeveygoux1+31-0
2020-02-23 19:30bump version to 0.9.3Hiltjo Posthuma1+1-1
2020-02-21 12:46atom.xml: improve output format a bitHiltjo Posthuma1+2-2
2020-02-12 22:20improve includes, stagit-index does not need compat.hHiltjo Posthuma2+3-7
2019-12-29 18:02style.css: highlight anchor ids, useful for linking highlighting lines in a diffHiltjo Posthuma1+4-0
2019-12-22 11:53small code-style white-space/newlineHiltjo Posthuma1+1-0
2019-12-01 17:31add OpenBSD unveil supportHiltjo Posthuma2+10-0
2019-12-01 17:26some README tweaks and rewording, reorderingHiltjo Posthuma1+9-7
2019-12-01 17:26Makefile improvementsHiltjo Posthuma2+20-37
2019-05-05 17:11README: works also on NetBSDLeonardo Taccari1+1-1
2019-04-23 18:53bump version to 0.9.2Hiltjo Posthuma1+1-1
2019-03-16 12:07escape HTML in pathsHiltjo Posthuma1+12-4
2019-03-09 11:39pedantic snprintf() improvementHiltjo Posthuma2+4-4
2019-03-01 10:49fix issues in example scriptsHiltjo Posthuma2+2-2
2019-02-22 10:13bump version to 0.9.1Hiltjo Posthuma1+1-1
2019-02-09 14:02Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma2+11-9
2019-02-07 20:00change order of commits in log from most recent to old to applied orderHiltjo Posthuma4+4-7
2019-02-03 14:24fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma2+2-6
2018-12-25 12:44bump version to 0.9Hiltjo Posthuma1+1-1
2018-12-25 12:39style: keep default browser style for links, except patch chunksHiltjo Posthuma1+4-5
2018-11-18 17:08in the diffstat prefix the type of change, allow CSS stylingHiltjo Posthuma2+18-1
2018-11-18 17:07don't use a heuristic for renames, the content must match exactlyHiltjo Posthuma1+3-1
2018-11-18 17:06detect filetype changes in diff (for example a normal file to symlink)Hiltjo Posthuma1+3-1
2018-11-11 17:23detect more names for README and LICENSEHiltjo Posthuma1+30-16
2018-11-11 17:09detect copies and renames based on the threshold of changesHiltjo Posthuma1+9-0
2018-08-19 20:03simplify range checkHiltjo Posthuma1+1-4
2018-08-19 12:06stagit: log: indicate when using the -l option and there are more commitsHiltjo Posthuma1+4-0
2018-05-25 16:43assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma3+4-11
2018-05-09 16:51Clarify 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:28stagit-index: pledge after git_libgit2_initHiltjo Posthuma1+4-3
2018-03-26 18:08pledge after git_libgit2_initHiltjo Posthuma1+8-5
2018-03-18 14:34optimization: only diff the tree when it is needed for the diffstat...Hiltjo Posthuma1+27-17
2018-01-28 15:27README: improve tarball generation by tag exampleHiltjo Posthuma1+8-2
2018-01-21 15:47stagit: add -l option: limit the amount of commits for the log.html fileHiltjo Posthuma2+50-13
2018-01-21 14:23bump LICENSE to 2018Hiltjo Posthuma1+1-1
2018-01-20 12:18style.css: improve compatibility with older browsers, namely dilloHiltjo Posthuma1+5-0
2017-12-02 18:04Remove a non-portable syntax in MakefileQuentin Rameau1+1-1
2017-11-25 15:06Makefile: bump version to 0.7.2Hiltjo Posthuma1+1-1
2017-11-25 15:02post-receive: fix warning in script for example when pushing deleted tagsHiltjo Posthuma1+1-0
2017-11-25 11:09Sort style.css in alphabetical orderAaron Marcher1+2-2
2017-11-19 13:58Makefile: bump version to 0.7.1Hiltjo Posthuma1+1-1
2017-11-19 13:52fix: add "fattr" pledge for chmod(2) for cachefileHiltjo Posthuma1+5-7
2017-11-18 11:53Makefile: bump version to 0.7Hiltjo Posthuma1+1-1
2017-11-11 00:34Makefile: remove unused $SCRIPTSHiltjo Posthuma1+5-5
2017-11-10 19:55fix file permissions for cachefile and respect umask(2)Hiltjo Posthuma1+10-2
2017-11-10 19:53more verbose errors: show which file failed on openHiltjo Posthuma1+2-2
2017-10-31 22:25README: clarify some consHiltjo Posthuma1+15-6
2017-10-31 22:20post-receive hook: force UTF-8 localeHiltjo Posthuma1+4-0
2017-09-04 16:14allow umask to handle permissionsHiltjo Posthuma1+1-1
2017-08-09 16:52ignore object 0000000000000000000000000000000000000000Hiltjo Posthuma1+2-0
2017-08-02 16:54bump version for a release soonHiltjo Posthuma1+1-1
2017-08-02 16:45example_create.sh: make executableHiltjo Posthuma1+0-0
2017-07-30 15:21improve example scripts, add to build (Makefile)Hiltjo Posthuma5+60-57
2017-07-15 11:50improve example, add initial post-receive exampleHiltjo Posthuma2+69-1
2017-07-06 11:20README: add example for a git hook and to set the url fileHiltjo Posthuma1+41-2
2017-07-05 18:25README: add example to create tar.gz archives by tagHiltjo Posthuma1+11-0
2017-06-25 10:28Makefile: remove TODOHiltjo Posthuma1+1-2
2017-06-23 12:03remove TODOHiltjo Posthuma1+0-7
2017-06-23 11:53separate getstats from getbyoid: slightly fasterHiltjo Posthuma1+4-2
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