author | Jonathan Nieder <jrnieder@gmail.com> | |
Fri, 20 Aug 2010 10:23:54 +0000 (05:23 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Aug 2010 21:16:21 +0000 (14:16 -0700) | ||
commit | f1005987e2c5295f57b19504baa86f1e8fc4a8c2 | |
tree | c9693cace06e530d080da988f310e6758fbba8a5 | tree | snapshot |
parent | 438ded457b6e0d1e615edd593faeeafdc8818fea | commit | diff |
Documentation: unbreak regex in show-ref manual
I am not sure why, but the regular expression "(?:\^\{\})" gets
rendered by asciidoc as "(?:\{})". The intent seems to be a regex
matching the literal string "^{}", so this rewrites the markup to
produce "(?:\^{})" as output.
Cc: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
I am not sure why, but the regular expression "(?:\^\{\})" gets
rendered by asciidoc as "(?:\{})". The intent seems to be a regex
matching the literal string "^{}", so this rewrites the markup to
produce "(?:\^{})" as output.
Cc: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/asciidoc.conf | diff | blob | history | |
Documentation/git-show-ref.txt | diff | blob | history |