about summary refs log tree commit diff
path: root/ui-diff.c (follow)
Commit message (Expand)AuthorAge
...
* Introduce html.hLars Hjemli2008-03-18
* Introduce struct cgit_contextLars Hjemli2008-02-16
* Fix html error detected by test-suiteLars Hjemli2007-11-11
* ui-diff: add links to pre- and postversion of blobsLars Hjemli2007-10-01
* Add prefix parameter to cgit_print_diff()Lars Hjemli2007-10-01
* Add prefix parameter to cgit_diff_tree()Lars Hjemli2007-10-01
* Merge branch 'jo/dirlink'Lars Hjemli2007-09-03
|\
| * Rename dirlink to gitlink.Jeffrey C. Ollie2007-06-04
* | Add cgit_diff_link()Lars Hjemli2007-06-17
* | ui-diff: close td/tr/table properlyLars Hjemli2007-06-06
* | ui-diff: emit table/tr/td at better locationsLars Hjemli2007-06-05
|/
* Fixed unexpected tags in html output.Ondrej Jirman2007-05-31
* Don't die when diffing trees with subprojectsLars Hjemli2007-05-16
* Add support for commitdiff via h parameterLars Hjemli2007-05-16
* ui-diff: show /dev/null as filename for add/deleteLars Hjemli2007-05-15
* cgit.css: try to make diffs look a little bit nicerLars Hjemli2007-05-14
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-13
* Simplify ui-diff.c using the new file-level diff interfaceLars Hjemli2007-05-13
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-08
* Layout updateLars Hjemli2007-02-21
* Add basic diff viewLars Hjemli2006-12-20
low=1'>Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe