]> git.armaanb.net Git - stagit.git/shortlog
stagit.git
2016-01-08 Hiltjo Posthumapremature version bumperation (0.3) for git
2016-01-07 Hiltjo Posthumaatom: add newline after date and before message
2016-01-06 Hiltjo Posthumaupdate man pages: document stripping of .git suffix
2016-01-06 Hiltjo Posthumastrip .git suffix from name
2016-01-06 Hiltjo Posthumaextra whitespace
2016-01-06 sinUpdate README - it also works on FreeBSD
2016-01-06 Hiltjo Posthumastyle: vertical-align header text
2016-01-06 Hiltjo Posthumaupdate TODO
2016-01-06 Hiltjo Posthumarefs: only make commit link work for tags
2016-01-06 Hiltjo Posthumafree obj
2016-01-06 Hiltjo PosthumaLICENSE: whoops its already 2016
2016-01-06 Hiltjo PosthumaLICENSE: add dimitris to license/shareholder file
2016-01-06 Hiltjo Posthumaold leftover: dont create log dir
2016-01-06 Hiltjo Posthumacleanup code a bit
2016-01-06 Hiltjo Posthumastyle.css: wrap description text, nowrap for rest
2016-01-06 sinBe more explicit when stripping the .git suffix
2016-01-06 sinNo need for -D_POSIX_C_SOURCE=200809L
2016-01-06 sinAlways use the compat functions
2016-01-06 sinBring in reallocarray() from OpenBSD
2016-01-06 Hiltjo Posthumause git_reference for tags and branches, sort branches...
2016-01-06 Hiltjo Posthumafix cast to uintmax_t
2016-01-06 sinChange default MANPREFIX to be ${PREFIX}/man
2016-01-06 sinstagit-index: Strip per repo .git suffix from generated...
2016-01-06 Hiltjo Posthumalookup commits of annotated tags
2016-01-06 Hiltjo Posthumafix warning, use intmax_t %ju, thanks stateless!
2016-01-06 Hiltjo Posthumapremature version bumperation
2016-01-06 Hiltjo Posthumaimprove README
2016-01-06 Hiltjo Posthumaimprove Makefile
2016-01-05 Hiltjo Posthumatiny whitespace fix
2016-01-05 Hiltjo Posthumastagit-index: continue making list, but return error...
2016-01-05 Hiltjo Posthumafix relpath for log
2016-01-05 Hiltjo Posthumaclone url is one line, strip newline
2016-01-05 Hiltjo Posthumarefs: fix table id for tags
2016-01-05 Hiltjo Posthumarefs: remove link, it may be broken for non-HEAD
2016-01-05 Hiltjo Posthumamake hunk line itself a link
2016-01-05 Hiltjo Posthumastyle: darkblue for hunk like cgit, hunk line is now...
2016-01-05 Hiltjo Posthumastagit-index: owner is one line, strip newline
2016-01-05 Hiltjo Posthumaexample.sh: make symlinks to style, icons and index...
2016-01-05 Hiltjo Posthumarevert log.html to log/head.html change
2016-01-05 Hiltjo Posthumafix newline after header
2016-01-04 Hiltjo Posthumafix link to commit from log page
2016-01-04 Hiltjo Posthumastagit: fix hunk header, thanks uggedal for reporting!
2016-01-03 Hiltjo Posthumaupdate TODO
2016-01-03 Hiltjo Posthumafix link in stagit-index, update documentation, add...
2016-01-03 Hiltjo Posthumano log per branch
2016-01-03 Hiltjo Posthumarename refs to refs/branches
2016-01-03 Hiltjo Posthumarefs: add link to log per branch
2016-01-03 Hiltjo Posthumarefs: dont make a table when there are no tags, add...
2016-01-03 Hiltjo Posthumaadd refs page (branches and tags)
2015-12-27 Hiltjo Posthumaimprove README
2015-12-26 Hiltjo Posthumaadd stagit.c
2015-12-26 Hiltjo Posthumarename urmoms to stagit, improve documentation
2015-12-26 Hiltjo Posthumanvm, dont strip .git from bare repos
2015-12-26 Hiltjo Posthumaadd example script to make repo index and files per dir
2015-12-26 Hiltjo Posthumarename EXTRAOBJ to COMPATOBJ
2015-12-26 Hiltjo PosthumaMakefile: link for COMPAT
2015-12-26 Hiltjo Posthumaadd compat.h
2015-12-26 Hiltjo Posthumastrip suffix .git used typically for bare repos
2015-12-26 Hiltjo Posthumahumanreadable filemodes (code from sbase ls)
2015-12-26 Hiltjo Posthumaalign filesize header right, minor code-style
2015-12-26 Hiltjo Posthumafix dirname for glibc
2015-12-26 Hiltjo Posthumaallow to specify clone url, displayed in header
2015-12-26 Hiltjo Posthumaupdate TODO
2015-12-26 Hiltjo Posthumaindex: highlight row on mouseover
2015-12-25 Hiltjo Posthumaremove TODO from code, see TODO file
2015-12-25 Hiltjo PosthumaREADME: atleast libgit2 v0.22 is required (API)
2015-12-25 Hiltjo Posthumacompat: add strlcpy, strlcat, for glibc
2015-12-24 Hiltjo Posthumafix libgit2 include, it is in the include path
2015-12-20 Hiltjo Posthumaremove double newline bloat
2015-12-20 Hiltjo Posthumaupdate README and improve man pages
2015-12-20 Hiltjo Posthumaurmoms-index: kill some lines
2015-12-20 Hiltjo Posthumarewrite writefiles, now works with bare repos
2015-12-20 Hiltjo PosthumaREADME: add install and dependencies instructions
2015-12-20 Hiltjo Posthumastyle.css: maximize contrast for text
2015-12-20 Hiltjo Posthumaupdate TODO
2015-12-20 Hiltjo Posthumaadd urmoms-index, initial version
2015-12-20 Hiltjo Posthumawritelog: remove return value, it was unused
2015-12-20 Hiltjo Posthumaimprove fopen flag: remove b and r+ in some case
2015-12-20 Hiltjo Posthumause relative url in header, escape name and description too
2015-12-17 Hiltjo Posthumaset diff options
2015-12-17 Hiltjo Posthumafree the tree
2015-12-17 Hiltjo Posthumafile_size is uint32_t on latest libgit2, thanks uggedal...
2015-12-14 FRIGNAdd config.def.h and make summary length configurable
2015-12-11 Eivind UggedalDynamic relpath for blob pages
2015-12-10 Eivind UggedalRight align numbers in tables
2015-12-10 Eivind UggedalLine numbers on blob pages
2015-12-10 Hiltjo Posthumafix warning
2015-12-10 Eivind Uggedalfile page improvements
2015-12-09 Hiltjo Posthumafix warning + minor style
2015-12-09 Eivind UggedalWrite blobs to files/
2015-12-09 FRIGNMake border solid
2015-12-09 Hiltjo Posthumaupdate TODO
2015-12-09 Hiltjo Posthumaopen repo: dont try to detect repos above the specified dir
2015-12-09 Hiltjo Posthumawalk revision by time and only "flat"
2015-12-09 Eivind UggedalSimplify diff markup
2015-12-09 Eivind UggedalSimplify style and make output more legible
2015-12-09 Hiltjo Posthumaalso free objects for haslicense and hasreadme checks...
2015-12-09 Eivind UggedalFree git objects
2015-12-07 FRIGNAdd myself to LICENSE
2015-12-07 FRIGNRemove hardcoded right-align
next