about summary refs log tree commit
path: root/ui-patch.c
DateCommit message (Expand)
2018-10-12git: update to v2.19.1
2018-09-11ui-patch: ban sprintf()
2017-10-03cache: flush stdio before restoring FDs
2017-08-10git: update to v2.14
2017-01-23ui-patch: fix crash when using path limit
2016-10-12patch: reapply path limit
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-01-13git: update to v2.7.0
2015-08-14patch: use cgit_print_error_page() for HTTP status codes
2015-08-14ui-patch: make sure to send http headers
2014-12-28ui-patch: match git-format-patch(1) output
2014-06-28ui-patch: Flush stdout after outputting data
2014-01-17Switch to exclusively using global ctx
2014-01-08Update copyright information
2013-08-26ui-patch.c: Add additional newline after each patch
2013-08-26ui-patch.c: Fix signature delimiter
2013-08-22ui-patch.c: Fix formatting for merge commits
2013-08-20ui-patch: Rename variables
2013-08-20Allow for creating patch series
2013-08-20ui-patch.c: Use log_tree_commit() to generate diffs
2013-08-16Extract filepair_cb from ui-patch.c
2013-04-08Convert cgit_print_error to a variadic function
2013-04-08Always #include corresponding .h in .c files
2013-03-20ui-patch: use cgit_version not CGIT_VERSION
2012-11-15Format git diff headers correctly when adding or removing files.
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffs
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffs
2010-06-19ui-patch: Apply path limit to generated patch
2009-08-08Introduce noplainemail option to hide email adresses from spambots
2009-01-31Handle binary files in diffs
2008-12-30ui-patch: whitespace changes in the patch generation code
2008-08-01Added `local-time` option to cgitrc
2008-04-08Merge branch 'lh/cleanup'
2008-03-24Add ui-shared.h
2008-03-24Remove obsolete cacheitem parameter to ui-functions
2008-03-24Add struct cgit_page to cgit_context
2008-03-18Introduce html.h
2008-03-17Fix segfault in patch view for root commit
2008-02-16Introduce struct cgit_context
2008-01-10Check for NULL-subject in patch view
2007-12-11Add plain patch view