summaryrefslogtreecommitdiff
path: root/ui-log.c
AgeCommit message (Expand)Author
2017-08-10git: update to v2.14Jeff Smith
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse
2016-10-04ui-log: replace get_sha1() with get_oid()Christian Hesse
2016-09-04git: update to v2.10.0Christian Hesse
2016-07-05ui-log: color line changesChristian Hesse
2016-05-12ui-log: Simplify decoration codeTim Nordell
2016-05-12ui-log: Do not always emit decoration spanTim Nordell
2016-02-08ui: show ages in the originator's timezoneJohn Keeping
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping
2016-01-17ui-log: handle parse_commit() errorsJohn Keeping
2016-01-13git: update to v2.7.0Christian Hesse
2015-08-14log: move layout into page functionJohn Keeping
2015-08-12ui-log: fix double countingJohn Keeping
2015-08-12log: allow users to follow a fileJohn Keeping
2015-08-12git: update to v2.5.0Christian Hesse
2015-03-09ui-log: make some variables 'static'John Keeping
2015-01-19tag: reference with "h" instead of "id"John Keeping
2014-12-24git: update to v2.2.1Christian Hesse
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping
2014-07-28git: update to v2.0.3John Keeping
2014-06-28ui-log: ignore unhandled argumentsJohn Keeping
2014-06-28git: update for git 2.0Christian Hesse
2014-01-14filter: add page source to email filterJason A. Donenfeld
2014-01-14filter: add support for email filterJason A. Donenfeld
2014-01-08Update copyright informationLukas Fleischer
2014-01-08ui-log.c: Several simplificationsLukas Fleischer
2014-01-08Use argv_array in place of vectorLukas Fleischer
2013-05-22ui-log: add <span/> around commit decorationsJohn Keeping
2013-04-08Do not load user or system gitconfig and gitattributesJason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersJohn Keeping
2013-04-08Always #include corresponding .h in .c filesJohn Keeping
2013-04-08Update git to v1.8.2.1John Keeping
2013-03-20Convert pager navigation into a unordered listLukas Fleischer
2013-03-20Fix colspan valuesLukas Fleischer
2013-03-05Mark several functions/variables staticLukas Fleischer
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek
2012-01-03Merge branch 'stable'Lars Hjemli
2012-01-03ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller
2011-06-02Merge branch 'stable'Lars Hjemli
2011-06-02ui-log.c: do not link from age columnLars Hjemli
2011-03-26make enable-log-linecount independent of -filecountJulius Plenz
2010-11-16ui-log: Move 'Age' column when commit graph is presentJohan Herland
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland
2010-11-16ui-log: Colorize commit graphJohan Herland
2010-11-16ui-log: Implement support for commit graphsJohan Herland
2010-11-16ui-log: Change display of full commit messages (and notes)Johan Herland
2010-11-09ui-log.c: improve handling of range-search argumentLars Hjemli
2010-11-09ui-log: Prevent crash when given empty range searchJohan Herland
2010-11-09ui-log: Fix filecount/linecount when path limit is in effectJohan Herland
2010-09-04fix errors in printf-style format stringsMark Lodato