stagit

My fork of stagit

git clone git://git.shimmy1996.com/stagit.git
DateCommit messageAuthorFiles+-
2020-07-26 14:49Specify header image sizeShimmy Xu1+1-1
2020-05-03 18:28Change return link location and add logo on index pageShimmy Xu3+7-1
2020-04-05 17:24Update styleShimmy Xu2+10-9
2020-04-05 16:41Style changesShimmy Xu1+1-1
2020-04-05 16:31Reduce line number widthShimmy Xu1+1-1
2020-04-05 16:27More sytling adjustmentsShimmy Xu1+1-2
2020-04-05 16:15Change stylesShimmy Xu1+35-51
2020-04-05 15:49Wrap filenames in headerShimmy Xu1+2-2
2020-04-05 14:41Replace div with HTML5 sectionsShimmy Xu2+7-9
2020-04-05 02:38Add more license and readme file templagesShimmy Xu1+7-2
2020-04-05 02:08Compress faviconShimmy Xu1+0-0
2020-04-05 01:48Limit to 100 commitsShimmy Xu1+1-1
2020-04-04 23:30Clean up default project URI in indexShimmy Xu1+1-1
2020-04-04 23:21Add what's needed to make Atom feed validShimmy Xu1+15-2
2020-04-04 20:23Update faviconShimmy Xu1+0-0
2020-04-04 19:53Remove hr stylingShimmy Xu1+0-6
2020-04-04 19:37Correct closing tagShimmy Xu1+1-1
2020-04-04 19:34Remove unused CSSShimmy Xu1+0-4
2020-04-04 19:16Remove redoundent class and alignShimmy Xu1+8-8
2020-04-04 19:00Change homepage link nameShimmy Xu1+1-1
2020-04-04 18:54Use th for table header cellsShimmy Xu2+9-11
2020-04-04 18:47Remove description classShimmy Xu3+2-6
2020-04-04 18:38Add lang attributeShimmy Xu2+2-2
2020-04-04 18:15Use p and pre for descriptions and urlShimmy Xu2+6-8
2020-04-04 18:05Add title for index pageShimmy Xu1+4-2
2020-04-04 18:00Remove unused CSS rulesShimmy Xu1+0-13
2020-04-04 17:56Correct spacing and add back hrShimmy Xu1+2-2
2020-04-04 17:54Group navigation links togetherShimmy Xu1+15-16
2020-04-04 17:41Remove logoShimmy Xu3+11-13
2020-04-04 16:22Update logoShimmy Xu2+0-0
2020-04-04 16:21Only generate index for public repositoriesShimmy Xu1+20-7
2020-08-17 14:09bump version to 0.9.4Hiltjo Posthuma1+1-1
2020-08-10 14:09fix a small memleak in writeatom()Hiltjo Posthuma1+6-10
2020-08-08 18:01stagit-index: remove unveil support for argvHiltjo Posthuma1+0-4
2020-08-05 22:11fix submodule lookup in bare reposkst1+2-3
2020-07-20 12:15regression: do not show unset or empty tagsHiltjo Posthuma1+1-1
2020-07-19 14:41refactor get reference, add another feed for tags/releasesHiltjo Posthuma2+146-86
2020-07-19 12:07sort branches and tags by time (descending)Hiltjo Posthuma1+92-72
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
More commits remaining [...]