aboutsummaryrefslogtreecommitdiff
path: root/ui-log.c
Commit message (Expand)AuthorAge
* git: update to v2.7.0Christian Hesse2016-01-13
* log: move layout into page functionJohn Keeping2015-08-14
* ui-log: fix double countingJohn Keeping2015-08-12
* log: allow users to follow a fileJohn Keeping2015-08-12
* git: update to v2.5.0Christian Hesse2015-08-12
* ui-log: make some variables 'static'John Keeping2015-03-09
* tag: reference with "h" instead of "id"John Keeping2015-01-19
* git: update to v2.2.1Christian Hesse2014-12-23
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-13
* git: update to v2.0.3John Keeping2014-07-28
* ui-log: ignore unhandled argumentsJohn Keeping2014-06-28
* git: update for git 2.0Christian Hesse2014-06-28
* filter: add page source to email filterJason A. Donenfeld2014-01-14
* filter: add support for email filterJason A. Donenfeld2014-01-14
* Update copyright informationLukas Fleischer2014-01-08
* ui-log.c: Several simplificationsLukas Fleischer2014-01-08
* Use argv_array in place of vectorLukas Fleischer2014-01-08
* ui-log: add <span/> around commit decorationsJohn Keeping2013-05-22
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-08
* use struct strbuf instead of static buffersJohn Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* Update git to v1.8.2.1John Keeping2013-04-08
* Convert pager navigation into a unordered listLukas Fleischer2013-03-20
* Fix colspan valuesLukas Fleischer2013-03-20
* Mark several functions/variables staticLukas Fleischer2013-03-04
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-17
* Merge branch 'stable'Lars Hjemli2012-01-03
|\
| * ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller2012-01-03
* | Merge branch 'stable'Lars Hjemli2011-06-02
|\ \ | |/
| * ui-log.c: do not link from age columnLars Hjemli2011-06-02
* | make enable-log-linecount independent of -filecountJulius Plenz2011-03-26
|/
* ui-log: Move 'Age' column when commit graph is presentJohan Herland2010-11-16
* ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland2010-11-16
* ui-log: Colorize commit graphJohan Herland2010-11-16
* ui-log: Implement support for commit graphsJohan Herland2010-11-16
* ui-log: Change display of full commit messages (and notes)Johan Herland2010-11-16
* ui-log.c: improve handling of range-search argumentLars Hjemli2010-11-10
* ui-log: Prevent crash when given empty range searchJohan Herland2010-11-10
* ui-log: Fix filecount/linecount when path limit is in effectJohan Herland2010-11-09
* fix errors in printf-style format stringsMark Lodato2010-09-04
* Use GIT-1.7.2.2Lars Hjemli2010-08-22
* ui-log: Display git notes when presentJeff Smith2010-08-04
* Merge branch 'jh/ignorews'Lars Hjemli2010-07-18
|\
| * Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-18
* | Merge branch 'lh/range-search'Lars Hjemli2010-06-22
|\ \ | |/ |/|
| * ui-log.c: allow commit range as search expressionLars Hjemli2010-06-19
* | Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-19
* | ui-log: Preserve path limit in outgoing linksJohan Herland2010-06-19
* | ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-19
|/
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-16