From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 06:54:35 2010 Received: (at submit) by debbugs.gnu.org; 22 Jul 2010 10:54:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObtQA-00067V-TP for submit@debbugs.gnu.org; Thu, 22 Jul 2010 06:54:35 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObtQ8-00067P-H2 for submit@debbugs.gnu.org; Thu, 22 Jul 2010 06:54:33 -0400 Received: from lists.gnu.org ([199.232.76.165]:33284) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ObtQa-0000Zq-VB for submit@debbugs.gnu.org; Thu, 22 Jul 2010 06:55:01 -0400 Received: from [140.186.70.92] (port=59479 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObtQY-0003f8-Ob for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2010 06:54:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObtDl-0008Ju-Eo for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2010 06:41:46 -0400 Received: from ppsw-32.csi.cam.ac.uk ([131.111.8.132]:40121) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObtDl-0008Jn-8k for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2010 06:41:45 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from cpc1-cmbg13-0-0-cust596.cmbg.cable.ntl.com ([86.9.122.85]:52912 helo=Victoria.local) by ppsw-32.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.158]:587) with esmtpsa (PLAIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1ObtDj-0004I7-2e (Exim 4.72) for bug-gnu-emacs@gnu.org (return-path ); Thu, 22 Jul 2010 11:41:43 +0100 From: Leo To: bug-gnu-emacs@gnu.org Subject: 23.2; Rename git-commits-coding-system to vc-git-commits-coding-system Date: Thu, 22 Jul 2010 11:41:42 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) It seems git-commits-coding-system should be renamed as shown in the patch below. commit 148cbd7fed28b7f9d9017713bb35638a6ab5dd58 Date: Thu Jul 22 11:38:57 2010 +0100 Rename git-commits-coding-system to vc-git-commits-coding-system Modified lisp/vc-git.el diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 24062a0..2361564 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -118,7 +118,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." :version "23.1" :group 'vc) -(defvar git-commits-coding-system 'utf-8 +(defvar vc-git-commits-coding-system 'utf-8 "Default coding system for git commits.") ;;; BACKEND PROPERTIES @@ -543,7 +543,7 @@ or an empty string if none." (defun vc-git-checkin (files rev comment) - (let ((coding-system-for-write git-commits-coding-system)) + (let ((coding-system-for-write vc-git-commits-coding-system)) (vc-git-command nil 0 files "commit" "-m" comment "--only" "--"))) @@ -580,7 +580,7 @@ or an empty string if none." "Get change log associated with FILES. Note that using SHORTLOG requires at least Git version 1.5.6, for the --graph option." - (let ((coding-system-for-read git-commits-coding-system)) + (let ((coding-system-for-read vc-git-commits-coding-system)) ;; `vc-do-command' creates the buffer, but we need it before running ;; the command. (vc-setup-buffer buffer) From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 03 13:44:35 2010 Received: (at 6704-done) by debbugs.gnu.org; 3 Dec 2010 18:44:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1POacV-0007Ys-8h for submit@debbugs.gnu.org; Fri, 03 Dec 2010 13:44:35 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1POacT-0007Yh-Vs for 6704-done@debbugs.gnu.org; Fri, 03 Dec 2010 13:44:34 -0500 Received: from localhost ([127.0.0.1]:56288) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1POai0-0000mT-DL; Fri, 03 Dec 2010 13:50:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19705.15336.92976.245610@fencepost.gnu.org> Date: Fri, 3 Dec 2010 13:50:16 -0500 From: Glenn Morris To: 6704-done@debbugs.gnu.org Subject: Re: bug#6704: 23.2; Rename git-commits-coding-system to vc-git-commits-coding-system In-Reply-To: References: X-Debbugs-No-Ack: yes X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: white X-Ran: Jdac%78[<@*ze'sl:lLX[[HqRFs#62(HQ>gNf8Ar=N[jY{z#ZI7f".*5:W5g?P*er((*mK X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: 6704-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) 2010-10-31 Stefan Monnier * vc-git.el (vc-git-commits-coding-system): Rename from git-commits-coding-system. From unknown Sat Aug 16 16:18:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 01 Jan 2011 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator