Jakub Narebski [off-list ref] writes:
Here is example code for this:
Ok. The issues I raised in the previous round seem to have been
addressed. Maybe you would want not to use nested 'sub' and it
is good to go, I think.
Junio C Hamano wrote:
Jakub Narebski [off-list ref] writes:
quoted
Here is example code for this:
Ok. The issues I raised in the previous round seem to have been
addressed. Maybe you would want not to use nested 'sub' and it
is good to go, I think.
Should I understand this as a statement that you prefer backslash
sequences aka. Character Escape Codes (CEC) than "Unicode" escaping
aka. Unicode Printable Representation (PR)?
Should I send better quoting/unquoting work as two patches: unquote
correction plus '?' using esc_path + esc_path which uses backslash
sequences and span.cntrl element, or should it be send as one,
admittedly quite large patch.
I don't think it would be good idea to separate unquote correction with
esc_path work, because havin unquote which unquotes fully means that we
can have filenames which have for exampl newline characters in them,
hence the need of separate quoting subroutine, esc_path, and using it
for filename escaping.
--
Jakub Narebski
Junio C Hamano wrote:
Jakub Narebski [off-list ref] writes:
quoted
Here is example code for this:
Ok. The issues I raised in the previous round seem to have been
addressed. Maybe you would want not to use nested 'sub' and it
is good to go, I think.
Nested sub makes it easy to change gitweb quoting from Character Escape
Codes (CEC) to e.g. Unicode Printable Representation (PR).
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git