I can’t figure it out. Why do they behave differently:
(shell-command "git log") (shell-command "git shortlog")
The first works as expected: returns 0 and prints the material to the shell output buffer. The second returns 0, but does not print anything. Why is this?
Besides
- both
git log and git shortlog work fine in ansi-term - both
git log and git shortlog give warning, but still work in shell
git shell emacs elisp
abo-abo
source share