emacs-devel
[Top][All Lists]
Advanced

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

Re: limit the number of log entries displayed by C-x v l


From: Stefan Monnier
Subject: Re: limit the number of log entries displayed by C-x v l
Date: Thu, 12 Nov 2009 20:18:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> Logs for some big trees can be huge, the Linux one is millions of lines.

Yes, this is a fairly serious problem.  We need to refine the
`print-log' backend op to be able to control it somehow.  E.g. in
vc-annotate, it'd be good to be able to get just the log message
corresponding to a particular commit.

For a generic `vc-print-log' operation where the user doesn't specify
any particular revision, I wonder what the best UI should be.  What do
other front-ends (e.g. loggerhead, viewCVS, ...) do to cope with the
large number of log messages?

Maybe we should show just the first thousand or so by default and then
provide a button (and command) in log-view-mode to get more?


        Stefan




reply via email to

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