Jeff King [off-list ref] writes:
No caller passes anything but "0" for this parameter, which
requests that the function ignore it completely. In fact, in
all of history there was only one such caller, and it went
away in 7f51f8bc2b (alias: use run_command api to execute
aliases, 2011-01-07).
Signed-off-by: Jeff King <redacted>
---
Just a cleanup, though it touches the caller you just added, too.
Yup. This is a good change in the longer term. I needed an evil
merge for a stalled topic in 'pu' to adjust a couple of new callers,
though ;-)..