aboutsummaryrefslogtreecommitdiffstats
path: root/ui-patch.c
Commit message (Expand)AuthorAgeFilesLines
* Check for NULL-subject in patch view•••While at it, make sure the commit message ends with a '\n'. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-01-101-1/+6
* Add plain patch view•••The new view mimics the output from `git format-patch`, making it possible to cherry-pick directly from cgit with something like `curl $url | git am`. Inspired by a patch to `git-apply` by Mike Hommey: http://thread.gmane.org/gmane.comp.version-control.git/67611/focus=67610 Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-12-111-0/+105