git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-pull.sh: Fix call to git-merge for new command format
@ 2009-12-01 22:44 Horst H. von Brand
  2009-12-01 23:54 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Horst H. von Brand @ 2009-12-01 22:44 UTC (permalink / raw)
  To: git, gitster; +Cc: Horst H. von Brand

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
---
 git-pull.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/git-pull.sh b/git-pull.sh
index bfeb4a0..a875809 100755
--- a/git-pull.sh
+++ b/git-pull.sh
@@ -218,5 +218,5 @@ merge_name=$(git fmt-merge-msg $log_arg <"$GIT_DIR/FETCH_HEAD") || exit
 test true = "$rebase" &&
 	exec git-rebase $diffstat $strategy_args --onto $merge_head \
 	${oldremoteref:-$merge_head}
-exec git-merge $diffstat $no_commit $squash $no_ff $ff_only $log_arg $strategy_args \
-	"$merge_name" HEAD $merge_head $verbosity
+exec git-merge  $verbosity -m $diffstat $no_commit $squash $no_ff $ff_only $log_arg $strategy_args \
+	"$merge_name" $merge_head
-- 
1.6.6.rc0.114.gc8648

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-03  8:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-01 22:44 [PATCH] git-pull.sh: Fix call to git-merge for new command format Horst H. von Brand
2009-12-01 23:54 ` Junio C Hamano
2009-12-02 10:02   ` Michael J Gruber
2009-12-02 16:45     ` Junio C Hamano
2009-12-02 17:29       ` Michael J Gruber
2009-12-02 17:49         ` Junio C Hamano
2009-12-03  8:10           ` Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).