]> git.ipfire.org Git - thirdparty/git.git/commit
Git.pm: use array in command_bidi_pipe example
authorEric Wong <e@80x24.org>
Mon, 17 Jun 2024 10:43:25 +0000 (10:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2024 20:41:51 +0000 (13:41 -0700)
commit8270201971e4ff58656065485c0fd92adddbca18
treee6f55ef36c49c3f60eb18bde0a76ba762a3dab9f
parentd63586cb314731c851f28e14fc8012988467e2da
Git.pm: use array in command_bidi_pipe example

command_bidi_pipe takes the git command and optional arguments as an
array, not a string.  Make sure the documentation example is usable
code.

Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm