]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase.sh
disallow providing multiple upstream branches to rebase, pull --rebase
authorJay Soffian <jaysoffian@gmail.com>
Wed, 18 Feb 2009 13:44:02 +0000 (08:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2009 19:14:04 +0000 (11:14 -0800)
commit51b2ead03c8cdc0ddeeca2fb5db14b7bac584337
treed028da3376e47d1537518dfa27b8aee4887ed36e
parentb94ead75945fe7dbe8fbfeb48070a6b54d02e318
disallow providing multiple upstream branches to rebase, pull --rebase

It does not make sense to provide multiple upstream branches to either
git pull --rebase, or to git rebase, so disallow both.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh
git-rebase.sh