Variable: projectile--default-git-submodule-command
projectile--default-git-submodule-command is a variable defined in
projectile.el.
Value
"git submodule --quiet foreach 'echo $displaypath' | tr '\\n' '\\0'"
Documentation
Default value of projectile-git-submodule-command.
When the variable still has this value the command is never actually
run; the submodules are listed by invoking git directly instead (see
projectile--git-submodule-paths).
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--default-git-submodule-command
"git submodule --quiet foreach 'echo $displaypath' | tr '\\n' '\\0'"
"Default value of `projectile-git-submodule-command'.
When the variable still has this value the command is never actually
run; the submodules are listed by invoking git directly instead (see
`projectile--git-submodule-paths').")