Skip to content

Commit

Permalink
Merge branch 'jk/pull-rebase-with-work-tree' into maint
Browse files Browse the repository at this point in the history
* jk/pull-rebase-with-work-tree:
  pull,rebase: handle GIT_WORK_TREE better

Conflicts:
	git-pull.sh
  • Loading branch information
gitster committed Nov 1, 2011
2 parents eee947f + 035b5bf commit 0814d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-pull.sh
Expand Up @@ -11,7 +11,7 @@ OPTIONS_SPEC=
. git-sh-setup
. git-sh-i18n
set_reflog_action "pull${1+ $*}"
require_work_tree
require_work_tree_exists
cd_to_toplevel


Expand Down
2 changes: 1 addition & 1 deletion git-rebase.sh
Expand Up @@ -63,7 +63,7 @@ skip! skip current patch and continue
"
. git-sh-setup
set_reflog_action rebase
require_work_tree
require_work_tree_exists
cd_to_toplevel

LF='
Expand Down

0 comments on commit 0814d6e

Please sign in to comment.