about summary refs log tree commit diff
path: root/cgitrc (follow)
Commit message (Expand)AuthorAge
* Add support for automatic and custom clone urlsLars Hjemli2007-12-03
* Add support for "robots" meta-tagLars Hjemli2007-11-11
* Change the cgit layoutLars Hjemli2007-10-30
* Add descriptions of summary-branches and summary-tags to cgitrcLars Hjemli2007-10-27
* Add support for a renamelimit option in cgitrcLars Hjemli2007-09-25
* fixed typo in cgitrcMichael Krelin2007-09-14
* Improve the sample cgitrc fileChris Pickel2007-09-09
* allow selective enabling of snapshotsMichael Krelin2007-07-21
* Add setting to enable/disable extra links on index pageLars Hjemli2007-06-19
* Implemented configurable HEAD shortlog on summary page.Ondrej Jirman2007-05-31
* Add repo.readme parameterLars Hjemli2007-05-23
* Add knobs to enable/disable files/lines changed in log viewLars Hjemli2007-05-18
* Restrict length of repo description on repolist pageLars Hjemli2007-05-16
* Add include-parameter to config filesLars Hjemli2007-05-14
* Add max-commit-count parameter to cgitrcLars Hjemli2007-05-13
* Add submodule links in tree listingLars Hjemli2007-05-11
* Make snapshot feature configurableLars Hjemli2007-02-08
* Update cgitrc templateLars Hjemli2007-02-04
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-04
* Add template for /etc/cgitrcLars Hjemli2007-01-28
-pink/commit/ui-tree.c?h=1.3.0&id=3d8a6507ca542881a5e8b30ad6b7068a9c4fdeea&follow=1'>filter: pass extra arguments via cgit_open_filterJohn Keeping 2014-01-12ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping 2014-01-12html: remove redundant htmlfd variableJohn Keeping 2014-01-12tests: add Valgrind supportJohn Keeping 2014-01-12cache: don't leave cache_slot fields uninitializedJohn Keeping 2014-01-10filter: split filter functions into their own fileJason A. Donenfeld 2014-01-10filter: make exit status localJason A. Donenfeld 2014-01-10parsing: fix header typoJason A. Donenfeld 2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts