Re: [PATCH v7 00/16] Mark strings in Perl scripts for translation

2016-12-14 Thread Junio C Hamano
Vasco Almeida writes: > Changes is this re-roll v7: > * Add get_comment_line_char subroutine to perl/Git.pm and use it. > * get_comment_line_char gets the value of core.commentchar configuration > variable. It handles the 'auto' value taking '#' in this case as the > comment line character. >

[PATCH v7 00/16] Mark strings in Perl scripts for translation

2016-12-14 Thread Vasco Almeida
Changes is this re-roll v7: * Add get_comment_line_char subroutine to perl/Git.pm and use it. * get_comment_line_char gets the value of core.commentchar configuration variable. It handles the 'auto' value taking '#' in this case as the comment line character. * When core.commentchar is not set