all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Michael Heerdegen <michael_heerdegen@web.de>,
	Emacs Development <emacs-devel@gnu.org>
Subject: Re: How to get a list of changed files with VC?
Date: Sat, 15 Jul 2017 20:41:29 +0300	[thread overview]
Message-ID: <0571a5da-53a5-7b26-fd8e-c3981d7d154c@yandex.ru> (raw)
In-Reply-To: <87lgntdt9f.fsf@drachen>

On 7/13/17 4:23 AM, Michael Heerdegen wrote:

> More specific questions about my implementation:
> 
> 1.  The implementation of the first function
> `el-search--changed-files-in-repo' is currently git-specific, but I
> didn't find a way to implement it with functions that VC defines to make
> it work for other version control systems.  Any idea?

For the changed files relative to HEAD, you can call the backend command 
(with vc-call-backend) named dir-status-files. But there is no way to 
specify the reference revision. Maybe calling the VC backend diff 
command on the whole repo and parsing the output could work.

> 2.  The second function `el-search--file-changed-p' doesn't have this
> problem.  However, I gained it from trial and error.  Does the
> implementation make sense?  How can I avoid binding vc-git-diff-switches
> -> nil (I get an error for some files if I don't).
I'll need some more details to answer this.



  reply	other threads:[~2017-07-15 17:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-13  1:23 How to get a list of changed files with VC? Michael Heerdegen
2017-07-15 17:41 ` Dmitry Gutov [this message]
2017-07-15 17:52   ` Eli Zaretskii
2017-07-16 17:12     ` Dmitry Gutov
2017-07-16 17:40       ` Eli Zaretskii
2017-07-16 17:45         ` Dmitry Gutov
2017-07-16 17:49           ` Eli Zaretskii
2017-07-16 17:59             ` Dmitry Gutov
2017-07-19  0:37   ` Michael Heerdegen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0571a5da-53a5-7b26-fd8e-c3981d7d154c@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=michael_heerdegen@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.