Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-02 03:11:00 +0400
committerJunio C Hamano <gitster@pobox.com>2011-11-02 03:11:00 +0400
commit0814d6e554c45636f41856cc2204abe2f661560c (patch)
tree944fb8c2fdbd40dcef36a1175b4fc097ecddd8f2 /git-pull.sh
parenteee947fb95dfa160d924824518dbfcb350c10aa5 (diff)
parent035b5bf6431dbf8f3cde2f44b0d7ef893b95b605 (diff)
Merge branch 'jk/pull-rebase-with-work-tree' into maint
* jk/pull-rebase-with-work-tree: pull,rebase: handle GIT_WORK_TREE better Conflicts: git-pull.sh
Diffstat (limited to 'git-pull.sh')
-rwxr-xr-xgit-pull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-pull.sh b/git-pull.sh
index 63da37bcc2..902fc4adb4 100755
--- a/git-pull.sh
+++ b/git-pull.sh
@@ -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