From unknown Sun Jun 22 00:20:14 2025 X-Loop: don@donarmstrong.com Subject: bug#1589: 23.0.60; vc-dir erroneously reports "No changes between working revision and workfile" Reply-To: Eric Hanchrow , 1589@debbugs.gnu.org Resent-From: Eric Hanchrow Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 17 Dec 2008 06:55:39 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1589 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122939965818644 (code B ref -1); Wed, 17 Dec 2008 06:55:39 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 16 Dec 2008 03:54:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBG3sEnI018633 for ; Mon, 15 Dec 2008 19:54:15 -0800 Received: from mx10.gnu.org ([199.232.76.166]:36885) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LCQzy-0007EK-1B for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 22:53:30 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LCR0e-0007F0-A1 for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 22:54:13 -0500 Received: from smtp61.avvanta.com ([206.124.128.61]:34132 helo=mail.avvanta.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCR0d-0007Ee-RA for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 22:54:12 -0500 Received: from mail.avvanta.com (localhost.drteeth.p.blarg.net [127.0.0.1]) by mail.avvanta.com (Postfix) with ESMTP id 444CEF3937 for ; Mon, 15 Dec 2008 19:54:09 -0800 (PST) Received: from offby1.atm01.sea.blarg.net (q-static-138-125.avvanta.com [206.124.138.125]) by mail.avvanta.com (Postfix) with ESMTP id 1CF7FF3940 for ; Mon, 15 Dec 2008 19:54:09 -0800 (PST) Received: from erich by offby1.atm01.sea.blarg.net with local (Exim 4.69) (envelope-from ) id 1LCR0a-0004w3-Cd for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 19:54:08 -0800 From: Eric Hanchrow To: emacs-pretest-bug@gnu.org Date: Mon, 15 Dec 2008 19:54:07 -0800 Message-ID: <873agoojvk.fsf@offby1.atm01.sea.blarg.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BlargAV-Status: No viruses detected, BlargAV v1.1 on localhost.drteeth.p.blarg.net X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Edit the third line of this script to point to your Emacs, and then run it. #!/bin/sh -x EMACS=/usr/local/src/emacs-with-my-tweaks.git/src/emacs cd /tmp rm -rf xyzzy mkdir xyzzy cd xyzzy git init mkdir Jack Jill touch Jack/it Jill/it git add . git commit -m "golly!" echo More stuff >> Jack/it cd Jill git status # You should see this output: # On branch master # Changed but not updated: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory) # # modified: ../Jack/it # $EMACS -Q \ --eval '(cd "/tmp/xyzzy/Jill")' \ --eval '(vc-dir "/tmp/xyzzy/Jill")' # note that we're now looking at something like # VC backend : Git # Working dir: /tmp/xyzzy/Jill/ # Branch : master # # ./ # Jack/ # edited Jack/it # # # That seems a bit odd, since the name "Jack/it" doesn't name anything # at all when interpreted relative to /tmp/xyzzy/Jill. # Furthermore, if you move point to "Jack/it" (by typing "n" twice), # and then invoke vc-diff by typing "=", Emacs will respond with "No # changes between working revision and workfile", which is wrong; the # file is indeed modified. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/src/emacs/etc/DEBUG for instructions. In GNU Emacs 23.0.60.3 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2008-12-14 on debian Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Shell Minor modes in effect: erc-ring-mode: t erc-pcomplete-mode: t erc-netsplit-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-autojoin-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-services-mode: t erc-networks-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-readonly-mode: t desktop-save-mode: t display-time-mode: t global-auto-revert-mode: t diff-auto-refine-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: E T RET o o t TAB C-c C-u C-c C-@ C-c C-@ C-c C-@ 0 _ o RET C-u C-p C-u C-p C-u C-p ESC b RET ESC > t h a t SPC p i x DEL c SPC i s SPC a i r b r u s h e d SPC b e y o n d SPC r e c o g n i t i o n RET C-c C-@ / m e SPC a h o y s , SPC b e l ESC / RET C-r < e l i > ESC > e l i TAB : SPC b e l a t e d SPC p o n g RET C-c C-@ C-c C-@ C-c C-@ C-c C-@ C-c C-@ t o o f l e DEL DEL DEL d l e - o o RET C-c C-@ C-x d C-g C-x b s c h RET y e p RET w a i t . RET i s n ' t SPC " I R L " SPC I r e l a n d ? RET C-x b s h e RET c d RET c d SPC d o o TAB m z TAB DEL DEL s c TAB ESC DEL s c TAB ESC DEL a n TAB s c TAB m z TAB RET g i t SPC s t a t u s RET C-x d RET g C-n RET ESC O ESC C-o ESC C-o o # DEL DEL # SPC O h SPC w o w ! ! C-x C-s C-x k RET C-x v d RET n n = q ESC x r e p o r t - e m c a s TAB DEL DEL DEL a TAB RET Recent messages: Completed No completions of doodles/mz Completing file name... No completions of doodles/mz Completed [4 times] Partially completed ~/doodles/anagrams/scheme/mzscheme Wrote /home/erich/doodles/anagrams/scheme/mzscheme/GNUmakefile Finding changes in /home/erich/doodles/anagrams/scheme/mzscheme/scheme/mzscheme/GNUmakefile... No changes between working revision and workfile -- If there were a little guy running around inside the computer executing our programs, he would probably have as long and plaintive a tale to tell about his job as a federal government employee. -- Paul Graham From rgm@gnu.org Wed Dec 17 11:25:00 2008 Received: (at control) by emacsbugs.donarmstrong.com; 17 Dec 2008 19:25:00 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.7 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBHJOvgv009353 for ; Wed, 17 Dec 2008 11:24:59 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LD20B-0002GX-U6; Wed, 17 Dec 2008 14:24:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18761.20955.859980.730610@fencepost.gnu.org> Date: Wed, 17 Dec 2008 14:24:11 -0500 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: black X-Ran: Kd=/:gMd^JvQn,S'o?pt42~b[i#,Q;N$/Lp,|e5[VBaJd8)S^7AU`
sU3$NeC"t{`eQ X-Debbugs-No-Ack: yes reassign 1608 spam reassign 996 emacs,vc-dir reassign 1257 emacs,vc-dir reassign 1408 emacs,vc-dir reassign 1589 emacs,vc-dir reassign 1585 emacs,vc-dir reassign 1575 emacs,org-mode reassign 1574 emacs,gnus tags 1529 moreinfo severity 1580 minor From unknown Sun Jun 22 00:20:14 2025 X-Loop: don@donarmstrong.com Subject: bug#1589: 23.0.60; vc-dir erroneously reports "No changes between working revision and workfile" Reply-To: Dan Nicolaescu , 1589@debbugs.gnu.org Resent-From: Dan Nicolaescu Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Wed, 17 Dec 2008 21:20:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: followup 1589 X-Emacs-PR-Package: emacs,vc-dir X-Emacs-PR-Keywords: Received: via spool by 1589-submit@emacsbugs.donarmstrong.com id=B1589.12295484775708 (code B ref 1589); Wed, 17 Dec 2008 21:20:03 +0000 Received: (at 1589) by emacsbugs.donarmstrong.com; 17 Dec 2008 21:14:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.0 required=4.0 tests=GMAIL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: from barrelv2.ics.uci.edu (barrelv2.ics.uci.edu [128.195.1.114]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBHLEYvo005702 for <1589@emacsbugs.donarmstrong.com>; Wed, 17 Dec 2008 13:14:35 -0800 Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id mBHLEIWe021087; Wed, 17 Dec 2008 13:14:18 -0800 (PST) Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBHLEIHE010217; Wed, 17 Dec 2008 13:14:18 -0800 (PST) Date: Wed, 17 Dec 2008 13:14:18 -0800 (PST) Message-Id: <200812172114.mBHLEIHE010217@mothra.ics.uci.edu> From: Dan Nicolaescu To: Eric Hanchrow Cc: 1589@debbugs.gnu.org References: <873agoojvk.fsf@offby1.atm01.sea.blarg.net> In-Reply-To: <873agoojvk.fsf@offby1.atm01.sea.blarg.net> (Eric Hanchrow's message of "Mon, 15 Dec 2008 19:54:07 -0800") Lines: 71 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBHLEIWe021087 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu Eric Hanchrow writes: > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > Edit the third line of this script to point to your Emacs, and then run it. > > #!/bin/sh -x > > EMACS=/usr/local/src/emacs-with-my-tweaks.git/src/emacs > > cd /tmp > rm -rf xyzzy > > mkdir xyzzy > cd xyzzy > git init > mkdir Jack Jill > touch Jack/it Jill/it > git add . > git commit -m "golly!" > echo More stuff >> Jack/it > cd Jill > > git status > # You should see this output: > > # On branch master > # Changed but not updated: > # (use "git add ..." to update what will be committed) > # (use "git checkout -- ..." to discard changes in working directory) > # > # modified: ../Jack/it > # > > $EMACS -Q \ > --eval '(cd "/tmp/xyzzy/Jill")' \ > --eval '(vc-dir "/tmp/xyzzy/Jill")' > > # note that we're now looking at something like > > # VC backend : Git > # Working dir: /tmp/xyzzy/Jill/ > # Branch : master > # > # ./ > # Jack/ > # edited Jack/it > # > # This is not a vc-dir problem, but a vc-git.el problem. vc-dir just displays whatever vc-git-dir-status returns. In this case vc-git-dir-status should not return anything about "Jack". > # That seems a bit odd, since the name "Jack/it" doesn't name anything > # at all when interpreted relative to /tmp/xyzzy/Jill. > > # Furthermore, if you move point to "Jack/it" (by typing "n" twice), > # and then invoke vc-diff by typing "=", Emacs will respond with "No > # changes between working revision and workfile", which is wrong; the > # file is indeed modified. I'm guessing this is just an artifact because of the previous problem... From unknown Sun Jun 22 00:20:14 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1589: Possible fix Reply-To: "Eric Hanchrow" , 1589@debbugs.gnu.org Resent-From: "Eric Hanchrow" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , owner@debbugs.gnu.org Resent-Date: Fri, 26 Dec 2008 18:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1589 X-Emacs-PR-Package: emacs,vc-dir X-Emacs-PR-Keywords: Received: via spool by 1589-submit@emacsbugs.donarmstrong.com id=B1589.12303161386753 (code B ref 1589); Fri, 26 Dec 2008 18:35:03 +0000 Received: (at 1589) by emacsbugs.donarmstrong.com; 26 Dec 2008 18:28:58 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.1 required=4.0 tests=FOURLA,IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBQIStNY006747 for <1589@emacsbugs.donarmstrong.com>; Fri, 26 Dec 2008 10:28:56 -0800 Received: by wf-out-1314.google.com with SMTP id 26so4481102wfd.13 for <1589@emacsbugs.donarmstrong.com>; Fri, 26 Dec 2008 10:28:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=KwcXXr01lvKufrOipoGIuxOZvTk0rqXhBa8fSd8Q+YU=; b=Mpb3aL51SzQHzJErrwJ/ckFj9Be8ayk3CamiiwA8qEZWTXg7MXnBZCLryGG8/GjIg4 9qyOdio78ipup9XuOergAgM+9tik7W/cwHN1fgm9FYJTL0fzaySReavz+NN/5UF4y3Od w247ihlkfyizl2KV+IVKEZg/r+/+vHrdQWlxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Eb3Ob2KDTSopLno4Y9BBDPoBSjdQBzEPuZkfs++BMtLEQnGWh8I2+1csIbp91pbPVu AdMuoIUHpdFU15+04N6LpkWomJdM1UreQp88KOpSQKmvURGRF5ROIEEipQqD6K3gDj7F WBsqQsF8YqmAnivrbRXRtOz+W3zO6ZP+qHCMw= Received: by 10.142.234.16 with SMTP id g16mr4515753wfh.107.1230316135469; Fri, 26 Dec 2008 10:28:55 -0800 (PST) Received: by 10.142.101.20 with HTTP; Fri, 26 Dec 2008 10:28:55 -0800 (PST) Message-ID: <36366a980812261028o6042f2f4rb24db13b77100e64@mail.gmail.com> Date: Fri, 26 Dec 2008 10:28:55 -0800 From: "Eric Hanchrow" To: 1589@debbugs.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline The fix might be as simple as this. I'll use this for a while and see how it goes. diff --git a/lisp/vc-git.el b/lisp/vc-git.el index efb59ac..bfcc5a9 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -375,7 +375,9 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." (vc-git-command (current-buffer) 'async files "ls-files" "-z" "-o" "-i" "--directory" "--no-empty-directory" "--exclude-standard" "--")) ('diff-index - (vc-git-command (current-buffer) 'async files "diff-index" "-z" "-M" "HEAD" "--"))) + (vc-git-command (current-buffer) 'async files "diff-index" + "--relative" + "-z" "-M" "HEAD" "--"))) (vc-exec-after `(vc-git-after-dir-status-stage (quote ,stage) (quote ,files) (quote ,update-function)))) From unknown Sun Jun 22 00:20:14 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1589: git's "--relative" option is relatively new :) Reply-To: "Eric Hanchrow" , 1589@debbugs.gnu.org Resent-From: "Eric Hanchrow" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , owner@debbugs.gnu.org Resent-Date: Fri, 26 Dec 2008 19:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1589 X-Emacs-PR-Package: emacs,vc-dir X-Emacs-PR-Keywords: Received: via spool by 1589-submit@emacsbugs.donarmstrong.com id=B1589.123031884218146 (code B ref 1589); Fri, 26 Dec 2008 19:20:03 +0000 Received: (at 1589) by emacsbugs.donarmstrong.com; 26 Dec 2008 19:14:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBQJDwGZ018140 for <1589@emacsbugs.donarmstrong.com>; Fri, 26 Dec 2008 11:13:59 -0800 Received: by rv-out-0506.google.com with SMTP id k40so3611423rvb.1 for <1589@emacsbugs.donarmstrong.com>; Fri, 26 Dec 2008 11:13:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=8PJX1CV38ucxP/23ptACWl0MknGqCW327IwWfRGmNBc=; b=kBHCJVKepQiYr/QmraujonpaWnpkJh8gzOBCNobTvWTXeNQdbaCp9GxTf6qOykZm2u Ik/LNBCQs6fbTJ9ZznGmyN/xjqnV7Mrf7pC3cuzojzhilNs8ocVM2OcbcOFb2iACOjtR UMP77Z/m0aIqMG6MVs4SYPt8taZg2IkuVA3dY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=nUSg76Ln7JUy8a1LEwgCfw/8guG3f/ZT9gepEZEd6Ws2PErGqItRACK+XC/42Ci0B8 Pm6tvl1wVl3wEarso9XzVGTbuol1CBusAXn5wobmme2UDm5Rfn6pGUf/mkXHLrybCmwl 2gEL2k5G1JESUWFQUXSc8nnL+K8nYulBHlowE= Received: by 10.142.77.11 with SMTP id z11mr3287435wfa.42.1230318838389; Fri, 26 Dec 2008 11:13:58 -0800 (PST) Received: by 10.142.101.20 with HTTP; Fri, 26 Dec 2008 11:13:58 -0800 (PST) Message-ID: <36366a980812261113u1ccc3fe7n6fd1650e8f4330f1@mail.gmail.com> Date: Fri, 26 Dec 2008 11:13:58 -0800 From: "Eric Hanchrow" To: 1589@debbugs.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline The above fix relies on the "--relative" option to the 'git diff-index' command. That option came into being in git 1.5.5, which was released in April 2008. From unknown Sun Jun 22 00:20:14 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1589: git's "--relative" option is relatively new :) Reply-To: rms@gnu.org, 1589@debbugs.gnu.org Resent-From: Richard M Stallman Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , owner@debbugs.gnu.org Resent-Date: Sat, 27 Dec 2008 12:30:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1589 X-Emacs-PR-Package: emacs,vc-dir X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123038064127009 (code B ref -1); Sat, 27 Dec 2008 12:30:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Dec 2008 12:24:01 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBRCNwqs027003 for ; Sat, 27 Dec 2008 04:23:59 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LGYD0-0001iH-Ba for bug-gnu-emacs@gnu.org; Sat, 27 Dec 2008 07:23:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LGYCx-0001i5-Uy for bug-gnu-emacs@gnu.org; Sat, 27 Dec 2008 07:23:57 -0500 Received: from [199.232.76.173] (port=55763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGYCx-0001i2-Pg for bug-gnu-emacs@gnu.org; Sat, 27 Dec 2008 07:23:55 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:40416) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LGYCx-00029q-IF for bug-gnu-emacs@gnu.org; Sat, 27 Dec 2008 07:23:55 -0500 Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LGYC1-00088n-6D; Sat, 27 Dec 2008 07:22:57 -0500 Content-Type: text/plain; charset=ISO-8859-15 From: Richard M Stallman To: Eric Hanchrow , 1589@debbugs.gnu.org CC: 1589@debbugs.gnu.org, bug-submit-list@donarmstrong.com, bug-gnu-emacs@gnu.org, owner@emacsbugs.donarmstrong.com In-reply-to: <36366a980812261113u1ccc3fe7n6fd1650e8f4330f1@mail.gmail.com> (eric.hanchrow@gmail.com) References: <36366a980812261113u1ccc3fe7n6fd1650e8f4330f1@mail.gmail.com> Message-Id: Date: Sat, 27 Dec 2008 07:22:57 -0500 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) The above fix relies on the "--relative" option to the 'git diff-index' command. That option came into being in git 1.5.5, which was released in April 2008. Maybe that is ok, since git support in VC is new anyway. By the time we release Emacs 23, git 1.5.5 will be several months older. From unknown Sun Jun 22 00:20:14 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1589: Seems to be working fine. Reply-To: "Eric Hanchrow" , 1589@debbugs.gnu.org Resent-From: "Eric Hanchrow" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , owner@debbugs.gnu.org Resent-Date: Tue, 06 Jan 2009 00:20:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1589 X-Emacs-PR-Package: emacs,vc-dir X-Emacs-PR-Keywords: Received: via spool by 1589-submit@emacsbugs.donarmstrong.com id=B1589.123120084312906 (code B ref 1589); Tue, 06 Jan 2009 00:20:04 +0000 Received: (at 1589) by emacsbugs.donarmstrong.com; 6 Jan 2009 00:14:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n060E0ee012900 for <1589@emacsbugs.donarmstrong.com>; Mon, 5 Jan 2009 16:14:01 -0800 Received: by wf-out-1314.google.com with SMTP id 26so9290789wfd.13 for <1589@emacsbugs.donarmstrong.com>; Mon, 05 Jan 2009 16:14:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=nnfLkbGK7bd3VRcyTuVz+5L0QyypDE9NPqhJCSmMI18=; b=x9/QsgxYRNtFsTdsT4R7KAaZPVTHZ/fxWY08LSq2koofZb6mTi0LQHIVf+NXCjQLT4 8pFBbnGzU29xfhR/9Hlz9hMG3zLd0r0n/CCF+VRHbhGAut4mZbkb0v9MlnVx0lX2rX2v mdVzviGR1uGTvAF3fwLHFCxpijlmN+Ky9574I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PH4UHPkXQVb8qfkDn2W+zMn25w4iSBxhI0cHYw+UhZoUhHxAcXI2RzMY0RlbrbTI7y lPSoU16rs1SYPw2YthT3zqPmI3InNSnmy5wUuGgtnpYsn4Iq9XLlAcnNjh6Fl6J9suJf SYo6EdsGmdn+u4LjpLpyl/kdM7uFPYY2PY95U= Received: by 10.142.50.15 with SMTP id x15mr334405wfx.280.1231200840014; Mon, 05 Jan 2009 16:14:00 -0800 (PST) Received: by 10.143.39.4 with HTTP; Mon, 5 Jan 2009 16:13:59 -0800 (PST) Message-ID: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> Date: Mon, 5 Jan 2009 16:13:59 -0800 From: "Eric Hanchrow" To: 1589@debbugs.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've been using this fix ever since December 26, and have not run into any problems. From dann@rodan.ics.uci.edu Mon Jan 26 18:14:49 2009 Received: (at control) by emacsbugs.donarmstrong.com; 27 Jan 2009 02:14:49 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from barrelv2.ics.uci.edu (barrelv2.ics.uci.edu [128.195.1.114]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0R2Ef3Y008317; Mon, 26 Jan 2009 18:14:42 -0800 Received: from rodan.ics.uci.edu (rodan.ics.uci.edu [128.195.6.9]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n0R2EEhe029722; Mon, 26 Jan 2009 18:14:20 -0800 (PST) Received: (from dann@localhost) by rodan.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n0R2EEcl008088; Mon, 26 Jan 2009 18:14:14 -0800 (PST) Date: Mon, 26 Jan 2009 18:14:14 -0800 (PST) Message-Id: <200901270214.n0R2EEcl008088@rodan.ics.uci.edu> From: Dan Nicolaescu To: Ian Eure Cc: 2055@debbugs.gnu.org Subject: Re: bug#2055: 23.0.60; vc-dired doesn't work right with Git References: <8BFF8994-9B1A-4811-A552-A12F7E37D0CF@digg.com> X-Debbugs-No-Ack: yes In-Reply-To: <8BFF8994-9B1A-4811-A552-A12F7E37D0CF@digg.com> (Ian Eure's message of "Sun, 25 Jan 2009 11:05:40 -0800") Lines: 9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n0R2EEhe029722 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@rodan.ics.uci.edu forcemerge 1589 2055 quit Ian Eure writes: > If you run vc-dired in a directory below the top of a Git working > copy, vc-dired gets confused. This is the same issue as Bug#1589. From lekktu@gmail.com Tue Mar 17 02:22:15 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Mar 2009 09:22:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f176.google.com (mail-ew0-f176.google.com [209.85.219.176]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2H9MCD0005523 for ; Tue, 17 Mar 2009 02:22:14 -0700 Received: by ewy24 with SMTP id 24so3991757ewy.1 for ; Tue, 17 Mar 2009 02:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=8kg3xZo7LkfeWm8/N+Bb5gCTHDvSowOAk/GT0NUKjNc=; b=sS/XKophFfzDqrpZxSKYexjpSHOEBgWFBIntADHTWgLQ7xAkX2LJay0VW5/a9alnYU JqK5mkqwrC9L2Iu+b+OHuLWMs4dh1ivw0p3TpVFe4KfkhmlI8VYyhAH9+vGdgV/V/aj8 ZjrZbQHD9z3NgdBNX9dcvrhXE1JDzicWFM4Uo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=epHiHh4jTH8hNQ3Z9W+sdmPMWG5K8t56w3EIXDv+nyc7uMUO0OebD87ssmj47nN/8V gEn2T5weZyGT7QqOtX3mDXQokeXZQjhWmeLaUkSzN5IXPiPJhZ8VSTSKiUUROU4m5YrP Wm9HxlDTvoTR98dZx15fhqd+5ewRn1t26NJDo= MIME-Version: 1.0 Received: by 10.210.139.15 with SMTP id m15mr4357553ebd.9.1237281726835; Tue, 17 Mar 2009 02:22:06 -0700 (PDT) Date: Tue, 17 Mar 2009 10:22:06 +0100 Message-ID: Subject: From: Juanma Barranquero To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit reassign 337 emacs,vc reassign 768 emacs,vc reassign 927 emacs,vc reassign 996 emacs,vc reassign 1098 emacs,vc reassign 1163 emacs,vc reassign 1256 emacs,vc reassign 1257 emacs,vc reassign 1408 emacs,vc reassign 1429 emacs,vc reassign 1589 emacs,vc reassign 1647 emacs,w32,vc reassign 1741 emacs,vc reassign 2093 emacs,vc reassign 2110 emacs,vc reassign 2117 emacs,vc reassign 2157 emacs,vc reassign 2338 emacs,vc reassign 2553 emacs,vc reassign 2598 emacs,vc reassign 2604 emacs,vc reassign 2612 emacs,vc reassign 2641 emacs,vc reassign 2652 emacs,vc reassign 2675 emacs,vc reassign 2676 emacs,vc reassign 2678 emacs,vc quit From dann@godzilla.ics.uci.edu Tue Apr 7 09:26:39 2009 Received: (at control) by emacsbugs.donarmstrong.com; 7 Apr 2009 16:26:39 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8,ONEWORD, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from barrelv2.ics.uci.edu (barrelv2.ics.uci.edu [128.195.1.114]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n37GQaKl024097 for ; Tue, 7 Apr 2009 09:26:37 -0700 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n37GQJeA013969 for ; Tue, 7 Apr 2009 09:26:19 -0700 (PDT) Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n37GQIRq022682; Tue, 7 Apr 2009 09:26:18 -0700 (PDT) Date: Tue, 7 Apr 2009 09:26:18 -0700 (PDT) Message-Id: <200904071626.n37GQIRq022682@godzilla.ics.uci.edu> From: Dan Nicolaescu To: control@debbugs.gnu.org Subject: commands X-Debbugs-No-Ack: yes Lines: 9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n37GQJeA013969 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu close 1098 tags 2065 + patch close 2110 close 2117 close 2604 close 2652 close 2675 retitle 2678 vc-git-register not working when passed a directory argument merge 1589 2641 From lekktu@gmail.com Thu Oct 22 03:17:10 2009 Received: (at control) by emacsbugs.donarmstrong.com; 22 Oct 2009 10:17:10 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=AWL,MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-fx0-f213.google.com (mail-fx0-f213.google.com [209.85.220.213]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9MAH8gs010046 for ; Thu, 22 Oct 2009 03:17:10 -0700 Received: by fxm9 with SMTP id 9so9747121fxm.1 for ; Thu, 22 Oct 2009 03:17:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=isMlR4sVFBifZsuLzORMye4X2U1larCzZQ+MovCBfV8=; b=RGsXmteh5ruhPVUj5bPluI7uJ2eQvCMqbOCkOiauf5Q1c7XohVc8vsBQ99XkjqOemn Sg3he4aHb9QstUEkEiJCcH5QhOFm5PWiNdG2qmzB1jofbH50hePUH864K/a7Zi+Z9jKV WYlqemo6vQqv5hmX2zjlzGlxn1+i8MmiZ3qEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=CBlRptq9qyIp3DSxmK7qoMYCH+yQ0PWcY8AkJX2Uk/rpxXECrywLiF0J7NnyET5ggU vPPbg7UAWPufeD6BHJ2cZo7Vz+wPUp0y6Nx+Wj+ch/43pkfQmrQpVOfW2kJoekcjwmIs c4qgwh4nTPnVcFHzOQsOTXZgVAmH0aJKol668= MIME-Version: 1.0 Received: by 10.239.146.77 with SMTP id v13mr719572hba.61.1256206623097; Thu, 22 Oct 2009 03:17:03 -0700 (PDT) From: Juanma Barranquero Date: Thu, 22 Oct 2009 12:16:43 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 reassign 3359 emacs,vc reassign 4207 emacs,vc forcemerge 1589 3359 4207 quit From dann@godzilla.ics.uci.edu Fri Dec 4 16:24:42 2009 Received: (at control) by emacsbugs.donarmstrong.com; 5 Dec 2009 00:24:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.3 required=4.0 tests=AWL,MURPHY_DRUGS_REL8,ONEWORD, VALID_BTS_CONTROL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from colin-baker-v0.ics.uci.edu (colin-baker-v0.ics.uci.edu [128.195.1.153]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB50OeSp011656 for ; Fri, 4 Dec 2009 16:24:42 -0800 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nB50OUJP015067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 4 Dec 2009 16:24:30 -0800 Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nB50OU5V011260; Fri, 4 Dec 2009 16:24:30 -0800 (PST) Date: Fri, 4 Dec 2009 16:24:30 -0800 (PST) Message-Id: <200912050024.nB50OU5V011260@godzilla.ics.uci.edu> From: Dan Nicolaescu To: control@debbugs.gnu.org Subject: control X-Debbugs-No-Ack: yes Lines: 10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nB50OUJP015067 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=1.057, required 5, autolearn=disabled, ALL_TRUSTED -1.44, LOCALPART_IN_SUBJECT 2.50) X-ICS-MailScanner-SpamScore: s X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu tags 1589 3261 3462 + patch retitle 4529 --enable-ns should be on by default on macs close 4568 close 2678 close 3789 close 3968 close 4454 close 3644 forcemerge 1589 3088 quit From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 25 21:20:59 2010 Received: (at control) by debbugs.gnu.org; 26 Jan 2010 02:20:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZb34-000653-W7 for submit@debbugs.gnu.org; Mon, 25 Jan 2010 21:20:59 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZb33-00064y-7n for control@debbugs.gnu.org; Mon, 25 Jan 2010 21:20:57 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NZb2z-0000SS-Pa; Mon, 25 Jan 2010 21:20:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19294.20869.773000.789691@fencepost.gnu.org> Date: Mon, 25 Jan 2010 21:20:53 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: blue X-Ran: Oj=Jkw@Sm(I2TeFMTWlSoQb>vVl7"X??>dxbdx9w\Q8kfaJxwqvZi%j4MqO}#;`5qJ]FXK X-Debbugs-No-Ack: yes X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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.0 (-----) merge 3018 3038 reassign 1589 emacs merge 1589 3088 unarchive 3198 forcemerge 3198 1089 From unknown Sun Jun 22 00:20:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: bug-gnu-emacs@gnu.org From: bug-gnu-emacs@gnu.org (Emacs bug Tracking System) To: Eric Hanchrow Subject: bug#1589 closed by Glenn Morris (Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile") Message-ID: References: <65bpgfmgj6.fsf@fencepost.gnu.org> <873agoojvk.fsf@offby1.atm01.sea.blarg.net> X-Emacs-PR-Message: they-closed 1589 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Reply-To: 1589@debbugs.gnu.org Date: Wed, 27 Jan 2010 20:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1264624622-28827-1" This is a multi-part message in MIME format... ------------=_1264624622-28827-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1589: 23.0.60; vc-dir erroneously reports "No changes between working revi= sion and workfile" It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1589 Emacs Bug Tracking System Contact bug-gnu-emacs@gnu.org with problems ------------=_1264624622-28827-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1589-done) by debbugs.gnu.org; 27 Jan 2010 20:36: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 1NaEcs-0007Ul-7Q for submit@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:34 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaEcr-0007Ub-7d for 1589-done@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:33 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaEcn-0005ij-4O; Wed, 27 Jan 2010 15:36:29 -0500 To: 1589-done@debbugs.gnu.org Subject: Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile" References: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> From: Glenn Morris X-Spook: M-14 airframe InfoSec ASDIC Putin ICE Indigo MD5 X-Ran: BNO5tMzC7~LWm:D+$.3y=d-Z)>0`|"=)esZ#61neELyR);`eZ@I.*"+pk&K],x<4;-vCXy X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 27 Jan 2010 15:36:29 -0500 In-Reply-To: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> (Eric Hanchrow's message of "Mon\, 5 Jan 2009 16\:13\:59 -0800") Message-ID: <65bpgfmgj6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 1589-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.9 (-----) It seems this patch was installed, thanks. 2010-01-25 Eric Hanchrow (tiny change) * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the diff-index command. This requires at least git-1.5.5. ------------=_1264624622-28827-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 16 Dec 2008 03:54:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBG3sEnI018633 for ; Mon, 15 Dec 2008 19:54:15 -0800 Received: from mx10.gnu.org ([199.232.76.166]:36885) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LCQzy-0007EK-1B for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 22:53:30 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LCR0e-0007F0-A1 for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 22:54:13 -0500 Received: from smtp61.avvanta.com ([206.124.128.61]:34132 helo=mail.avvanta.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCR0d-0007Ee-RA for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 22:54:12 -0500 Received: from mail.avvanta.com (localhost.drteeth.p.blarg.net [127.0.0.1]) by mail.avvanta.com (Postfix) with ESMTP id 444CEF3937 for ; Mon, 15 Dec 2008 19:54:09 -0800 (PST) Received: from offby1.atm01.sea.blarg.net (q-static-138-125.avvanta.com [206.124.138.125]) by mail.avvanta.com (Postfix) with ESMTP id 1CF7FF3940 for ; Mon, 15 Dec 2008 19:54:09 -0800 (PST) Received: from erich by offby1.atm01.sea.blarg.net with local (Exim 4.69) (envelope-from ) id 1LCR0a-0004w3-Cd for emacs-pretest-bug@gnu.org; Mon, 15 Dec 2008 19:54:08 -0800 From: Eric Hanchrow To: emacs-pretest-bug@gnu.org Subject: 23.0.60; vc-dir erroneously reports "No changes between working revision and workfile" Date: Mon, 15 Dec 2008 19:54:07 -0800 Message-ID: <873agoojvk.fsf@offby1.atm01.sea.blarg.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BlargAV-Status: No viruses detected, BlargAV v1.1 on localhost.drteeth.p.blarg.net X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Edit the third line of this script to point to your Emacs, and then run it. #!/bin/sh -x EMACS=/usr/local/src/emacs-with-my-tweaks.git/src/emacs cd /tmp rm -rf xyzzy mkdir xyzzy cd xyzzy git init mkdir Jack Jill touch Jack/it Jill/it git add . git commit -m "golly!" echo More stuff >> Jack/it cd Jill git status # You should see this output: # On branch master # Changed but not updated: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory) # # modified: ../Jack/it # $EMACS -Q \ --eval '(cd "/tmp/xyzzy/Jill")' \ --eval '(vc-dir "/tmp/xyzzy/Jill")' # note that we're now looking at something like # VC backend : Git # Working dir: /tmp/xyzzy/Jill/ # Branch : master # # ./ # Jack/ # edited Jack/it # # # That seems a bit odd, since the name "Jack/it" doesn't name anything # at all when interpreted relative to /tmp/xyzzy/Jill. # Furthermore, if you move point to "Jack/it" (by typing "n" twice), # and then invoke vc-diff by typing "=", Emacs will respond with "No # changes between working revision and workfile", which is wrong; the # file is indeed modified. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/src/emacs/etc/DEBUG for instructions. In GNU Emacs 23.0.60.3 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2008-12-14 on debian Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Shell Minor modes in effect: erc-ring-mode: t erc-pcomplete-mode: t erc-netsplit-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-autojoin-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-services-mode: t erc-networks-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-readonly-mode: t desktop-save-mode: t display-time-mode: t global-auto-revert-mode: t diff-auto-refine-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: E T RET o o t TAB C-c C-u C-c C-@ C-c C-@ C-c C-@ 0 _ o RET C-u C-p C-u C-p C-u C-p ESC b RET ESC > t h a t SPC p i x DEL c SPC i s SPC a i r b r u s h e d SPC b e y o n d SPC r e c o g n i t i o n RET C-c C-@ / m e SPC a h o y s , SPC b e l ESC / RET C-r < e l i > ESC > e l i TAB : SPC b e l a t e d SPC p o n g RET C-c C-@ C-c C-@ C-c C-@ C-c C-@ C-c C-@ t o o f l e DEL DEL DEL d l e - o o RET C-c C-@ C-x d C-g C-x b s c h RET y e p RET w a i t . RET i s n ' t SPC " I R L " SPC I r e l a n d ? RET C-x b s h e RET c d RET c d SPC d o o TAB m z TAB DEL DEL s c TAB ESC DEL s c TAB ESC DEL a n TAB s c TAB m z TAB RET g i t SPC s t a t u s RET C-x d RET g C-n RET ESC O ESC C-o ESC C-o o # DEL DEL # SPC O h SPC w o w ! ! C-x C-s C-x k RET C-x v d RET n n = q ESC x r e p o r t - e m c a s TAB DEL DEL DEL a TAB RET Recent messages: Completed No completions of doodles/mz Completing file name... No completions of doodles/mz Completed [4 times] Partially completed ~/doodles/anagrams/scheme/mzscheme Wrote /home/erich/doodles/anagrams/scheme/mzscheme/GNUmakefile Finding changes in /home/erich/doodles/anagrams/scheme/mzscheme/scheme/mzscheme/GNUmakefile... No changes between working revision and workfile -- If there were a little guy running around inside the computer executing our programs, he would probably have as long and plaintive a tale to tell about his job as a federal government employee. -- Paul Graham ------------=_1264624622-28827-1-- From unknown Sun Jun 22 00:20:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: bug-gnu-emacs@gnu.org From: bug-gnu-emacs@gnu.org (Emacs bug Tracking System) To: Ian Eure Subject: bug#2055 closed by Glenn Morris (Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile") Message-ID: References: <65bpgfmgj6.fsf@fencepost.gnu.org> <8BFF8994-9B1A-4811-A552-A12F7E37D0CF@digg.com> X-Emacs-PR-Message: they-closed 2055 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Reply-To: 2055@debbugs.gnu.org Date: Wed, 27 Jan 2010 20:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1264624622-28827-3" This is a multi-part message in MIME format... ------------=_1264624622-28827-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1589: 23.0.60; vc-dired doesn't work right with Git It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1589 Emacs Bug Tracking System Contact bug-gnu-emacs@gnu.org with problems ------------=_1264624622-28827-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1589-done) by debbugs.gnu.org; 27 Jan 2010 20:36: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 1NaEcs-0007Ul-7Q for submit@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:34 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaEcr-0007Ub-7d for 1589-done@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:33 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaEcn-0005ij-4O; Wed, 27 Jan 2010 15:36:29 -0500 To: 1589-done@debbugs.gnu.org Subject: Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile" References: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> From: Glenn Morris X-Spook: M-14 airframe InfoSec ASDIC Putin ICE Indigo MD5 X-Ran: BNO5tMzC7~LWm:D+$.3y=d-Z)>0`|"=)esZ#61neELyR);`eZ@I.*"+pk&K],x<4;-vCXy X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 27 Jan 2010 15:36:29 -0500 In-Reply-To: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> (Eric Hanchrow's message of "Mon\, 5 Jan 2009 16\:13\:59 -0800") Message-ID: <65bpgfmgj6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 1589-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.9 (-----) It seems this patch was installed, thanks. 2010-01-25 Eric Hanchrow (tiny change) * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the diff-index command. This requires at least git-1.5.5. ------------=_1264624622-28827-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 25 Jan 2009 19:05:48 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0PJ5iOw019858 for ; Sun, 25 Jan 2009 11:05:45 -0800 Received: from mail.gnu.org ([199.232.76.166]:57280 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LRAHA-0001d3-ET for emacs-pretest-bug@gnu.org; Sun, 25 Jan 2009 14:04:08 -0500 Received: from mail.digg.com ([64.191.203.36]:37824) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRAIh-0004Tg-D5 for emacs-pretest-bug@gnu.org; Sun, 25 Jan 2009 14:05:43 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id E2391A85078 for ; Sun, 25 Jan 2009 11:05:41 -0800 (PST) X-Virus-Scanned: amavisd-new at Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KbskojEimFvu for ; Sun, 25 Jan 2009 11:05:41 -0800 (PST) Received: from [10.2.16.254] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id 10086A85074 for ; Sun, 25 Jan 2009 11:05:41 -0800 (PST) Message-Id: <8BFF8994-9B1A-4811-A552-A12F7E37D0CF@digg.com> From: Ian Eure To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.930.3) Mime-Version: 1.0 (Apple Message framework v930.3) Subject: 23.0.60; vc-dired doesn't work right with Git Date: Sun, 25 Jan 2009 11:05:40 -0800 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) If you run vc-dired in a directory below the top of a Git working copy, vc-dired gets confused. e.g.: project-a project-a/lib If you run vc-dired in lib, the paths in the buffer are relative to the root, project-a. Subsequent commands on the dired buffer fail to run, since they pass a nonexistent path to git. The issue seems to be that vc-dired calls git diff-index, which shows all paths relative to the WC root rather than the CWD. In GNU Emacs 23.0.60.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43) of 2009-01-20 on neutron.local Windowing system distributor `Apple', version 10.3.949 configured using `configure '--with-ns'' Important settings: value of $LC_ALL: value of $LC_COLLATE: en_US.UTF-8 value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: en_US.UTF-8 value of $LC_MONETARY: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: VC dir Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-b C-b M-( m a p c o n c a t SPC M-( l a m b d a SPC f i l e M-b M-1 M-( M-f C-f SPC f i l e C-f f o ; e s i l e s SPC M-" " SPC " C-e C-x C-e C-x v d ~ / P { r r t i n C-x 5 b * M e s s a g e s * M-` C-g C-SPC C-M-f M-w C-p C-p C-b C-b C-e C-x o C-x v d t i n M-` C-g C-x o C-x b s h e l C-g M-x s h e l g i t SPC l s - f i l e s SPC - z SPC - o SPC - - d i r e c t o r y SPC - - n o M-` C-g C-SPC C-e C-b C-b M-w C-y c d SPC t i n M-p M-p C-SPC C-e C-b C-b M-w g i t SPC C-y M-x k m a n g i t - d i f f - i n t e d e x M-p M-p SPC . C-x o C-x b C-n C-n C-n C-n C-n C-n C-n C-n C-n C-e C-b = Recent messages: History item: 2 Mark set [2 times] Invoking man git-diff-index in the background Please wait: formatting the git-diff-index man page... git-diff-index man page formatted comint-search-arg: Not at command line History item: 1 Finding changes in /Users/ieure/Projects/tinymetalhands.com/tinymetalhands/tinymetalhands/ products/models.py... git (diff-index --exit-code -p HEAD nil --) /Users/ieure/Projects/tinymetalhands.com/tinymetalhands/tinymetalhands/ products/models.py No changes between working revision and workfile ------------=_1264624622-28827-3-- From unknown Sun Jun 22 00:20:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: bug-gnu-emacs@gnu.org From: bug-gnu-emacs@gnu.org (Emacs bug Tracking System) To: Lennart Staflin Subject: bug#2641 closed by Glenn Morris (Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile") Message-ID: References: <65bpgfmgj6.fsf@fencepost.gnu.org> <49B81A40.20106@lysator.liu.se> X-Emacs-PR-Message: they-closed 2641 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Reply-To: 2641@debbugs.gnu.org Date: Wed, 27 Jan 2010 20:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1264624622-28827-5" This is a multi-part message in MIME format... ------------=_1264624622-28827-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1589: 23.0.91; vc-dir for git uses wrong default directory It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1589 Emacs Bug Tracking System Contact bug-gnu-emacs@gnu.org with problems ------------=_1264624622-28827-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1589-done) by debbugs.gnu.org; 27 Jan 2010 20:36: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 1NaEcs-0007Ul-7Q for submit@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:34 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaEcr-0007Ub-7d for 1589-done@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:33 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaEcn-0005ij-4O; Wed, 27 Jan 2010 15:36:29 -0500 To: 1589-done@debbugs.gnu.org Subject: Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile" References: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> From: Glenn Morris X-Spook: M-14 airframe InfoSec ASDIC Putin ICE Indigo MD5 X-Ran: BNO5tMzC7~LWm:D+$.3y=d-Z)>0`|"=)esZ#61neELyR);`eZ@I.*"+pk&K],x<4;-vCXy X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 27 Jan 2010 15:36:29 -0500 In-Reply-To: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> (Eric Hanchrow's message of "Mon\, 5 Jan 2009 16\:13\:59 -0800") Message-ID: <65bpgfmgj6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 1589-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.9 (-----) It seems this patch was installed, thanks. 2010-01-25 Eric Hanchrow (tiny change) * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the diff-index command. This requires at least git-1.5.5. ------------=_1264624622-28827-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 11 Mar 2009 20:08:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2BK8i0J003653 for ; Wed, 11 Mar 2009 13:08:46 -0700 Received: from mail.gnu.org ([199.232.76.166]:59473 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LhUjL-00053c-HC for emacs-pretest-bug@gnu.org; Wed, 11 Mar 2009 16:08:44 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LhUjI-0008EF-JV for emacs-pretest-bug@gnu.org; Wed, 11 Mar 2009 16:08:42 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:55987) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhUjH-0008Df-LT for emacs-pretest-bug@gnu.org; Wed, 11 Mar 2009 16:08:40 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id AF33340017 for ; Wed, 11 Mar 2009 21:08:24 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1674) id A2C9640025; Wed, 11 Mar 2009 21:08:24 +0100 (CET) Received: from [172.17.0.4] (217-210-57-98-no52.tbcn.telia.com [217.210.57.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id 30B0540017 for ; Wed, 11 Mar 2009 21:08:24 +0100 (CET) Message-ID: <49B81A40.20106@lysator.liu.se> Date: Wed, 11 Mar 2009 21:08:32 +0100 From: Lennart Staflin User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: emacs-pretest-bug@gnu.org Subject: 23.0.91; vc-dir for git uses wrong default directory Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) With a working directory under Git control, doing a vc-dir from a subdirectory produces a vc-dir buffer where all displayed paths are relative to the working directory's top directory but the buffers default directory is the subdirectory. The result is that many commands like vc-dir-find-file and vc-diff dosen't work. For instance, directory structure: top/ .git foo/ bar.txt Doing a vc-dir from a buffer containing bar.txt gives VC backend : Git Working dir: ~/src/vcgit-bug/foo/ Branch : master ./ foo/ edited foo/bar.txt Moving to the foo/bar.txt line and pressing RET produces: "Use M-x make-directory RET RET to create the directory and its parents" and a empty bar.txt buffer. In GNU Emacs 23.0.91.3 (powerpc-apple-darwin8.11.0, NS apple-appkit-824.48) of 2009-03-09 on sin Windowing system distributor `Apple', version 10.3.824 configured using `configure '--with-ns' '--enable-maintainer-mode' '--without-x' '--with-jpeg' '--with-gif' '--with-png' '--disable-ns-self-contained' 'CFLAGS=-g'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: VC dir Minor modes in effect: diff-auto-refine-mode: t erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t shell-dirtrack-mode: t show-paren-mode: t auto-insert-mode: t iswitchb-mode: t partial-completion-mode: t recentf-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C-c j i r c C-c t v C-c w C-x C-f e m l e n C-x d n n n n n n n n n C-x C-f / C-g C-x C-z c d c d SPC s r c m k d i r SPC v c g i t - b u g c d SPC v c l s m k d i r SPC f o o t o u c h SPC f o o / b a r . t x t g i t SPC i n i t g i t SPC a d d SPC . g i t SPC s t g i t SPC c i SPC - m SPC " i n i t i a l " t o u c h SPC f C-o C-x C-f f o o b a H e j C-x C-s C-x v d n n = p n f C-x k C-x 1 = q C-x C-b C-x b b a r C-x v d C-h v d e a f a u l d i r o C-x 1 Recent messages: History item: 5 Saving file /Users/lenst/src/vcgit-bug/foo/bar.txt... Wrote /Users/lenst/src/vcgit-bug/foo/bar.txt Finding changes in /Users/lenst/src/vcgit-bug/foo/foo/bar.txt... No changes between working revision and workfile Use M-x make-directory RET RET to create the directory and its parents Finding changes in /Users/lenst/src/vcgit-bug/foo/foo/bar.txt... No changes between working revision and workfile Quit Type C-x 4 C-o RET to restore the other window. ------------=_1264624622-28827-5-- From unknown Sun Jun 22 00:20:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: bug-gnu-emacs@gnu.org From: bug-gnu-emacs@gnu.org (Emacs bug Tracking System) To: Daiki Ueno Subject: bug#3088 closed by Glenn Morris (Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile") Message-ID: References: <65bpgfmgj6.fsf@fencepost.gnu.org> <877i1bhmt9.fsf@broken.deisui.org> X-Emacs-PR-Message: they-closed 3088 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Reply-To: 3088@debbugs.gnu.org Date: Wed, 27 Jan 2010 20:37:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1264624623-28827-7" This is a multi-part message in MIME format... ------------=_1264624623-28827-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1589: 23.0.92; vc-git loses track of the current working directory It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1589 Emacs Bug Tracking System Contact bug-gnu-emacs@gnu.org with problems ------------=_1264624623-28827-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1589-done) by debbugs.gnu.org; 27 Jan 2010 20:36: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 1NaEcs-0007Ul-7Q for submit@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:34 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaEcr-0007Ub-7d for 1589-done@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:33 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaEcn-0005ij-4O; Wed, 27 Jan 2010 15:36:29 -0500 To: 1589-done@debbugs.gnu.org Subject: Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile" References: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> From: Glenn Morris X-Spook: M-14 airframe InfoSec ASDIC Putin ICE Indigo MD5 X-Ran: BNO5tMzC7~LWm:D+$.3y=d-Z)>0`|"=)esZ#61neELyR);`eZ@I.*"+pk&K],x<4;-vCXy X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 27 Jan 2010 15:36:29 -0500 In-Reply-To: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> (Eric Hanchrow's message of "Mon\, 5 Jan 2009 16\:13\:59 -0800") Message-ID: <65bpgfmgj6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 1589-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.9 (-----) It seems this patch was installed, thanks. 2010-01-25 Eric Hanchrow (tiny change) * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the diff-index command. This requires at least git-1.5.5. ------------=_1264624623-28827-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 23 Apr 2009 07:06:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3N75sLd024098 for ; Thu, 23 Apr 2009 00:05:55 -0700 Received: from mail.gnu.org ([199.232.76.166]:57125 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Lwt0M-0004Yz-0Q for emacs-pretest-bug@gnu.org; Thu, 23 Apr 2009 03:05:54 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Lwt0K-0000I5-3b for emacs-pretest-bug@gnu.org; Thu, 23 Apr 2009 03:05:53 -0400 Received: from mx20.gnu.org ([199.232.41.8]:52634) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lwt0J-0000Hx-GC for emacs-pretest-bug@gnu.org; Thu, 23 Apr 2009 03:05:51 -0400 Received: from wf-out-1314.google.com ([209.85.200.173]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lwt0I-0003iQ-43 for emacs-pretest-bug@gnu.org; Thu, 23 Apr 2009 03:05:50 -0400 Received: by wf-out-1314.google.com with SMTP id 23so314608wfg.24 for ; Thu, 23 Apr 2009 00:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:user-agent:mime-version:content-type; bh=QxXngU4bosMzXXgvc6RsjrJR57mmoTRbh3ZgqwRveOU=; b=Q9LMmkOruqUmYhGvQiCJMEP/Gnaq2s3laIT8JUnP2qEKst1KhrUYuFi+h5NcBo7w3B 6HPpA0LRYTIRpZRNeSLWadPoisDjsD5d+mlInTYvdBDB70zvyt/YDpD9MY3j7yXtdJrQ xDlDPUVtqaRQDfYWYYOp4re4HHSQoxY0vGyeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:user-agent:mime-version :content-type; b=sr0SKoUkzWYRYYF6zlh/stsQTWCTTKrgG8UQRhHbX01LMyvH5v1mPJS54zFjfsKtz4 YOBW0IWuAUcMgggJ5yWsAOvg0YiuI+xKWzOS3hhPokADkXkSiu/a0HSdvETXWI0pDyKo tueQ+wkl77dmTf/bdgrJGBmAsZu/KFO5d+NhA= Received: by 10.142.132.2 with SMTP id f2mr233874wfd.171.1240470348199; Thu, 23 Apr 2009 00:05:48 -0700 (PDT) Received: from p360 ([150.82.175.84]) by mx.google.com with ESMTPS id k37sm27555784rvb.8.2009.04.23.00.05.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Apr 2009 00:05:47 -0700 (PDT) Sender: Daiki Ueno From: Daiki Ueno To: emacs-pretest-bug@gnu.org Cc: rfrancoise@debian.org Subject: 23.0.92; vc-git loses track of the current working directory Date: Thu, 23 Apr 2009 16:05:38 +0900 Message-ID: <877i1bhmt9.fsf@broken.deisui.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-kernel: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Hi, Consider the following directory layout of a git working copy: a |-- .git `-- b `-- c where "c" is a file already added into the git index. Then, go under "b", run "emacs -Q", modify "c", and M-x vc-dir. Emacs shows: --8<---------------cut here---------------start------------->8--- VC backend : Git Working dir: /tmp/a/b/ Branch : master ./ b/ edited b/c --8<---------------cut here---------------end--------------->8--- This looks weird and most of the VC commands against "b/c" fails. For example, when I type "i" it fails with: error: b/b/c: does not exist and --remove not passed fatal: Unable to process path b/b/c In the minibuffer: vc-do-command: Running git update-index --add -- b/c...FAILED (status 128) It looks like that vc-git should chdir to the GIT_DIR before running "git update-index", or remove "b/" from the relative path? In GNU Emacs 23.0.92.1 (i486-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-04-12 on elegiac, modified by Debian (emacs-snapshot package, version 1:20090411-1) Windowing system distributor `The X.Org Foundation', version 11.0.10402000 configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.92/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.92/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ja_JP.UTF-8 value of $XMODIFIERS: @im=SCIM locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t which-function-mode: t icomplete-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: y C-p 1 0 q C-p C-p C-p C-p C-p C-p C-p g C-p g C-x b * t r C-g C-p g C-n g g C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p g C-p 1 0 T S q C-a C-p C-p g C-n C-n C-a g C-n C-n C-n C-n C-g C-p g C-p C-p g g C-p C-p C-p C-p C-p C-p C-p g g g g g g C-p C-p C-p 1 0 T S C-n C-n C-n C-n C-n C-n C-n SPC p p q C-a C-p C-p C-p g C-n C-a g C-p C-p C-p C-p C-p C-p C-p C-n g C-p 1 0 T S C-n C-n C-n C-n C-n C-n C-n C-n C-a SPC q C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n g g C-p C-p C-p C-p C-p C-p g C-p g C-n C-n C-n C-n C-n C-n C-n g C-p C-p C-p g C-p 1 0 T S q C-p C-p C-p C-p C-p g C-p C-x C-c C-g x r e p o r Recent messages: nnimap: Updating info for nnimap:INBOX...done Retrieving newsgroup: nntp+gmane:gmane.emacs.bugs... Fetching headers for nntp+gmane:gmane.emacs.bugs...done Generating summary...done Auto-saving... Opening nntp server on gmane...done Auto-saving... Garbage: Process imap finished * BYE Disconnected for inactivity. Quit Regards, -- Daiki Ueno ------------=_1264624623-28827-7-- From unknown Sun Jun 22 00:20:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: bug-gnu-emacs@gnu.org From: bug-gnu-emacs@gnu.org (Emacs bug Tracking System) To: Zale Yu Subject: bug#3359 closed by Glenn Morris (Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile") Message-ID: References: <65bpgfmgj6.fsf@fencepost.gnu.org> <20090524110721.7C28.A4EBA143@gmail.com> X-Emacs-PR-Message: they-closed 3359 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Reply-To: 3359@debbugs.gnu.org Date: Wed, 27 Jan 2010 20:37:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1264624623-28827-9" This is a multi-part message in MIME format... ------------=_1264624623-28827-9 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1589: 23.0.94; vc-dir:git backend bug It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1589 Emacs Bug Tracking System Contact bug-gnu-emacs@gnu.org with problems ------------=_1264624623-28827-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1589-done) by debbugs.gnu.org; 27 Jan 2010 20:36: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 1NaEcs-0007Ul-7Q for submit@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:34 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaEcr-0007Ub-7d for 1589-done@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:33 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaEcn-0005ij-4O; Wed, 27 Jan 2010 15:36:29 -0500 To: 1589-done@debbugs.gnu.org Subject: Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile" References: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> From: Glenn Morris X-Spook: M-14 airframe InfoSec ASDIC Putin ICE Indigo MD5 X-Ran: BNO5tMzC7~LWm:D+$.3y=d-Z)>0`|"=)esZ#61neELyR);`eZ@I.*"+pk&K],x<4;-vCXy X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 27 Jan 2010 15:36:29 -0500 In-Reply-To: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> (Eric Hanchrow's message of "Mon\, 5 Jan 2009 16\:13\:59 -0800") Message-ID: <65bpgfmgj6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 1589-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.9 (-----) It seems this patch was installed, thanks. 2010-01-25 Eric Hanchrow (tiny change) * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the diff-index command. This requires at least git-1.5.5. ------------=_1264624623-28827-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 24 May 2009 03:18:33 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4O3IPod028017 for ; Sat, 23 May 2009 20:18:27 -0700 Received: from mx10.gnu.org ([199.232.76.166]:45073) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1M84EC-0001sz-SI for emacs-pretest-bug@gnu.org; Sat, 23 May 2009 23:18:25 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1M84EB-0004SV-CP for emacs-pretest-bug@gnu.org; Sat, 23 May 2009 23:18:24 -0400 Received: from wa-out-1112.google.com ([209.85.146.183]:21804) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M84EB-0004Rr-09 for emacs-pretest-bug@gnu.org; Sat, 23 May 2009 23:18:23 -0400 Received: by wa-out-1112.google.com with SMTP id m34so506241wag.26 for ; Sat, 23 May 2009 20:18:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-transfer-encoding :x-mailer; bh=hI4L4W1y8aB7fPzl5Cp9jnTHGhxlQjed1CHjQnbRQMs=; b=ekjv5HBXDU617qr3lTti06JiP0EUUIBDW08kSgSx94yax9uWaoN842IWAn2zU9k3f8 x/aS4ejaNI668T8uE9C6Uu6bUYBJwn7F2gCRcW2rHzRPUqWKVI9GLouGSFt35Bb8/qZe EGIN9EGw0A9Qo4lPC9PqFikjL4aFm8vt8oqF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding:x-mailer; b=NdKQ3fPqE3sFXpV8NfBCQsvRBAuKalMR9aZAyCIMcRC49dHJ5+FZaDJDLf1uA1LBuz ClfoJwoqh4iWTfCcHnoftVnMx7X2EGZISZ0IdH1RZOThMjnQM8BmsCBd0JnnbWsRM/HQ IFFWb+SORoBxSu7MBTuWmJMoJss9Dn4gU1f9M= Received: by 10.114.182.15 with SMTP id e15mr10910105waf.148.1243135101241; Sat, 23 May 2009 20:18:21 -0700 (PDT) Received: from ?192.168.1.101? ([125.120.150.45]) by mx.google.com with ESMTPS id k37sm11657664waf.42.2009.05.23.20.18.17 (version=SSLv3 cipher=RC4-MD5); Sat, 23 May 2009 20:18:20 -0700 (PDT) Date: Sun, 24 May 2009 11:18:20 +0800 From: Zale Yu To: emacs-pretest-bug@gnu.org Subject: 23.0.94; vc-dir:git backend bug Message-Id: <20090524110721.7C28.A4EBA143@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50.07 [en] X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Hi, All: STEPs to reproduce this bug: 1. Create a empty git repo /tmp/myrepo 2. Add /tmp/myrepo/subdir/HELLO to git repo 3. Commit 4. edit /tmp/myrepo/subdir/HELLO 5. vc-dir /tmp/myrepo/subdir the *vc-dir* buffer reads: ========================== VC backend : Git Working dir: /tmp/myrepo/subdir/ Branch : master ./ subdir/ edited subdir/HELLO /* PRESS f here */ ========================== 6. press f at the line "edited ....." emacs try to open file: /tmp/myrepo/subdir/subdir/HELLO -- ------------=_1264624623-28827-9-- From unknown Sun Jun 22 00:20:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: bug-gnu-emacs@gnu.org From: bug-gnu-emacs@gnu.org (Emacs bug Tracking System) To: Tom Tromey Subject: bug#4207 closed by Glenn Morris (Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile") Message-ID: References: <65bpgfmgj6.fsf@fencepost.gnu.org> X-Emacs-PR-Message: they-closed 4207 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Reply-To: 4207@debbugs.gnu.org Date: Wed, 27 Jan 2010 20:37:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1264624623-28827-11" This is a multi-part message in MIME format... ------------=_1264624623-28827-11 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1589: 23.1; vc-dir with git uses wrong base directory It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1589 Emacs Bug Tracking System Contact bug-gnu-emacs@gnu.org with problems ------------=_1264624623-28827-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1589-done) by debbugs.gnu.org; 27 Jan 2010 20:36: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 1NaEcs-0007Ul-7Q for submit@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:34 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaEcr-0007Ub-7d for 1589-done@debbugs.gnu.org; Wed, 27 Jan 2010 15:36:33 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaEcn-0005ij-4O; Wed, 27 Jan 2010 15:36:29 -0500 To: 1589-done@debbugs.gnu.org Subject: Re: bug#1589: vc-dir erroneously reports "No changes between working revision and workfile" References: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> From: Glenn Morris X-Spook: M-14 airframe InfoSec ASDIC Putin ICE Indigo MD5 X-Ran: BNO5tMzC7~LWm:D+$.3y=d-Z)>0`|"=)esZ#61neELyR);`eZ@I.*"+pk&K],x<4;-vCXy X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 27 Jan 2010 15:36:29 -0500 In-Reply-To: <36366a980901051613t236ae14fn70ac6a801501074@mail.gmail.com> (Eric Hanchrow's message of "Mon\, 5 Jan 2009 16\:13\:59 -0800") Message-ID: <65bpgfmgj6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 1589-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.9 (-----) It seems this patch was installed, thanks. 2010-01-25 Eric Hanchrow (tiny change) * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the diff-index command. This requires at least git-1.5.5. ------------=_1264624623-28827-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 19 Aug 2009 21:23:50 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7JLNmJ5024767 for ; Wed, 19 Aug 2009 14:23:49 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdsdH-00021j-Tk for bug-gnu-emacs@gnu.org; Wed, 19 Aug 2009 17:23:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdsdD-0001yX-7E for bug-gnu-emacs@gnu.org; Wed, 19 Aug 2009 17:23:47 -0400 Received: from [199.232.76.173] (port=55955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdsdC-0001yF-S2 for bug-gnu-emacs@gnu.org; Wed, 19 Aug 2009 17:23:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60524) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdsdC-00058H-7W for bug-gnu-emacs@gnu.org; Wed, 19 Aug 2009 17:23:42 -0400 Received: from int-mx07.intmail.prod.int.phx2.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7JLNex4025545 for ; Wed, 19 Aug 2009 17:23:40 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx07.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7JLNd3W005065; Wed, 19 Aug 2009 17:23:40 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7JLNct6024047; Wed, 19 Aug 2009 17:23:39 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 8B1C33782EF; Wed, 19 Aug 2009 15:23:38 -0600 (MDT) From: Tom Tromey To: bug-gnu-emacs@gnu.org Subject: 23.1; vc-dir with git uses wrong base directory Reply-To: Tom Tromey X-Attribution: Tom Date: Wed, 19 Aug 2009 15:23:38 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.67 on 10.5.11.20 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I have a git working tree. I ran vc-dir on a subdirectory of this tree. In *vc-dir*, I go to an edited file and type '='. Emacs says: No changes between working revision and workfile However, if I look at *Messages*, I can see from the "Finding changes" output that VC is examining the wrong file -- the subdirectory's name appears twice in the computed file name. E.g., the message says: Finding changes in /home/tromey/gnu/archer/archer/gdb/gdb/mi/mi-cmd-var.c... ... but no such file exists, the file is actually called /home/tromey/gnu/archer/archer/gdb/mi/mi-cmd-var.c (one less "gdb" in there) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.1/etc/DEBUG for instructions. In GNU Emacs 23.1.1 (i386-redhat-linux-gnu, GTK+ Version 2.16.5) of 2009-08-03 on x86-5.fedora.phx.redhat.com Windowing system distributor `The X.Org Foundation', version 11.0.10601901 configured using `configure '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i586-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk' 'build_alias=i386-redhat-linux-gnu' 'host_alias=i386-redhat-linux-gnu' 'target_alias=i586-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-spelling-mode: t erc-truncate-mode: t diff-auto-refine-mode: t shell-dirtrack-mode: t gnus-undo-mode: t highlight-changes-visible-mode: t erc-status-mode: t erc-services-mode: t erc-networks-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: c h e c o u t , C-u C-b k C-e f o r SPC e x a m p l e SPC a u t o m 4 t e . c a c h e SPC ( c r e a t e SPC d SPC b y SPC a u t o c o n f ) . I n SPC t h e SPC * v c d c - d 8 i r * SPC b u g f f e r SPC I SPC s e t t e e : C-u C-b C-d C-e C-z o C-u C-n C-n C-n C-SPC C-n C-n M-w C-z o C-y C-n C-o T h a t SPC i s , SPC t h e SPC d i r e c t o r y SPC i s SPC l i s t e d SPC t w i c e . T h i s SPC d o e s SPC n o t SPC s e e m SPC s e e m s SPC w e i r d SPC t o SPC m e . SPC SPC I t SPC t h i n k SPC i t SPC s h o u l d SPC o n l y SPC b e l i s t e d C-u C-b C-b C-b SPC C-e SPC o n c e . C-f C-f M-a C-o I t SPC s SPC t h i s SPC i n t e n t i o n a l ? C-z o C-z o C-c C-c M-x M-p Recent messages: d is undefined call-interactively: End of buffer Quit Mark set Quit [2 times] Auto-saving...done Mark set [2 times] Sending... Sending via mail... Sending...done Tom ------------=_1264624623-28827-11--