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 _______________________________________________ CGit mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/cgit
