DORMANTno replies

[PATCH] pull: remove extra space from reflog message

From: Ori Avtalion <hidden>
Date: 2016-06-15 22:51:37
Subsystem: the rest · Maintainer: Linus Torvalds

When executing "git pull" with no arguments, the reflog message was:
  "pull : Fast-forward"

Signed-off-by: Ori Avtalion <redacted>
---
 git-pull.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/git-pull.sh b/git-pull.sh
index a10b129..a305978 100755
--- a/git-pull.sh
+++ b/git-pull.sh
@@ -10,7 +10,11 @@ SUBDIRECTORY_OK=Yes
 OPTIONS_SPEC=
 . git-sh-setup
 . git-sh-i18n
-set_reflog_action "pull $*"
+if [ $# -gt 0 ]; then
+	set_reflog_action "pull $*"
+else
+	set_reflog_action "pull"
+fi
 require_work_tree
 cd_to_toplevel
 
-- 
1.7.4.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help