]> git.armaanb.net Git - stagit.git/history - stagit.c
Initial changes.
[stagit.git] / stagit.c
2020-07-01 sfdkInitial changes.
2020-02-21 Hiltjo Posthumaatom.xml: improve output format a bit
2020-02-12 Hiltjo Posthumaimprove includes, stagit-index does not need compat.h
2019-12-01 Hiltjo Posthumaadd OpenBSD unveil support
2019-03-16 Hiltjo Posthumaescape HTML in paths
2019-03-09 Hiltjo Posthumapedantic snprintf() improvement
2019-02-16 Hiltjo Posthumachange order of commits in log from most recent to...
2019-02-16 Hiltjo Posthumafix compile: libgit2 0.28 changed giterr_last to git_er...
2018-11-18 Hiltjo Posthumain the diffstat prefix the type of change, allow CSS...
2018-11-18 Hiltjo Posthumadon't use a heuristic for renames, the content must...
2018-11-18 Hiltjo Posthumadetect filetype changes in diff (for example a normal...
2018-11-11 Hiltjo Posthumadetect more names for README and LICENSE
2018-11-11 Hiltjo Posthumadetect copies and renames based on the threshold of...
2018-08-22 Hiltjo Posthumasimplify range check
2018-08-22 Hiltjo Posthumastagit: log: indicate when using the -l option and...
2018-05-25 Hiltjo Posthumaassume OpenBSD 5.9+, always try pledge(2) on OpenBSD
2018-05-09 Quentin RameauClarify usage regarding -c and -l mutual exclusion
2018-03-26 Hiltjo Posthumapledge after git_libgit2_init
2018-03-18 Hiltjo Posthumaoptimization: only diff the tree when it is needed...
2018-01-21 Hiltjo Posthumastagit: add -l option: limit the amount of commits...
2017-11-19 Hiltjo Posthumafix: add "fattr" pledge for chmod(2) for cachefile
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-09-04 Hiltjo Posthumaallow umask to handle permissions
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 Posthumaimprove commitinfo_getstats
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-16 Hiltjo Posthumawriteblobhtml: fix possible uninitialized variable...
2017-04-16 Hiltjo Posthumawriteblobhtml: improve file view for text-browsers
2017-04-16 Hiltjo Posthumatext-browser improvements
2017-04-15 Hiltjo Posthumabrowser compatibility: use numeric entity for '
2017-04-01 Hiltjo Posthumawriteblobhtml, make fprintf format string const
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
2016-11-09 Hiltjo Posthumaalso remove language and text direction attribute from...
2016-11-09 Hiltjo Posthumaremove Content-Language: en
2016-05-29 Hiltjo Posthumatreat an empty repo (without a HEAD) as valid
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 Posthumasimplify, id is unused
2016-05-07 Hiltjo Posthumasimplify, no need for goto
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 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 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 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 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
2016-04-27 Hiltjo Posthumaresolve absolute paths to repodir, remove basename...
2016-04-27 Hiltjo Posthumafix: link to line in hunk if a patch has multiple files...
2016-03-01 Hiltjo Posthumaadd titles to pages, summary for commit messages, filen...
2016-02-26 Hiltjo Posthumafix right-alignment of "Files" column
2016-02-26 lostdUse the recommended HTML5 document type.
2016-02-24 Hiltjo Posthumacheck path truncation
2016-02-23 Hiltjo Posthumaatom feed: add link, move content order to bottom
2016-02-23 Hiltjo Posthumamake printshowfile more generic and like other functions
2016-01-21 Hiltjo Posthumajust use Name as first column, thanks quinq for the...
2016-01-21 Quentin RameauRename “Age” column headers into “Date”
2016-01-19 Quentin Rameaufix file tree handling
2016-01-18 z3brause 'dirname' as error message for xdirname
2016-01-13 Quentin Rameaufix file size byte unit suffix
2016-01-13 Quentin Rameaureplace file size with line count for text files
2016-01-13 sinRename Refs/branches to Refs
2016-01-08 Hiltjo Posthumaimplify and restructure code
2016-01-07 Hiltjo Posthumaatom: add newline after date and before message
2016-01-06 Hiltjo Posthumastrip .git suffix from name
2016-01-06 Hiltjo Posthumaextra whitespace
2016-01-06 Hiltjo Posthumarefs: only make commit link work for tags
2016-01-06 Hiltjo Posthumafree obj
2016-01-06 Hiltjo Posthumaold leftover: dont create log dir
2016-01-06 Hiltjo Posthumacleanup code a bit
next