Merge branch 'ph/pull-rebase-detached'
Avoids spewing error messages when using "pull --rebase" on a detached HEAD. * ph/pull-rebase-detached: git-pull: Avoid merge-base on detached head
This commit is contained in:
@ -200,6 +200,7 @@ test true = "$rebase" && {
|
|||||||
require_clean_work_tree "pull with rebase" "Please commit or stash them."
|
require_clean_work_tree "pull with rebase" "Please commit or stash them."
|
||||||
fi
|
fi
|
||||||
oldremoteref= &&
|
oldremoteref= &&
|
||||||
|
test -n "$curr_branch" &&
|
||||||
. git-parse-remote &&
|
. git-parse-remote &&
|
||||||
remoteref="$(get_remote_merge_branch "$@" 2>/dev/null)" &&
|
remoteref="$(get_remote_merge_branch "$@" 2>/dev/null)" &&
|
||||||
oldremoteref="$(git rev-parse -q --verify "$remoteref")" &&
|
oldremoteref="$(git rev-parse -q --verify "$remoteref")" &&
|
||||||
|
Reference in New Issue
Block a user