diff options
author | Stefan Beller <sbeller@google.com> | 2016-02-29 18:07:16 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-01 11:57:19 -0800 |
commit | aa71049485c7b789fb9121c7fc2bece431bc589b (patch) | |
tree | f4239d8d4837cb6ae33083921709129693840340 /Documentation/git-fsck.txt | |
parent | run_processes_parallel: treat output of children as byte array (diff) | |
download | tgif-aa71049485c7b789fb9121c7fc2bece431bc589b.tar.xz |
run_processes_parallel: rename parameters for the callbacks
The refs code has a similar pattern of passing around 'struct strbuf *err',
which is strictly used for error reporting. This is not the case here,
as the strbuf is used to accumulate all the output (whether it is error
or not) for the user. Rename it to 'out'.
Suggested-by: Jonathan Nieder <jrnieder@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fsck.txt')
0 files changed, 0 insertions, 0 deletions