about summary refs log tree commit diff
path: root/ui-snapshot.c (unfollow)
Commit message (Expand)Author
2007-06-18Include querystring as part of cached filename for repo summary pageLars Hjemli
2007-06-18Add more menuitems on repo pagesLars Hjemli
2007-06-17Add cgit_diff_link()Lars Hjemli
2007-06-17ui-commit: use cgit_commit_link() for parent linksLars Hjemli
2007-06-17ui-log: honor id=sha1 on querystringLars Hjemli
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli
2007-06-17ui-tree: html/css cleanupLars Hjemli
2007-06-17ui-shared: use strcmp() to compare stringsLars Hjemli
2007-06-17Add and use cgit_tree_link()Lars Hjemli
2007-06-16ui-tree: make blob viewer generate valid htmlLars Hjemli
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli
2007-06-07cgit.css: make it validateLars Hjemli
2007-06-06ui-diff: close td/tr/table properlyLars Hjemli
2007-06-05ui-diff: emit table/tr/td at better locationsLars Hjemli
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman
2007-05-31Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman
2007-05-31Handle single-line and empty commit subjectsOndrej Jirman
2007-05-31Use & instead of & in URLs.Ondrej Jirman
2007-05-31Fixed unexpected tags in html output.Ondrej Jirman
2007-05-24cgit v0.5Lars Hjemli
2007-05-24Bad html: it's nice to add alt-attributesLars Hjemli
2007-05-24Bad html: <form> should have an action-attributeLars Hjemli
2007-05-24Close a <tr> properlyLars Hjemli
2007-05-23Add repo.readme parameterLars Hjemli
2007-05-23Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli
2007-05-22Show time since last change on index pageLars Hjemli
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli
2007-05-22Add cgit_print_age() functionLars Hjemli
2007-05-21css: make column headings boldLars Hjemli
2007-05-21Make frontpage friendlierLars Hjemli
2007-05-20Adjust apperance of repogroup headersLars Hjemli
2007-05-20Use git-1.5.2Lars Hjemli
2007-05-19Teach cgit howto include an external file on index page.Lars Hjemli
2007-05-18Add html_include()Lars Hjemli
2007-05-18Don't highlight repogroup headingsLars Hjemli
2007-05-18Teach cgit how to group repositories by categoryLars Hjemli
2007-05-18Don't be fooled by trailing '/' in url-parameterLars Hjemli
2007-05-18cache_safe_filename() needs more buffersLars Hjemli
2007-05-18Enable url=value querystring parameterLars Hjemli
2007-05-18Add lookup-function for valid repo commandsLars Hjemli
2007-05-18Move cgit_get_repoinfo into shared.cLars Hjemli
2007-05-18Remove unused extern declarations from cgit.hLars Hjemli
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli
2007-05-16Restrict length of repo description on repolist pageLars Hjemli
2007-05-16Don't die when diffing trees with subprojectsLars Hjemli
2007-05-16Do not wrap filemode column in diffstat tableLars Hjemli
2007-05-16Add C D L and T links to index pageLars Hjemli
2007-05-16Make git_pageurl handle NULL querystringsLars Hjemli
/cgit-pink/commit/cgit.c?id=c96becc1e5ebff9e6609e61e11e80debcb3a778c&follow=1'>cgit.c: Fix comment on bit mask hackLukas Fleischer * Formatting and spelling fixes. * A bit mask with the size of one byte only allows for storing 8 (not 255!) different flags. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer When parsing command line arguments, no pair of command line options can ever match simultaneously. Use "else if" blocks to reflect this. This change improves both readability and speed. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer Use suffixcmp() from Git instead of reimplementing it. This is a preparation for moving to ends_with() in Git 1.8.6. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer Use Git string lists instead of str{spn,cspn,ncmp}() magic. This significantly improves readability. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer Since the introduction of selective snapshot format configuration in dc3c9b5 (allow selective enabling of snapshots, 2007-07-21), we allowed seven different delimiters for snapshot formats, while the documentation has always been clear about spaces being the only valid delimiter: The value is a space-separated list of zero or more of the values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". Supporting the undocumented delimiters makes the code unnecessarily complex. Remove them. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer This is a preparation for replacing all prefix checks with either strip_prefix() or starts_with() when Git 1.8.6 is released. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-09README: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts