bootlin / elixir

The Elixir Cross Referencer
GNU Affero General Public License v3.0
984 stars 145 forks source link

Missing diff option #25

Open TBOpen opened 7 years ago

TBOpen commented 7 years ago

The feature I liked the most of the old system was the ability to diff through the versions particularly when trying to find when something was changed. While I like the layout of the new system since you can fit a bunch more versions, it's not usable to me without the diff feature.

Thanks.

pokazef commented 7 years ago

Thanks for the report. To follow through on your idea, it might be nice to be able to leverage git and expose the "git blame" feature through the UI. That would allow one to find when something was changed much more easily.

karanborawake commented 7 years ago

diff option was the only reason I loved the old system.

ADAMSCHUMAN commented 6 years ago

diff option in old system was extremely helpful for backporting features

michaelopdenacker commented 6 years ago

Hello,

On 05/11/2018 06:01 PM, ADAMSCHUMAN wrote:

diff option in old system was extremely helpful for backporting features

Thanks for voting for this feature. You're not the only one requesting it :)

We will see what we can do to have it again...

Cheers,

Michael.

-- Free Electrons becomes Bootlin Details on https://bootlin.com/blog/free-electrons-becomes-bootlin/

Michael Opdenacker, CEO, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com

michaelopdenacker commented 4 years ago

Here is an example from an old LXR website: http://tomoyo.osdn.jp/cgi-bin/lxr/diff/init/main.c?diffval=linux-5.3.18;diffvar=v

standamo commented 2 years ago

Was there any progress on this one?

mnicuda commented 6 months ago

:+1: Another upvote from me - diff is crucial. Not git blame - I'm looking for all changes in a file between selected versions.