[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 4a49c50a4c3 1/2: VC Git: Use vc-deduce-fileset to determine w
From: |
Eli Zaretskii |
Subject: |
Re: master 4a49c50a4c3 1/2: VC Git: Use vc-deduce-fileset to determine what to stash |
Date: |
Tue, 29 Oct 2024 15:12:32 +0200 |
> From: Sean Whitton <spwhitton@spwhitton.name>
> Cc: emacs-devel@gnu.org
> Date: Tue, 29 Oct 2024 20:32:54 +0800
>
> >> * lisp/vc/vc-git.el (vc-git--deduce-files-for-stash): New function.
> >> (vc-git-stash, vc-git-stash-snapshot): Use it to determine what
> >> to stash. Update and expand docstrings.
> >> (vc-git-stash-snapshot): No longer unconditionally snapshot all
> >> uncommitted changes across the whole working tree.
> >
> > This apparently leads to:
> >
> > ELC vc/vc-git.elc
> >
> > In end of data:
> > vc/vc-git.el:2188:12: Warning: the function `vc-deduce-fileset' might not
> > be defined at runtime.
>
> Apologies, fixed.
Thanks.