From: Anders Kaseorg Date: Sat, 17 May 2014 11:08:55 +0000 (-0400) Subject: Documentation/technical/api-hashmap: remove source highlighting X-Git-Tag: v2.0.0-rc4~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2538fd6ba16c18b4b0921ca8252e56e94af1449;p=thirdparty%2Fgit.git Documentation/technical/api-hashmap: remove source highlighting The highlighting was pretty, but unfortunately, the failure mode when source-highlight is not installed was that the entire code block disappears. See https://bugs.debian.org/745591, https://bugs.launchpad.net/bugs/1316810. Signed-off-by: Anders Kaseorg Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/api-hashmap.txt b/Documentation/technical/api-hashmap.txt index 42ca2347ed..b977ae8bbb 100644 --- a/Documentation/technical/api-hashmap.txt +++ b/Documentation/technical/api-hashmap.txt @@ -166,7 +166,6 @@ Usage example ------------- Here's a simple usage example that maps long keys to double values. -[source,c] ------------ struct hashmap map;