X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-pull.sh;h=30fdc57310897207f2e931396d184e94b48ad2ef;hb=b2b3ada7fc46f6e43f065718cd64940811cd50b3;hp=75ec011969f7cd84979911b917b886696a077c5e;hpb=7e9a4645d1a113d4390f5198a4212721cc9bf3dd;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