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