summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Brandon Casey <drafnel@gmail.com>2010-09-09 14:02:46 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-09-09 17:18:29 -0700
commit1b6ecbad3511b1aaa65172ef8b520dd3b5141614 (patch)
treef4cd98e11ea7333bc3f555e831166d83cb3f52de /Documentation
parentdiff.c: call regfree to free memory allocated by regcomp when necessary (diff)
downloadtgif-1b6ecbad3511b1aaa65172ef8b520dd3b5141614.tar.xz
xdiff-interface.c: always trim trailing space from xfuncname matches
Generally, trailing space is removed from the string matched by the xfuncname patterns. The exception is when the matched string exceeds the length of the fixed-size buffer that it will be copied in to. But, a string that exceeds the buffer can still contain trailing space in the portion of the string that will be copied into the buffer. So, simplify this code slightly, and just perform the trailing space removal always. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions