about summary refs log tree commit diff
path: root/ui-shared.c (unfollow)
Commit message (Expand)Author
2007-07-23ui-snapshot: whitespace/formatting cleanupLars Hjemli
2007-07-23Make ui-tag.c generate valid xhtmlLars Hjemli
2007-07-23Add support for line number in url fragmentLars Hjemli
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli
2007-07-22Add ui-tag.cLars Hjemli
2007-07-21link raw blob from tree file viewMichael Krelin
2007-07-21fix: changed view link to blob in summary.Michael Krelin
2007-07-21allow selective enabling of snapshotsMichael Krelin
2007-07-21shorten snapshot names to repo basenameMichael Krelin
2007-07-21introduce cgit_repobasenameMichael Krelin
2007-07-21added snapshot filename to the linkMichael Krelin
2007-07-21add plain uncompressed tar snapshort formatMichael Krelin
2007-07-21introduced .tar.bz2 snapshotsMichael Krelin
2007-07-20compress .tar.gz using gzip as a filterMichael Krelin
2007-07-20added a chk_non_negative checkMichael Krelin
2007-07-18css: adjust vertical-align of commit info th cellsMichael Krelin
2007-07-18add support for snapshot tarballsMichael Krelin
2007-07-03make gen-version.sh run even if . is not in PATHMichael Krelin
2007-07-03make config adjustable via env variable CGIT_CONFIGMichael Krelin
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli
2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli
2007-06-26Do not include current path in the "tree" menu linkLars Hjemli
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli
2007-06-18Change S/L/T to summary/log/treeLars Hjemli
2007-06-18Change "files" to "tree"Lars Hjemli
2007-06-18Include querystring as part of cached filename for repo summary pageLars Hjemli
2007-06-18Add version info from git-describeLars 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-06-04Rename dirlink to gitlink.Jeffrey C. Ollie
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
ing the above to stderr and exiting. The patch below makes it a bit friendlier by just ignoring unhandled arguments, but I can't see an easy way to report errors when we can't parse revision arguments without losing the flexibility of supporting all of the revision specifiers supported by Git. Reported-by: Konstantin Ryabitsev <mricon@kernel.org> 2014-06-28git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse