Hello, Is there a way to specify additional options for "git rebase" when it's invoked via: git pull --rebase ? What if rebase is used implicitly due to "pull.rebase" being set accordingly? In particular, I'd like to be able to: git pull --rebase --no-fork-point but it doesn't work. >From documentation is looks like "git pull --rebase" is still a second-class citizen. There is whole section about merge options in the manual, and none about rebase options. Thanks, -- Sergey Organov