]> git.armaanb.net Git - stagit.git/shortlog
stagit.git
2018-01-20 Hiltjo Posthumastyle.css: improve compatibility with older browsers...
2017-12-07 Quentin RameauRemove a non-portable syntax in Makefile
2017-11-25 Hiltjo PosthumaMakefile: bump version to 0.7.2
2017-11-25 Hiltjo Posthumapost-receive: fix warning in script for example when...
2017-11-25 Aaron MarcherSort style.css in alphabetical order
2017-11-19 Hiltjo PosthumaMakefile: bump version to 0.7.1
2017-11-19 Hiltjo Posthumafix: add "fattr" pledge for chmod(2) for cachefile
2017-11-18 Hiltjo PosthumaMakefile: bump version to 0.7
2017-11-11 Hiltjo PosthumaMakefile: remove unused $SCRIPTS
2017-11-10 Hiltjo Posthumafix file permissions for cachefile and respect umask(2)
2017-11-10 Hiltjo Posthumamore verbose errors: show which file failed on open
2017-10-31 Hiltjo PosthumaREADME: clarify some cons
2017-10-31 Hiltjo Posthumapost-receive hook: force UTF-8 locale
2017-09-04 Hiltjo Posthumaallow umask to handle permissions
2017-08-09 Hiltjo Posthumaignore object 0000000000000000000000000000000000000000
2017-08-02 Hiltjo Posthumabump version for a release soon
2017-08-02 Hiltjo Posthumaexample_create.sh: make executable
2017-07-30 Hiltjo Posthumaimprove example scripts, add to build (Makefile)
2017-07-15 Hiltjo Posthumaimprove example, add initial post-receive example
2017-07-06 Hiltjo PosthumaREADME: add example for a git hook and to set the url...
2017-07-05 Hiltjo PosthumaREADME: add example to create tar.gz archives by tag
2017-06-25 Hiltjo PosthumaMakefile: remove TODO
2017-06-23 Hiltjo Posthumaremove TODO
2017-06-23 Hiltjo Posthumaseparate getstats from getbyoid: slightly faster
2017-05-07 Hiltjo Posthumafor the commit Date: header use the git format-patch...
2017-05-07 Hiltjo Posthumadont truncate summary length anymore
2017-05-07 Hiltjo Posthumaremove config.def.h: it was not used anymore
2017-05-07 Hiltjo Posthumaimprove commitinfo_getstats
2017-04-22 Hiltjo Posthumaimprove documentation
2017-04-17 Hiltjo Posthumaalign line numbers to 8 spaces
2017-04-17 Hiltjo Posthumawriteblobhtml: minor style fix
2017-04-17 Hiltjo Posthumastagit: fix rendering of first TAB in file
2017-04-17 Hiltjo Posthumastagit-index: also dont assume someones <html lang> :)
2017-04-17 Hiltjo Posthumastagit-index: remove Content-Language: en
2017-04-16 Hiltjo Posthumawriteblobhtml: fix possible uninitialized variable...
2017-04-16 Hiltjo Posthumawriteblobhtml: improve file view for text-browsers
2017-04-16 Hiltjo Posthumastagit-index: remove empty h1 and add bold markup to...
2017-04-16 Hiltjo Posthumatext-browser improvements
2017-04-16 Hiltjo PosthumaREADME: advertise text-browser improvements
2017-04-16 Hiltjo PosthumaLICENSE: bump year
2017-04-15 Hiltjo Posthumabrowser compatibility: use numeric entity for '
2017-04-01 Hiltjo Posthumawriteblobhtml, make fprintf format string const
2017-03-25 Hiltjo PosthumaREADME: add instructions to build static binaries
2017-03-25 Hiltjo PosthumaMakefile: change () to {} consistently
2017-03-12 Hiltjo Posthumafix potential leak, found by clang-analyzer
2017-03-12 Hiltjo Posthumafix memory leak of commitinfo
2017-03-12 Hiltjo Posthumaatom.xml: add newline before EOF
2017-03-12 Hiltjo Posthumafix memory leak of commitinfo->parent
2017-03-12 Hiltjo Posthumafix memory leak of blob object
2017-03-12 Hiltjo Posthumasimplify/shorten pledge stub
2017-03-12 Hiltjo Posthumareduce scope of repodir, remove unused branch parameter
2017-01-05 Hiltjo Posthumabump version to 0.5
2016-11-09 Hiltjo Posthumaalso remove language and text direction attribute from...
2016-11-09 Hiltjo Posthumaremove Content-Language: en
2016-10-14 Hiltjo Posthumastagit.1: also document linking to git submodules:...
2016-10-13 Hiltjo Posthumastagit.1: clarify README and LICENSE link creation
2016-09-15 Hiltjo Posthumasimplify example.sh, thanks emg for the suggestion!
2016-07-20 Hiltjo Posthumaupdate LICENSE
2016-07-02 Hiltjo Posthumaconfig.mk: remove -lc
2016-05-29 Hiltjo Posthumatreat an empty repo (without a HEAD) as valid
2016-05-29 Hiltjo Posthumaimprove example: strip .git suffix
2016-05-21 Hiltjo Posthumarefs_cmp: simplify check, functionally the same
2016-05-08 Hiltjo Posthumacheck if LICENSE, README and .gitmodules is a file...
2016-05-07 Hiltjo Posthumarelease 0.4
2016-05-07 Hiltjo Posthumaupdate TODO
2016-05-07 Hiltjo Posthumasimplify, id is unused
2016-05-07 Hiltjo Posthumasimplify, no need for goto
2016-05-07 Hiltjo Posthumaimprove stagit.1 documentation, reword and explain...
2016-05-07 Hiltjo Posthumaconsistency for messages for special-case in diffstat
2016-05-07 Hiltjo Posthumafix error in "code cleanup" commit 9328d2690e118127bcaa...
2016-05-06 Hiltjo Posthumafix and simplify time offset
2016-05-06 Hiltjo Posthumamake diffstat files an anchor (jump to delta)
2016-05-03 Hiltjo Posthumafix joinpath(): use of global 'repodir', should be...
2016-05-03 Hiltjo Posthumafix regression from last commit
2016-05-03 Hiltjo Posthumacode cleanup
2016-05-02 Hiltjo Posthumaremove config.h, add options to stagit.c
2016-05-02 Hiltjo Posthumaadd OpenBSD pledge(2) support using -DUSE_PLEDGE
2016-05-02 Hiltjo Posthumaexample.sh: use cache file
2016-05-02 Hiltjo Posthumastyle: write atom feed end in one write, kills 2 lines
2016-05-02 Hiltjo Posthumacache support (-c option)
2016-05-01 Hiltjo Posthumasmall code cleanup: no need for status variable
2016-05-01 Hiltjo Posthumaatom feed: use published for author commit date, update...
2016-05-01 Hiltjo Posthumafix times (and timezone)
2016-05-01 Hiltjo PosthumaREADME: minor update
2016-05-01 Hiltjo Posthumafix path join '/'
2016-05-01 Hiltjo Posthumacode cleanup + style, functionally equivalent
2016-04-30 Hiltjo Posthumalayout: right align lines changed count in diffstat
2016-04-30 Hiltjo Posthumaoptimization: suppress large diffs
2016-04-30 Hiltjo Posthumaoptimization: read stats once and remember it
2016-04-29 Hiltjo Posthumaexample.sh: fix: sort list (regression from simplifying...
2016-04-29 Hiltjo Posthumawhoops, module is m---------
2016-04-29 Hiltjo Posthumasubmodule support
2016-04-29 Hiltjo Posthumasuppress meaningless error codes when a repo can't...
2016-04-29 Hiltjo Posthumaimprove example, remove sort hack
2016-04-29 Hiltjo Posthumamake submodule link black, easier to read
2016-04-29 Hiltjo Posthumaminor style fix
2016-04-29 Quentin RameauFix null pointer access for submodules in writefilestree
2016-04-29 Hiltjo Posthumatweak style of showing submodules
2016-04-29 z3braDon't fail on submodules
2016-04-27 Hiltjo Posthumafix: check gmtime, can return NULL on error
next