aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c
Commit message (Expand)AuthorAgeLines
* ui-log: Move 'Age' column when commit graph is presentGravatar Johan Herland2010-11-16-12/+30
* ui-log: Line-wrap long commit subjects when showmsg is enabledGravatar Johan Herland2010-11-16-5/+30
* ui-log: Colorize commit graphGravatar Johan Herland2010-11-16-0/+19
* ui-log: Implement support for commit graphsGravatar Johan Herland2010-11-16-21/+82
* ui-log: Change display of full commit messages (and notes)Gravatar Johan Herland2010-11-16-13/+17
* ui-log.c: improve handling of range-search argumentGravatar Lars Hjemli2010-11-10-11/+60
* ui-log: Prevent crash when given empty range searchGravatar Johan Herland2010-11-10-1/+1
* ui-log: Fix filecount/linecount when path limit is in effectGravatar Johan Herland2010-11-10-1/+1
* fix errors in printf-style format stringsGravatar Mark Lodato2010-09-05-2/+1
* Use GIT-1.7.2.2Gravatar Lars Hjemli2010-08-22-1/+1
* ui-log: Display git notes when presentGravatar Jeff Smith2010-08-04-0/+12
* Merge branch 'jh/ignorews'Gravatar Lars Hjemli2010-07-18-1/+2
|\
| * Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsGravatar Johan Herland2010-07-18-1/+2
* | Merge branch 'lh/range-search'Gravatar Lars Hjemli2010-06-22-4/+7
|\ \ | |/ |/|
| * ui-log.c: allow commit range as search expressionGravatar Lars Hjemli2010-06-19-4/+7
* | Add URL parameter 'context' for changing the number of context lines in diffsGravatar Johan Herland2010-06-19-1/+1
* | ui-log: Preserve path limit in outgoing linksGravatar Johan Herland2010-06-19-12/+15
* | ui-commit: Preserve path limit in links to commit pageGravatar Johan Herland2010-06-19-2/+2
|/
* Add possibility to switch between unidiff and side-by-side-diff.Gravatar Ragnar Ouchterlony2009-09-17-2/+2
* Use GIT-1.6.4.3Gravatar Lars Hjemli2009-09-14-1/+1
* ui-log.c: handle lightweight tags when printing commit decorationsGravatar Lars Hjemli2009-08-17-0/+4
* Handle binary files in diffsGravatar Lars Hjemli2009-01-31-1/+6
* Change toggle to more meaningful termGravatar Justin Waters2009-01-11-1/+2
* ui-log: show name-decorations in log outputGravatar Lars Hjemli2009-01-11-0/+35
* Merge branch 'full-log'Gravatar Lars Hjemli2008-12-06-7/+28
|\
| * ui-log: use css to make full-log prettierGravatar Lars Hjemli2008-11-30-8/+6
| * ui-log: (ab)use extra columns for commit message when showmsg=1Gravatar Lars Hjemli2008-11-30-6/+7
| * ui-log: add support for showing the full commit messageGravatar Lars Hjemli2008-11-30-5/+27
* | ui-log: try to disambiguate ref namesGravatar Lars Hjemli2008-12-04-2/+15
|/
* Use GIT-1.6.0.2Gravatar Lars Hjemli2008-10-06-4/+2
* Make a few more columns in repolist and log view clickableGravatar Lars Hjemli2008-04-15-0/+5
* Make branches, tags and log play better together in the summary viewGravatar Lars Hjemli2008-04-15-16/+26
* Add ui-shared.hGravatar Lars Hjemli2008-03-25-0/+1
* Introduce html.hGravatar Lars Hjemli2008-03-18-0/+1
* Move cgit_repo into cgit_contextGravatar Lars Hjemli2008-02-16-5/+5
* Introduce struct cgit_contextGravatar Lars Hjemli2008-02-16-10/+10
* Fix html error detected by test-suiteGravatar Lars Hjemli2007-11-11-1/+1
* Show lines changed as -n/+m in shortlogsGravatar Lars Hjemli2007-11-06-7/+14
* Add search parameters to cgit_log_linkGravatar Lars Hjemli2007-11-03-2/+4
* Teach log search about --grep, --author and --committerGravatar Lars Hjemli2007-10-28-3/+6
* Add ofs argument to cgit_log_link and use it in ui-log.cGravatar Lars Hjemli2007-06-30-9/+7
* ui-log: honor id=sha1 on querystringGravatar Lars Hjemli2007-06-17-0/+3
* Add cgit_commit_link() + support for id=sha1 to commit viewGravatar Lars Hjemli2007-06-17-5/+2
* Add option to disable pager to cgit_print_log().Gravatar Ondrej Jirman2007-05-31-15/+17
* Use & instead of & in URLs.Gravatar Ondrej Jirman2007-05-31-2/+2
* Use cgit_print_age() on summary and log pagesGravatar Lars Hjemli2007-05-23-6/+2
* Add knobs to enable/disable files/lines changed in log viewGravatar Lars Hjemli2007-05-18-12/+21
* Change commit-view to expect h parameter, not idGravatar Lars Hjemli2007-05-16-2/+1
* Add log filtering by path and link to it from tree viewGravatar Lars Hjemli2007-05-14-2/+6
* Show number of changed lines in log viewGravatar Lars Hjemli2007-05-14-1/+11