]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/undash-in-tree-git-callers'
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:03 +0000 (12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:03 +0000 (12:37 -0700)
A handful of places in in-tree code still relied on being able to
execute the git subcommands, especially built-ins, in "git-foo"
form, which have been corrected.

* jc/undash-in-tree-git-callers:
  credential-cache: use child_process.args
  cvsexportcommit: do not run git programs in dashed form
  transport-helper: do not run git-remote-ext etc. in dashed form

1  2 
builtin/credential-cache.c

Simple merge