From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Tan Subject: [PATCH v4 07/19] pull: pass git-merge's options to git-merge Date: Thu, 18 Jun 2015 18:54:00 +0800 Message-ID: <1434624852-6869-8-git-send-email-pyokagan@gmail.com> References: <1434624852-6869-1-git-send-email-pyokagan@gmail.com> Cc: Stefan Beller , Johannes Schindelin , Stephen Robin , Paul Tan To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Jun 18 12:55:59 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z5XTw-000210-NK for gcvg-git-2@plane.gmane.org; Thu, 18 Jun 2015 12:55:41 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754439AbbFRKzO (ORCPT ); Thu, 18 Jun 2015 06:55:14 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:36390 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754252AbbFRKzE (ORCPT ); Thu, 18 Jun 2015 06:55:04 -0400 Received: by pdjm12 with SMTP id m12so64126070pdj.3 for ; Thu, 18 Jun 2015 03:55:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=llH/5OZq0GPeKTdcIJwJBNGGHSMgBxN79Xa2dElgmvc=; b=EFWL76aMqwxyND24v61pze2OckyAQttJGQoh0ei4H+iINL3YPe+HyublqINJEmj6Mu KfgIcoTXFBWjpqcCRHnEoJhCsfzKrjX2Pk6HGXu4FFgeUhmj5v8cHSANmaNEt+45UVlb nQHnJeoyZ05Aq4RI0V4H5AttGTuPPSF7Fa1xCOd9FJfG+KmHnoG8WPQsMmB+uSDrWYBD BQ571IbMlrsZq+JTkVZPQ0IH8AWT7/ebL/2gUS5T1wcHI6myPJes0oE1hgejStnDx+4B FFKJ9LC1YH7vpeCH9LnM6JMsGwMg2Iqde+dBwBdExxU1Cw2KryyUQUwrcxLStq3rvQey wLjg== X-Received: by 10.70.90.232 with SMTP id bz8mr7580337pdb.120.1434624901899; Thu, 18 Jun 2015 03:55:01 -0700 (PDT) Received: from yoshi.pyokagan.tan ([116.86.132.138]) by mx.google.com with ESMTPSA id eu5sm7735063pac.37.2015.06.18.03.54.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Jun 2015 03:55:00 -0700 (PDT) X-Mailer: git-send-email 2.1.4 In-Reply-To: <1434624852-6869-1-git-send-email-pyokagan@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Specify git-merge's options in the option list, and pass any specified options to git-merge. These options are: * -n, --stat, --summary: since d8abe14 (merge, pull: introduce '--(no-)stat' option, 2008-04-06) * --log: since efb779f (merge, pull: add '--(no-)log' command line option, 2008-04-06) * --squash: since 7d0c688 (git-merge --squash, 2006-06-23) * --commit: since 5072a32 (Teach git-pull about --[no-]ff, --no-squash and --commit, 2007-10-29) * --edit: since 8580830 ("git pull" doesn't know "--edit", 2012-02-11) * --ff, --ff-only: since 5072a32 (Teach git-pull about --[no-]ff, --no-squash and --commit, 2007-10-29) * --verify-signatures: since efed002 (merge/pull: verify GPG signatures of commits being merged, 2013-03-31) * -s, --strategy: since 60fb5b2 (Use git-merge in git-pull (second try)., 2005-09-25) * -X, --strategy-option: since ee2c795 (Teach git-pull to pass -X