docs: don't mention --quiet or --exit-code in git-log(1)
[gitweb.git] / git-pull.sh
index d3ffd8fc6eab115988884b1ea3e4c22a1e45e802..902fc4adb4b95d27c6ba6c63f40108702dd93f11 100755 (executable)
@@ -10,8 +10,8 @@ SUBDIRECTORY_OK=Yes
 OPTIONS_SPEC=
 . git-sh-setup
 . git-sh-i18n
-set_reflog_action "pull $*"
-require_work_tree
+set_reflog_action "pull${1+ $*}"
+require_work_tree_exists
 cd_to_toplevel