commit | ce61fb968f9b86f5d889eeb7b80da8ec3d6bfb9b | [log] [tgz] |
---|---|---|
author | Michał Kiedrowicz <michal.kiedrowicz@gmail.com> | Wed Apr 11 23:18:37 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Apr 11 14:26:01 2012 -0700 |
tree | 33584d7533684f3d4eacbd8a0f2b6c9b6d9966a2 | |
parent | 455cf268dbaf227bdbd5e9fbf96525452bcfe44f [diff] |
gitweb: Use descriptive names in esc_html_hl_regions() The $s->[0] and $s->[1] variables look a bit cryptic. Let's rename them to $begin and $end so that it's clear what they do. Suggested-by: Jakub Narębski <jnareb@gmail.com> Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>