diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-04-25 11:53:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-26 12:52:57 +0900 |
commit | c5aa6db64f6f43621568bb1fec9360c25dbd2749 (patch) | |
tree | 1fbcdaab2c2e157afbe8def43d47b1b432463a7b /builtin | |
parent | The fourth batch for 2.18 (diff) | |
download | tgif-c5aa6db64f6f43621568bb1fec9360c25dbd2749.tar.xz |
argv_array: offer to split a string by whitespace
This is a simple function that will interpret a string as a whitespace
delimited list of values, and add those values into the array.
Note: this function does not (yet) offer to split by arbitrary delimiters,
or keep empty values in case of runs of whitespace, or de-quote Unix shell
style. All fo this functionality can be added later, when and if needed.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions