Junio C Hamano [off-list ref] writes:
Linus Arver [off-list ref] writes:
quoted
Supplying "--rebase" defaults to "--rebase=true". Running git-pull
without arguments implies "--rebase=false", unless relevant
configuration variables have been set otherwise.
Phrase nit.
$ git pull origin
does run the command with arguments. What you mean is "running
git-pull without any --rebase arguments implies --no-rebase", but
A nit of my own: "--rebase arguments" -> "--rebase option"
Sorry for the noise ;-)