summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests/.gitignore (follow)
Commit message (Collapse)AuthorAge
* Merge commit '85016e706cd00e527dba3fa83b2783dfb56a4ffa' as ↵June McEnroe2020-12-27
'www/git.causal.agency/cgit' From tag 'v1.2.3'.
2013-03-04 * Fix several whitespace errorsLukas Fleischer2013-03-04 * cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13 * Merge branch 'lh/panel'Lars Hjemli2011-05-23 |\ | * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06 * | cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-26 |/ * Use GIT-1.7.2.2Lars Hjemli2010-08-22 * ui-commit: Display git notes when presentJeff Smith2010-08-04 * Merge branch 'jh/path-limit'Lars Hjemli2010-06-22 |\ | * ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-19 | * ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland2010-06-19 | * ui-patch: Apply path limit to generated patchJohan Herland2010-06-19 | * ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-19 * | Optionally generate verbose parent linksLars Hjemli2010-02-27 * | display subject instead of sha1 as link title of parentsStefan Naewe2010-02-27 |/ * Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-16 * Use GIT-1.6.4.3Lars Hjemli2009-09-13 * Merge branch 'lh/plugins'Lars Hjemli2009-08-09 |\ | * Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-09 | * ui-commit: add support for 'commit-filter' optionLars Hjemli2009-07-31 * | Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-08 |/ * Add decorations to commit pagesJustin Waters2009-01-27 * Added `local-time` option to cgitrcStefan Naewe2008-08-01 * ui-commit: handle root commitsLars Hjemli2008-05-18 * Integrate diffstat with diffLars Hjemli2008-04-24 * Fix commitdiff annoyanceLars Hjemli2008-04-17 * Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-13 * Include diff in commit viewLars Hjemli2008-04-12 * Add ui-shared.hLars Hjemli2008-03-24 * Introduce html.hLars Hjemli2008-03-18 * Move cgit_repo into cgit_contextLars Hjemli2008-02-16 * Introduce struct cgit_contextLars Hjemli2008-02-16 * Fix html error detected by test-suiteLars Hjemli2007-11-11 * ui-commit.c: link to diff instead of tree from diffstatLars Hjemli2007-10-01 * cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-23 * allow selective enabling of snapshotsMichael Krelin2007-07-21 * add support for snapshot tarballsMichael Krelin2007-07-18 * Add cgit_diff_link()Lars Hjemli2007-06-17 * ui-commit: use cgit_commit_link() for parent linksLars Hjemli2007-06-17 * Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-17 * Add and use cgit_tree_link()Lars Hjemli2007-06-17 * ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-16 * Use & instead of & in URLs.