emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "ignored" in *vc-dir* buffers


From: Lars Ingebrigtsen
Subject: Re: "ignored" in *vc-dir* buffers
Date: Sun, 19 Jul 2020 05:59:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> larsi@xo:~/src/emacs/trunk$ git status --porcelain --ignored --
>> lisp/vc/vc-git.el
>> !! lisp/vc/vc-git.elc
>                      ^^^
> What's this "c"?

Oh yeah!  Good catch.

It looks like this git is interpreting the path spec not as an absolute
name, but as a prefix?

larsi@xo:~/src/emacs/trunk$ git status --porcelain --untracked-files --ignored 
-- src/gnutls
!! src/gnutls.o

Yup!

larsi@xo:~/src/emacs/trunk$ git status --porcelain --untracked-files --ignored 
-- src/g
!! src/gl-stamp
!! src/globals.h
!! src/globals.h.~1~
!! src/gnutls.o
!! src/gtkutil.o

Older versions of git doesn't interpret PATHSPEC this way, and I can't
see that the manual says anything about this, either...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]