author | Jay Soffian <jaysoffian@gmail.com> | |
Wed, 18 Feb 2009 13:44:02 +0000 (08:44 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Feb 2009 19:14:04 +0000 (11:14 -0800) | ||
commit | 51b2ead03c8cdc0ddeeca2fb5db14b7bac584337 | |
tree | d028da3376e47d1537518dfa27b8aee4887ed36e | tree | snapshot |
parent | b94ead75945fe7dbe8fbfeb48070a6b54d02e318 | commit | diff |
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>
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 | diff | blob | history | |
git-rebase.sh | diff | blob | history |