From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS,URIBL_SBL, URIBL_SBL_A shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 3F5511F9FC for ; Wed, 24 Mar 2021 18:58:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237604AbhCXS5u (ORCPT ); Wed, 24 Mar 2021 14:57:50 -0400 Received: from w4.tutanota.de ([81.3.6.165]:54290 "EHLO w4.tutanota.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237532AbhCXS5a (ORCPT ); Wed, 24 Mar 2021 14:57:30 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 9F7D41060144 for ; Wed, 24 Mar 2021 18:57:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1616612249; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=eCfU9ay9ki1X2Xr2hksq2shrB3p5gq2vyNyD8r3THUg=; b=a0bzHyYnY07K+EIBHetDdSMmS1nmNEmxvgGpJxm9aJch7HX3viFUJQVv5Y3CqEw1 35lLClhb9uDd+bhIBU9l+7aFrJJStdN528Ioi1NYx0itCfOEGxAqDmevtjq3QMft1SU 8E9H57tiP42MxVriYCf/YI0ZgVDACzqh3dmYpPxju/MsZztbY+Y9KD4cd+0OZjVDTeW 3EunP6hEouGSjOavivTPQ7DKdubcugaPuc1IdpW+uEhh9wsqnFoEP1IfEc9al7AT1TP TspWrWr/WyZ9wVZLRA/6qRnRr+DZHFbnqhNUV4+xY+svAAwdGUynu7hTjaFY9OWkJnH Sntpy8yGmw== Date: Wed, 24 Mar 2021 19:57:29 +0100 (CET) From: jost.schulte@tutanota.com To: Git Message-ID: Subject: Configure default merge message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Hello all, I'm using git mainly with BitBucket repositories. When I pull from a remote= , the default commit message will be "Merge branch 'source-branch-name' of= =C2=A0https://bitbucket.org/ repository-name into destination-branch-name". I'd like to configure git to omit the "of=C2=A0https://bitbucket.org/reposi= tory-name" part. How can I do that? Regards Jost