emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-region-history: HG?


From: Óscar Fuentes
Subject: Re: vc-region-history: HG?
Date: Tue, 16 Jan 2018 19:41:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

> But, what is the underlying git command? I tried to debug the function
> and couldn't figure it out.

>From vc-git-region-history:

(vc-git-command buffer 'async nil "log" "-p" ;"--follow" ;FIXME: not supported?
                (format "-L%d,%d:%s" lfrom lto (file-relative-name file)))


lfrom and lto are line numbers.




reply via email to

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