Merge branch 'jk/run-command-use-shell-doc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2021 23:04:49 +0000 (15:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2021 23:04:49 +0000 (15:04 -0800)
commit22f2bce6513aaf2aab4e9641bab8d16bbfc75048
treed166358250857573b3eee5b105229525e75745b4
parent973e20b83f38d0a640d4e0478ddbd50dfa98daf1
parentee4e22554f3d1f4a9ab53dc7719434a9031a300a
Merge branch 'jk/run-command-use-shell-doc'

The .use_shell flag in struct child_process that is passed to
run_command() API has been clarified with a bit more documentation.

* jk/run-command-use-shell-doc:
  run-command: document use_shell option