From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Tue, 24 Jul 2018 20:33:45 +0100 Subject: RFE: changelog between two revisions In-Reply-To: <20180724191449.GA8278@chatter> References: <20180724191449.GA8278@chatter> Message-ID: <20180724193345.GA7038@john.keeping.me.uk> On Tue, Jul 24, 2018 at 03:14:49PM -0400, Konstantin Ryabitsev wrote: > A very minor feature request -- it would be nice if there was a way to > limit /log/ view to only changes between two revisions. In other words, > I was looking for a way to replicate this file: > > https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.17.8 > > using the /log/ view, but there's no way to tell it "stop when you reach > tag v4.17.7": > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=v4.17.8&showmsg=1 Something like this? https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?qt=range&q=v4.17.7..v4.17.8&showmsg=1 (although that's a poor example since v4.17.8 only contains a single patch, this is perhaps clearer: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?qt=range&q=v4.17.8..v4.17.9&showmsg=1 ) Regards, John