about summary refs log tree commit diff
path: root/parsing.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2013-09-11 20:10:12 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-08 16:49:42 +0100
commitb6da53dd75a662f9a72163bc0f7052b5aa0d8d19 (patch)
treec305b65f9f50a19facac9d1f417d73ff3059ec43 /parsing.c
parentAdd a suggestion to the manpage (diff)
downloadcgit-pink-b6da53dd75a662f9a72163bc0f7052b5aa0d8d19.tar.gz
cgit-pink-b6da53dd75a662f9a72163bc0f7052b5aa0d8d19.zip
Fix UTF-8 with syntax-highlighting.py
Previously the script tried to encode output from Pygments with
the ASCII codec, which failed.

Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
Diffstat (limited to 'parsing.c')
0 files changed, 0 insertions, 0 deletions
0:00:35 -0500'>2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli 2009-06-07Add head-include configuration option.Mark Lodato 2009-03-15CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli