about summary refs log tree commit diff
path: root/ui-patch.c (follow)
Commit message (Expand)AuthorAge
* cache: flush stdio before restoring FDsJohn Keeping2017-10-03
* git: update to v2.14Jeff Smith2017-08-10
* ui-patch: fix crash when using path limitLukas Fleischer2017-01-23
* patch: reapply path limitJohn Keeping2016-10-12
* ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* git: update to v2.7.0Christian Hesse2016-01-13
* patch: use cgit_print_error_page() for HTTP status codesJohn Keeping2015-08-14
* ui-patch: make sure to send http headersChristian Hesse2015-08-14
* ui-patch: match git-format-patch(1) outputJohn Keeping2014-12-28
* ui-patch: Flush stdout after outputting dataJohn Keeping2014-06-28
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* Update copyright informationLukas Fleischer2014-01-08
* ui-patch.c: Add additional newline after each patchLukas Fleischer2013-08-26
* ui-patch.c: Fix signature delimiterLukas Fleischer2013-08-26
* ui-patch.c: Fix formatting for merge commitsLukas Fleischer2013-08-22
* ui-patch: Rename variablesLukas Fleischer2013-08-20
* Allow for creating patch seriesLukas Fleischer2013-08-20
* ui-patch.c: Use log_tree_commit() to generate diffsLukas Fleischer2013-08-20
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-16
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping2013-03-20
* Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-15
* Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-18
* Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-19
* ui-patch: Apply path limit to generated patchJohan Herland2010-06-19
* Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-08
* Handle binary files in diffsLars Hjemli2009-01-31
* ui-patch: whitespace changes in the patch generation codeTomas Carnecky2008-12-30
* Added `local-time` option to cgitrcStefan Naewe2008-08-01
* Merge branch 'lh/cleanup'Lars Hjemli2008-04-08
|\
| * Add ui-shared.hLars Hjemli2008-03-24
| * Remove obsolete cacheitem parameter to ui-functionsLars Hjemli2008-03-24
| * Add struct cgit_page to cgit_contextLars Hjemli2008-03-24
| * Introduce html.hLars Hjemli2008-03-18
| * Introduce struct cgit_contextLars Hjemli2008-02-16
* | Fix segfault in patch view for root commitLars Hjemli2008-03-17
|/
* Check for NULL-subject in patch viewLars Hjemli2008-01-10
* Add plain patch viewLars Hjemli2007-12-11
49b6c5dc85a541f30ae5a&follow=1'>Avoid uninitialized x in uiReadJune McEnroe 2018-09-13Add IRCDefault to colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe I have no idea why I did this. 2018-09-13Rewrite UI againJune McEnroe The persistent topic is gone and the status line is now at the top. The status formatting still needs to be reworked. I also want to try showing the nick in the input window so it really looks like your next message. 2018-09-12Add note about C-oJune McEnroe Why are there so few well usable ctrl key bindings? 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe Ridiculous. 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe