about summary refs log tree commit diff
path: root/ui-log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve decoration display for browsers without CSSEric Wong2025-03-121-0/+4
* git: update to v2.46.0Christian Hesse2024-08-021-1/+4
* git: update to v2.41.0Christian Hesse2023-06-011-3/+3
* global: use release_commit_memory()John Keeping2022-12-191-4/+2
* git: update to v2.36.0Christian Hesse2022-04-181-1/+1
* git: update to v2.31.0Christian Hesse2021-03-161-3/+4
* global: replace references to 'sha1' with 'oid'Christian Hesse2020-10-201-3/+3
* git: update to v2.29.0Christian Hesse2020-10-191-15/+15
* global: use proper accessors for maybe_treeJason A. Donenfeld2020-03-131-2/+2
* git: update to v2.21.0Christian Hesse2019-06-051-2/+2
* global: make 'char *path' const where possibleChristian Hesse2019-06-051-1/+1
* ui-log: ban strncpy()Christian Hesse2018-09-111-1/+1
* ui-log: ban strcpy()Christian Hesse2018-09-111-1/+1
* git: update to v2.18.0Christian Hesse2018-06-271-2/+2
* ui-log: highlight annotated tags in different colorChristian Hesse2018-06-271-1/+5
* git: update to v2.16.0Christian Hesse2018-01-191-4/+3
* git: update to v2.14Jeff Smith2017-08-101-5/+5
* css: highlight even table rows and skip empty rowsChristian Hesse2016-11-231-2/+3
* ui-log: replace get_sha1() with get_oid()Christian Hesse2016-10-041-1/+1
* git: update to v2.10.0Christian Hesse2016-09-041-1/+1
* ui-log: color line changesChristian Hesse2016-07-051-1/+2
* ui-log: Simplify decoration codeTim Nordell2016-05-121-24/+22
* ui-log: Do not always emit decoration spanTim Nordell2016-05-121-0/+2
* ui: show ages in the originator's timezoneJohn Keeping2016-02-081-2/+2
* ui-shared: remove "format" from cgit_print_age()John Keeping2016-02-081-2/+2
* ui-log: handle parse_commit() errorsJohn Keeping2016-01-171-1/+3
* git: update to v2.7.0Christian Hesse2016-01-131-6/+6
* log: move layout into page functionJohn Keeping2015-08-141-1/+4
* ui-log: fix double countingJohn Keeping2015-08-121-2/+2
* log: allow users to follow a fileJohn Keeping2015-08-121-11/+120
* git: update to v2.5.0Christian Hesse2015-08-121-2/+2
* ui-log: make some variables 'static'John Keeping2015-03-091-1/+1
* tag: reference with "h" instead of "id"John Keeping2015-01-191-2/+2
* git: update to v2.2.1Christian Hesse2014-12-231-2/+2
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-131-2/+2
* git: update to v2.0.3John Keeping2014-07-281-4/+2
* ui-log: ignore unhandled argumentsJohn Keeping2014-06-281-3/+3
* git: update for git 2.0Christian Hesse2014-06-281-4/+4
* filter: add page source to email filterJason A. Donenfeld2014-01-141-1/+1
* filter: add support for email filterJason A. Donenfeld2014-01-141-0/+2
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* ui-log.c: Several simplificationsLukas Fleischer2014-01-081-19/+9
* Use argv_array in place of vectorLukas Fleischer2014-01-081-19/+15
* ui-log: add <span/> around commit decorationsJohn Keeping2013-05-221-0/+2
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-081-1/+0
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-11/+22
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* Update git to v1.8.2.1John Keeping2013-04-081-3/+3
* Convert pager navigation into a unordered listLukas Fleischer2013-03-201-3/+6
* Fix colspan valuesLukas Fleischer2013-03-201-7/+7
* Mark several functions/variables staticLukas Fleischer2013-03-041-3/+3
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-171-1/+9
* Merge branch 'stable'Lars Hjemli2012-01-031-0/+3
|\
| * ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller2012-01-031-0/+3
* | Merge branch 'stable'Lars Hjemli2011-06-021-9/+0
|\|
| * ui-log.c: do not link from age columnLars Hjemli2011-06-021-9/+0
* | make enable-log-linecount independent of -filecountJulius Plenz2011-03-261-15/+14
|/
* ui-log: Move 'Age' column when commit graph is presentJohan Herland2010-11-161-12/+30
* ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland2010-11-161-5/+30
* ui-log: Colorize commit graphJohan Herland2010-11-161-0/+19
* ui-log: Implement support for commit graphsJohan Herland2010-11-161-21/+82
* ui-log: Change display of full commit messages (and notes)Johan Herland2010-11-161-13/+17
* ui-log.c: improve handling of range-search argumentLars Hjemli2010-11-101-11/+60
* ui-log: Prevent crash when given empty range searchJohan Herland2010-11-101-1/+1
* ui-log: Fix filecount/linecount when path limit is in effectJohan Herland2010-11-091-1/+1
* fix errors in printf-style format stringsMark Lodato2010-09-041-2/+1
* Use GIT-1.7.2.2Lars Hjemli2010-08-221-1/+1
* ui-log: Display git notes when presentJeff Smith2010-08-041-0/+12
* Merge branch 'jh/ignorews'Lars Hjemli2010-07-181-1/+2
|\
| * Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-181-1/+2
* | Merge branch 'lh/range-search'Lars Hjemli2010-06-221-4/+7
|\ \ | |/ |/|
| * ui-log.c: allow commit range as search expressionLars Hjemli2010-06-191-4/+7
* | Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-191-1/+1
* | ui-log: Preserve path limit in outgoing linksJohan Herland2010-06-191-12/+15
* | ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-191-2/+2
|/
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-2/+2
* Use GIT-1.6.4.3Lars Hjemli2009-09-131-1/+1
* ui-log.c: handle lightweight tags when printing commit decorationsLars Hjemli2009-08-161-0/+4
* Handle binary files in diffsLars Hjemli2009-01-311-1/+6
* Change toggle to more meaningful termJustin Waters2009-01-111-1/+2
* ui-log: show name-decorations in log outputLars Hjemli2009-01-111-0/+35
* Merge branch 'full-log'Lars Hjemli2008-12-061-7/+28
|\
| * ui-log: use css to make full-log prettierLars Hjemli2008-11-301-8/+6
| * ui-log: (ab)use extra columns for commit message when showmsg=1Lars Hjemli2008-11-291-6/+7
| * ui-log: add support for showing the full commit messageLars Hjemli2008-11-291-5/+27
* | ui-log: try to disambiguate ref namesLars Hjemli2008-12-031-2/+15
|/
* Use GIT-1.6.0.2Lars Hjemli2008-10-051-4/+2
* Make a few more columns in repolist and log view clickableLars Hjemli2008-04-141-0/+5
* Make branches, tags and log play better together in the summary viewLars Hjemli2008-04-141-16/+26
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Introduce html.hLars Hjemli2008-03-181-0/+1
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-5/+5
* Introduce struct cgit_contextLars Hjemli2008-02-161-10/+10
* Fix html error detected by test-suiteLars Hjemli2007-11-111-1/+1
* Show lines changed as -n/+m in shortlogsLars Hjemli2007-11-061-7/+14
* Add search parameters to cgit_log_linkLars Hjemli2007-11-031-2/+4
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-281-3/+6
* Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-291-9/+7
* ui-log: honor id=sha1 on querystringLars Hjemli2007-06-171-0/+3
* Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-171-5/+2
* Add option to disable pager to cgit_print_log().Ondrej Jirman2007-05-311-15/+17
* Use &amp; instead of & in URLs.Ondrej Jirman2007-05-311-2/+2
* Use cgit_print_age() on summary and log pagesLars Hjemli2007-05-221-6/+2
* Add knobs to enable/disable files/lines changed in log viewLars Hjemli2007-05-181-12/+21
* Change commit-view to expect h parameter, not idLars Hjemli2007-05-161-2/+1
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-141-2/+6
* Show number of changed lines in log viewLars Hjemli2007-05-131-1/+11
* Show number of changed files in log viewLars Hjemli2007-05-131-2/+15
* Layout updateLars Hjemli2007-02-211-1/+0
* Add parameter to adjust max message length in log listingsLars Hjemli2007-01-281-1/+1
* Cleanup table listingsLars Hjemli2007-01-281-1/+1
* Add basic log filteringLars Hjemli2006-12-281-3/+10
* Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-221-2/+2
* Reformat code to avoid excessive line lengthsLars Hjemli2006-12-161-1/+3
* Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-161-4/+1
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-8/+3
* Add a common commit parserLars Hjemli2006-12-151-63/+13
* Add simple pager to log pageLars Hjemli2006-12-141-2/+29
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-131-1/+6
* Move log-functions into ui-log.cLars Hjemli2006-12-111-0/+115