summaryrefslogtreecommitdiff
path: root/ui-patch.c
AgeCommit message (Expand)Author
2020-10-20global: replace hard coded hash lengthChristian Hesse
2018-10-12git: update to v2.19.1Christian Hesse
2018-09-11ui-patch: ban sprintf()Christian Hesse
2017-10-03cache: flush stdio before restoring FDsJohn Keeping
2017-08-10git: update to v2.14Jeff Smith
2017-01-23ui-patch: fix crash when using path limitLukas Fleischer
2016-10-12patch: reapply path limitJohn Keeping
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-01-13git: update to v2.7.0Christian Hesse
2015-08-14patch: use cgit_print_error_page() for HTTP status codesJohn Keeping
2015-08-14ui-patch: make sure to send http headersChristian Hesse
2014-12-28ui-patch: match git-format-patch(1) outputJohn Keeping
2014-06-28ui-patch: Flush stdout after outputting dataJohn Keeping
2014-01-16Switch to exclusively using global ctxLukas Fleischer
2014-01-08Update copyright informationLukas Fleischer
2013-08-26ui-patch.c: Add additional newline after each patchLukas Fleischer
2013-08-26ui-patch.c: Fix signature delimiterLukas Fleischer
2013-08-22ui-patch.c: Fix formatting for merge commitsLukas Fleischer
2013-08-20ui-patch: Rename variablesLukas Fleischer
2013-08-20Allow for creating patch seriesLukas Fleischer
2013-08-20ui-patch.c: Use log_tree_commit() to generate diffsLukas Fleischer
2013-08-16Extract filepair_cb from ui-patch.cLukas Fleischer
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping
2013-04-08Always #include corresponding .h in .c filesJohn Keeping
2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping
2012-11-14Format git diff headers correctly when adding or removing files.Michael Halstead
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland
2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki
2009-01-31Handle binary files in diffsLars Hjemli
2008-12-30ui-patch: whitespace changes in the patch generation codeTomas Carnecky
2008-08-01Added `local-time` option to cgitrcStefan Naewe
2008-04-08Merge branch 'lh/cleanup'Lars Hjemli
2008-03-24Add ui-shared.hLars Hjemli
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli
2008-03-23Add struct cgit_page to cgit_contextLars Hjemli
2008-03-18Introduce html.hLars Hjemli
2008-03-17Fix segfault in patch view for root commitLars Hjemli
2008-02-16Introduce struct cgit_contextLars Hjemli
2008-01-10Check for NULL-subject in patch viewLars Hjemli
2007-12-11Add plain patch viewLars Hjemli