Junio C Hamano <gitster@xxxxxxxxx> writes: > Linus Arver <linusa@xxxxxxxxxx> writes: > >> 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 ;-)