about summary refs log tree commit diff
path: root/ui-summary.h
diff options
context:
space:
mode:
authorStefan Bühler <lighttpd@stbuehler.de>2009-08-16 19:35:18 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-16 20:53:20 +0200
commit1bbe04c2c09d5dfbb2c66c4f8f490008b6e5fb25 (patch)
tree2f5eff9d46e490de0c6baddbd3c232935f47f534 /ui-summary.h
parentUse GIT-1.6.3.4 (diff)
downloadcgit-pink-1bbe04c2c09d5dfbb2c66c4f8f490008b6e5fb25.tar.gz
cgit-pink-1bbe04c2c09d5dfbb2c66c4f8f490008b6e5fb25.zip
ui-refs.c: improve handling of lightweight tags
When a lightweight tag is referencing a commit object, cgit now uses
the commit date when comparing tag age. Also, the commitdate and author
info is printed in the refs view, making lightweight tags appear similar
to annotated tags.

Signed-off-by: Stefan Bühler <lighttpd@stbuehler.de>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-summary.h')
0 files changed, 0 insertions, 0 deletions
eld 2014-01-17auth: document tweakables in lua scriptJason A. Donenfeld 2014-01-17repolist: make owner clickable to searchJason A. Donenfeld 2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld 2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld 2014-01-17cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer