Junio C Hamano wrote:
The semi-user facing "git stash create" never was meant to take
anything but a message sentence and "$*" is the proper way to say
"everything is meant for a single message (just like echo)".
Changing it to "$@" will change the semantics in a big way.
Ah, I see. As an interactive caller, it is impossible to set
$untracked (I thought this was a mistake, but you're indicating that
it's intentional). Okay, I'll fix the patch and documentation.
Thanks.