stagit

debian packaging for stagit
git clone git://git.unixkoans.com/stagit.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
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 9328d2690e118127bcaa5cf9f665d8e771…Hiltjo 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 committe…Hiltjo 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…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 Posthuma11+347-1185
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…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