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