From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Renaming files with git not all that bad? Date: Thu, 9 Dec 2021 15:55:34 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25864"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Mathias Dahl , Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 09 15:57:59 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mvKrv-0006XS-Dh for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Dec 2021 15:57:59 +0100 Original-Received: from localhost ([::1]:46002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mvKrt-0004QD-Qc for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Dec 2021 09:57:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvKpp-0001Sb-0G for emacs-devel@gnu.org; Thu, 09 Dec 2021 09:55:49 -0500 Original-Received: from mail-pj1-f49.google.com ([209.85.216.49]:35825) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mvKpn-0001CY-7i for emacs-devel@gnu.org; Thu, 09 Dec 2021 09:55:48 -0500 Original-Received: by mail-pj1-f49.google.com with SMTP id j6-20020a17090a588600b001a78a5ce46aso7144485pji.0 for ; Thu, 09 Dec 2021 06:55:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KpIWuEm/WVHPZx+5odeZAd66Ub2D4LYxWBh3sElk9oQ=; b=jpttMCTiMW5FSh6joUiyXHiUh9GV4+W4HWE10CGod/9ot9VhzilSVbEobZnd6Z2YyW z4+rJwEdz+dPgRlEmYZ0KnzJshyEevKc97I88MZVXDe/U6oenP2uDjtOOYZ4hc4VB5cR s49K3YDakzXi//GYtHP0U1C77I5dydq3ff0YZRAtM9hzZq3Zkpfuv1oKxmCuGoR05/BR qy+EwFtE1R/R9xvvoftB/+urqMG4Kz80xJd057wj/6lRHHsSibntrItjISXeYB0cYBQY /oLHvCK68kkTicW9/FkzmFVD/ivnNI8UEKk6LqarVo7TEC2Ep+ZnNm618bN45kNR7U9y VB/g== X-Gm-Message-State: AOAM532oBNVj9S1MiAWrsf9NG2CWHrCVY7cOqWMdMdiwvFjD6pGXeYW3 mI51KoATafkoieEkIJw3UKuniZoIMdoM1x4vcge95Q6l X-Google-Smtp-Source: ABdhPJzvXRZw6PVx+Md3ZjjA5gja9atUHvncfz+A2K28HBvQ/ayr7s7GYLx4hano6HU5rbwVlzn2vgiaSZnHpUzrl/4= X-Received: by 2002:a17:902:e294:b0:143:86a8:c56d with SMTP id o20-20020a170902e29400b0014386a8c56dmr67272377plc.22.1639061745472; Thu, 09 Dec 2021 06:55:45 -0800 (PST) In-Reply-To: Received-SPF: pass client-ip=209.85.216.49; envelope-from=stefankangas@gmail.com; helo=mail-pj1-f49.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.248, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281509 Archived-At: Yuri Khan writes: > There is also a trick to split a file into multiple parts where each > part retains its history. Thanks, I didn't know about this but will see if I can make it work for the splitting up of image-dired.el.