X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-pull.sh;h=30fdc57310897207f2e931396d184e94b48ad2ef;hb=b52e985a4f824128d01220473b04057a4876060d;hp=75ec011969f7cd84979911b917b886696a077c5e;hpb=b2e163272c01aca4aee4684f5c683ba341c1953d;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