Skip to content

Conversation

@gnustavo
Copy link

@gnustavo gnustavo commented Jun 7, 2021

This option specifies a string which the $/ special variable is set to
during the command execution.

This allows one to read line by line the output of Git commands when
passing the -z option to them. One only needs to specify the "\0" string
as the input_record_separator.

This implements RT #134239.

This option specifies a string which the $/ special variable is set to
during the command execution.

This allows one to read line by line the output of Git commands when
passing the -z option to them. One only needs to specify the "\0" string
as the input_record_separator.

This implements RT #134239.
@ap
Copy link
Contributor

ap commented Jun 13, 2021

Is any value other than "\x0" ever going to be useful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants