aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19global: use release_commit_memory()John Keeping1-4/+2
2022-04-18git: update to v2.36.0Christian Hesse1-1/+1
2021-03-16git: update to v2.31.0Christian Hesse1-3/+4
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse1-3/+3
2020-10-19git: update to v2.29.0Christian Hesse1-15/+15
2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld1-2/+2
2019-06-05git: update to v2.21.0Christian Hesse1-2/+2
2019-06-05global: make 'char *path' const where possibleChristian Hesse1-1/+1
2018-09-11ui-log: ban strncpy()Christian Hesse1-1/+1
2018-09-11ui-log: ban strcpy()Christian Hesse1-1/+1
2018-06-27git: update to v2.18.0Christian Hesse1-2/+2
2018-06-27ui-log: highlight annotated tags in different colorChristian Hesse1-1/+5
2018-01-19git: update to v2.16.0Christian Hesse1-4/+3
2017-08-10git: update to v2.14Jeff Smith1-5/+5
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse1-2/+3
2016-10-04ui-log: replace get_sha1() with get_oid()Christian Hesse1-1/+1
2016-09-04git: update to v2.10.0Christian Hesse1-1/+1
2016-07-05ui-log: color line changesChristian Hesse1-1/+2
2016-05-12ui-log: Simplify decoration codeTim Nordell1-24/+22
2016-05-12ui-log: Do not always emit decoration spanTim Nordell1-0/+2
2016-02-08ui: show ages in the originator's timezoneJohn Keeping1-2/+2
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping1-2/+2
2016-01-17ui-log: handle parse_commit() errorsJohn Keeping1-1/+3
2016-01-13git: update to v2.7.0Christian Hesse1-6/+6
2015-08-14log: move layout into page functionJohn Keeping1-1/+4
2015-08-12ui-log: fix double countingJohn Keeping1-2/+2
2015-08-12log: allow users to follow a fileJohn Keeping1-11/+120
2015-08-12git: update to v2.5.0Christian Hesse1-2/+2
2015-03-09ui-log: make some variables 'static'John Keeping1-1/+1
2015-01-19tag: reference with "h" instead of "id"John Keeping1-2/+2
2014-12-23git: update to v2.2.1Christian Hesse1-2/+2
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping1-2/+2
2014-07-28git: update to v2.0.3John Keeping1-4/+2
2014-06-28ui-log: ignore unhandled argumentsJohn Keeping1-3/+3
2014-06-28git: update for git 2.0Christian Hesse1-4/+4
2014-01-14filter: add page source to email filterJason A. Donenfeld1-1/+1
2014-01-14filter: add support for email filterJason A. Donenfeld1-0/+2
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2014-01-08ui-log.c: Several simplificationsLukas Fleischer1-19/+9
2014-01-08Use argv_array in place of vectorLukas Fleischer1-19/+15
2013-05-22ui-log: add <span/> around commit decorationsJohn Keeping1-0/+2
2013-04-08Do not load user or system gitconfig and gitattributesJason A. Donenfeld1-1/+0
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-11/+22
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-04-08Update git to v1.8.2.1John Keeping1-3/+3
2013-03-20Convert pager navigation into a unordered listLukas Fleischer1-3/+6
2013-03-20Fix colspan valuesLukas Fleischer1-7/+7
2013-03-04Mark several functions/variables staticLukas Fleischer1-3/+3
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek1-1/+9
2012-01-03Merge branch 'stable'Lars Hjemli1-0/+3
2012-01-03ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller1-0/+3
2011-06-02Merge branch 'stable'Lars Hjemli1-9/+0
2011-06-02ui-log.c: do not link from age columnLars Hjemli1-9/+0
2011-03-26make enable-log-linecount independent of -filecountJulius Plenz1-15/+14
2010-11-16ui-log: Move 'Age' column when commit graph is presentJohan Herland1-12/+30
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland1-5/+30
2010-11-16ui-log: Colorize commit graphJohan Herland1-0/+19
2010-11-16ui-log: Implement support for commit graphsJohan Herland1-21/+82
2010-11-16ui-log: Change display of full commit messages (and notes)Johan Herland1-13/+17
2010-11-10ui-log.c: improve handling of range-search argumentLars Hjemli1-11/+60
2010-11-10ui-log: Prevent crash when given empty range searchJohan Herland1-1/+1
2010-11-09ui-log: Fix filecount/linecount when path limit is in effectJohan Herland1-1/+1
2010-09-04fix errors in printf-style format stringsMark Lodato1-2/+1
2010-08-22Use GIT-1.7.2.2Lars Hjemli1-1/+1
2010-08-04ui-log: Display git notes when presentJeff Smith1-0/+12
2010-07-18Merge branch 'jh/ignorews'Lars Hjemli1-1/+2
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland1-1/+2
2010-06-22Merge branch 'lh/range-search'Lars Hjemli1-4/+7
2010-06-19ui-log.c: allow commit range as search expressionLars Hjemli1-4/+7
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland1-1/+1
2010-06-19ui-log: Preserve path limit in outgoing linksJohan Herland1-12/+15
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland1-2/+2
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony1-2/+2
2009-09-13Use GIT-1.6.4.3Lars Hjemli1-1/+1
2009-08-16ui-log.c: handle lightweight tags when printing commit decorationsLars Hjemli1-0/+4
2009-01-31Handle binary files in diffsLars Hjemli1-1/+6
2009-01-11Change toggle to more meaningful termJustin Waters1-1/+2
2009-01-11ui-log: show name-decorations in log outputLars Hjemli1-0/+35
2008-12-06Merge branch 'full-log'Lars Hjemli1-7/+28
2008-12-03ui-log: try to disambiguate ref namesLars Hjemli1-2/+15
2008-11-30ui-log: use css to make full-log prettierLars Hjemli1-8/+6
2008-11-29ui-log: (ab)use extra columns for commit message when showmsg=1Lars Hjemli1-6/+7
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-5/+27
2008-10-05Use GIT-1.6.0.2Lars Hjemli1-4/+2
2008-04-14Make a few more columns in repolist and log view clickableLars Hjemli1-0/+5
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli1-16/+26
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-18Introduce html.hLars Hjemli1-0/+1
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-5/+5
2008-02-16Introduce struct cgit_contextLars Hjemli1-10/+10
2007-11-11Fix html error detected by test-suiteLars Hjemli1-1/+1
2007-11-06Show lines changed as -n/+m in shortlogsLars Hjemli1-7/+14
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-2/+4
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli1-3/+6
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli1-9/+7
2007-06-17ui-log: honor id=sha1 on querystringLars Hjemli1-0/+3
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-5/+2
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman1-15/+17
2007-05-31Use &amp; instead of & in URLs.Ondrej Jirman1-2/+2
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli1-6/+2
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli1-12/+21
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli1-2/+1
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli1-2/+6
2007-05-13Show number of changed lines in log viewLars Hjemli1-1/+11
2007-05-13Show number of changed files in log viewLars Hjemli1-2/+15
2007-02-21Layout updateLars Hjemli1-1/+0
2007-01-28Add parameter to adjust max message length in log listingsLars Hjemli1-1/+1
2007-01-28Cleanup table listingsLars Hjemli1-1/+1
2006-12-28Add basic log filteringLars Hjemli1-3/+10
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli1-2/+2
2006-12-16Reformat code to avoid excessive line lengthsLars Hjemli1-1/+3
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli1-4/+1
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli1-8/+3
2006-12-15Add a common commit parserLars Hjemli1-63/+13
2006-12-14Add simple pager to log pageLars Hjemli1-2/+29
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli1-1/+6
2006-12-11Move log-functions into ui-log.cLars Hjemli1-0/+115