From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Tan Subject: [PATCH 03/14] pull: pass git-merge's options to git-merge Date: Mon, 18 May 2015 23:06:00 +0800 Message-ID: <1431961571-20370-4-git-send-email-pyokagan@gmail.com> References: <1431961571-20370-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 Mon May 18 17:07:50 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 1YuMdx-0004Ni-3N for gcvg-git-2@plane.gmane.org; Mon, 18 May 2015 17:07:50 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753661AbbERPHk (ORCPT ); Mon, 18 May 2015 11:07:40 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:34853 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752739AbbERPHg (ORCPT ); Mon, 18 May 2015 11:07:36 -0400 Received: by pacwv17 with SMTP id wv17so155731313pac.2 for ; Mon, 18 May 2015 08:07:36 -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=n6BrkIUvr4FKmljHtgpiNMPWeYCUFAurVqOLdFGpkDk=; b=Jom3d1u8mSZfrC46D5PKMWQB4m5In2llJ6jvAsbhYvhq/88a897dE1FB80njMXbqNl B4EBtJR8n/Sv4p9z2VR60VobdAsbgnOjDr1CNDcrDNi7G4PYlOO21DLYCRDbvOqJoYgt UkiGqyz9lU7VMcqUP/i3e3bbtkY+OL5alExMF203kitRSaIUu48uUUk6YW1wvMB6Uy+w gHHbrZaZPgCW5MhjpMxkJGAjqgoLNjY0XZ/m99aIKNdg8L8f7u0QnhlVbsJMUwON3NJG 56gfbCNhskMIlcw/3/TZMmPmJcxnRQI5tYRcpbpwXkjmEOMZbt/vDkI8CEEmOvvK/ROS MLBw== X-Received: by 10.70.22.131 with SMTP id d3mr44952005pdf.67.1431961656075; Mon, 18 May 2015 08:07:36 -0700 (PDT) Received: from yoshi.pyokagan.tan ([116.86.132.138]) by mx.google.com with ESMTPSA id i9sm10370062pdj.27.2015.05.18.08.07.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 May 2015 08:07:34 -0700 (PDT) X-Mailer: git-send-email 2.1.4 In-Reply-To: <1431961571-20370-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