about summary refs log tree commit diff
path: root/git (unfollow)
Commit message (Expand)Author
2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse
2015-10-09Avoid use of non-reentrant functionsJason A. Donenfeld
2015-10-09Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping
2015-10-09ui-refs: remove useless null checkJohn Keeping
2015-10-09ui-blob: remove useless null checkJohn Keeping
2015-10-09scan-tree: remove useless strdup()John Keeping
2015-10-09cgit.c: remove useless null checkJohn Keeping
2015-10-06git: update to v2.6.1Christian Hesse
2015-08-17mime: rewrite detection functionJason A. Donenfeld
2015-08-17ui-summary: send images plain for about pageChristian Hesse
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse
2015-08-14cmd: fix command definitionJohn Keeping
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld
2015-08-14ui-shared: cache errors for "dynamic TTL"John Keeping
2015-08-14cmd: remove "want_layout" fieldJohn Keeping
2015-08-14tree: move layout into page functionJohn Keeping
2015-08-14tag: move layout into page functionJohn Keeping
2015-08-14summary: move layout into page functionJohn Keeping
2015-08-14stats: move layout into page functionJohn Keeping
2015-08-14refs: move layout to page functionJohn Keeping
2015-08-14log: move layout into page functionJohn Keeping
2015-08-14diff: move layout to page functionJohn Keeping
2015-08-14commit: move layout into page functionJohn Keeping
2015-08-14about: move layout into page functionsJohn Keeping
2015-08-14ui-shared: add cgit_print_layout_{start,end}()John Keeping
2015-08-14html: remove html_status()John Keeping
2015-08-14snapshot: don't reimplement cgit_print_error_page()John Keeping
2015-08-14snapshot: use cgit_print_error_page() for HTTP status codesJohn Keeping
2015-08-14patch: use cgit_print_error_page() for HTTP status codesJohn Keeping
2015-08-14blob: use cgit_print_error_page() to add HTTP headersJohn Keeping
2015-08-14snapshot: use cgit_print_error_page() instead of html_status()John Keeping
2015-08-14plain: use cgit_print_error_page() instead of html_status()John Keeping
2015-08-14clone: use cgit_print_error_page() instead of html_status()John Keeping
2015-08-14cgit: use cgit_print_error_page() where appropriateJohn Keeping
2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping
2015-08-14ui-patch: make sure to send http headersChristian Hesse
2015-08-13Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping
2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping
2015-08-13ui-shared: use common function in print_rel_date()John Keeping
2015-08-13ui-shared: extract date formatting to a functionJohn Keeping
2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping
2015-08-13ui-tree: use "sane" isgraph()John Keeping
2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping
2015-08-13cache.c: fix header orderJohn Keeping
2015-08-13configfile.c: don't include system headers directlyJohn Keeping
2015-08-13Remove redundant includesJohn Keeping
2015-08-13Makefile: include Git's config.mak.unameJohn Keeping
2015-08-13tests: allow shell to be overriddenJohn Keeping
2015-08-13redirect: cleanlinessJason A. Donenfeld
443dafdb4e&follow=1'>README: 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