summary refs log tree commit diff
path: root/sysutils
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-27 21:34:40 +0000
committerJune McEnroe <june@causal.agency>2021-04-27 21:34:40 +0000
commitbb194d9ca6e6a639b997170fc6fbc2bfcf97d4b2 (patch)
tree2f36a358c9c555475a39eac425570c2a42cf6fa8 /sysutils
parentUpdate bubger to 1.0a (diff)
downloadports-bb194d9ca6e6a639b997170fc6fbc2bfcf97d4b2.tar.gz
ports-bb194d9ca6e6a639b997170fc6fbc2bfcf97d4b2.zip
Update cgit-causal-agency to 2574f086
Diffstat (limited to 'sysutils')
0 files changed, 0 insertions, 0 deletions
ss='logsubject'>git: update to v2.7.1Christian Hesse Update to git version v2.7.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> 2016-02-08ui-shared: remove cgit_print_date()John Keeping There are no longer any users of this function. Signed-off-by: John Keeping <john@keeping.me.uk> 2016-02-08ui-atom: use show_date directly for atom datesJohn Keeping This will allow us to remove cgit_print_date and use Git's show_date consistently. Signed-off-by: John Keeping <john@keeping.me.uk> 2016-02-08ui-shared: use show_date for footer timestampJohn Keeping Signed-off-by: John Keeping <john@keeping.me.uk> 2016-02-08ui: show ages in the originator's timezoneJohn Keeping This affects the tooltip showing the full time and the case when a date is sufficiently old to be shown in full rather than as an offset. Signed-off-by: John Keeping <john@keeping.me.uk> 2016-02-08ui-{commit,tag}: show dates in originator's timezoneJohn Keeping This is done by switching to Git's show_date() function and the mode given by cgit_date_mode(). Signed-off-by: John Keeping <john@keeping.me.uk> 2016-02-08ui-shared: add cgit_date_mode()John Keeping This returns the correct mode value for use with Git's show_date() based on the current CGit configuration and will be used in the following patches. Signed-off-by: John Keeping <john@keeping.me.uk> 2016-02-08parsing: add timezone to ident structuresJohn Keeping This will allow us to mimic Git's behaviour of showing times in the originator's timezone when displaying commits and tags. Signed-off-by: John Keeping <john@keeping.me.uk> 2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping We never use any format other than FMT_SHORTDATE, so move that into the function. Signed-off-by: John Keeping <john@keeping.me.uk> 2016-01-18ui-tree: put reverse path in titleJason A. Donenfeld 2016-01-18syntax-highlighting: always use utf-8 to avoid ascii codec issuesJason A. Donenfeld 2016-01-17cache: don't check for match with no key