Merge branch 'jk/pull-rebase-with-work-tree'

* jk/pull-rebase-with-work-tree:
  pull,rebase: handle GIT_WORK_TREE better

Conflicts:
	git-pull.sh
This commit is contained in:
Junio C Hamano 2011-10-17 21:37:14 -07:00
commit f2b5163525
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ OPTIONS_SPEC=
. git-sh-setup . git-sh-setup
. git-sh-i18n . git-sh-i18n
set_reflog_action "pull${1+ $*}" set_reflog_action "pull${1+ $*}"
require_work_tree require_work_tree_exists
cd_to_toplevel cd_to_toplevel

View File

@ -63,7 +63,7 @@ skip! skip current patch and continue
" "
. git-sh-setup . git-sh-setup
set_reflog_action rebase set_reflog_action rebase
require_work_tree require_work_tree_exists
cd_to_toplevel cd_to_toplevel
LF=' LF='