X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-pull.sh;h=30fdc57310897207f2e931396d184e94b48ad2ef;hb=65c6a4696a760f518c9f262705de030323c11146;hp=75ec011969f7cd84979911b917b886696a077c5e;hpb=fe61935007b6803ce116e233316e4ff51de02be6;p=git.git diff --git a/git-pull.sh b/git-pull.sh index 75ec01196..30fdc5731 100755 --- a/git-pull.sh +++ b/git-pull.sh @@ -7,6 +7,7 @@ USAGE='[-n | --no-summary] [--[no-]commit] [--[no-]squash] [--[no-]ff] [-s strategy]... [] ...' LONG_USAGE='Fetch one or more remote refs and merge it/them into the current HEAD.' SUBDIRECTORY_OK=Yes +OPTIONS_SPEC= . git-sh-setup set_reflog_action "pull $*" require_work_tree