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