aboutsummaryrefslogtreecommitdiffstats
path: root/ui-patch.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-20ui-patch: Rename variablesLukas Fleischer1-1/+2
Rename parameters and local variables to match those from ui-diff. Also, convert a "char *" to "const char *". Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
2013-08-20Allow for creating patch seriesLukas Fleischer1-1/+1
This allows for specifying a revision range using the id2 parameter of /patch/. The output that is produced is similar to $ git format-patch --stdout id2..id Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland1-1/+1
Also indicate in the comment section of the patch that a path limit was applied, too easily see when a generated patch is only partial. Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-03-24Add separate header-files for each page/viewLars Hjemli1-0/+6
Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <hjemli@gmail.com>