# cgit mods Reference cgit is 5e49023b01e5dfaacfc89199159e53c0c6e41331 from Jan 13, 2020 ## ui-shared.c.diff - Date Instead of simply age (13 hours, 2 weeks, etc) i want to always display the date of the commit. Started with ISO8601 and stripped it down to YYYY-MM-DD HH:MM. ## md2html.diff - Markdown Checkboxes ```filters/html-converters/md2html``` is also using ```markdown.extensions.checklist```. You can get it here: [https://github.com/FND/markdown-checklist](https://github.com/FND/markdown-checklist) It's enough to copy ```markdown_checklist/extension.py``` to ```/usr/lib/python3.x/site-packages/markdown/extensions/checklist.py```, or you may do it in a better way.