aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 & 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