summaryrefslogtreecommitdiff
path: root/ui-commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use & instead of & in URLs.Ondrej Jirman2007-05-311-4/+4
* Fixed unexpected tags in html output.Ondrej Jirman2007-05-311-1/+1
* Add cgit_print_age() functionLars Hjemli2007-05-221-2/+2
* Add link to commitdiff below diffstatLars Hjemli2007-05-161-1/+5
* Change commit-view to expect h parameter, not idLars Hjemli2007-05-161-1/+1
* Use tables and css to create the diffstat graph, fix scalingLars Hjemli2007-05-151-12/+8
* Specify static storage class for file-local declarationsLars Hjemli2007-05-151-4/+4
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-141-1/+2
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-131-4/+15
* Add graphical diffstat to commit viewLars Hjemli2007-05-131-31/+101
* Use standard tree-diff function when showing diffstat for single commitLars Hjemli2007-05-131-51/+15
* Make snapshot feature configurableLars Hjemli2007-02-081-5/+7
* Add support for snapshotsLars Hjemli2007-02-081-0/+7
* Add missing diff-link in ui-commit.cLars Hjemli2006-12-221-2/+3
* Don't show new and old filemode for added/removed filesLars Hjemli2006-12-171-2/+9
* Show list of modified files in ui-commit.cLars Hjemli2006-12-171-0/+111
* Reformat code to avoid excessive line lengthsLars Hjemli2006-12-161-8/+9
* Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-161-4/+1
* Simplify ui-commit.cLars Hjemli2006-12-161-16/+1
* Show emails and timestamps in ui-commit.cLars Hjemli2006-12-161-2/+8
* Add head comment to ui-commit.cLars Hjemli2006-12-161-0/+8
* Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli2006-12-161-11/+0
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-0/+80
7f873bd80ff7e4665a2&follow=1'>Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17