[Libreoffice-qa] cgit query help - syntax for entering a range of commits
Michael Stahl
mstahl at redhat.com
Mon Jul 8 01:46:48 PDT 2013
On 28/06/13 18:06, V Stuart Foote wrote:
> Need some help with our cgit repository!
>
> Feeling really dumb, I am trying to use the cgit commit logs--
> http://cgit.freedesktop.org/libreoffice/core/log/ -- and pull a range of
> commits against master to track a bug:
>
> 20130607
> 67278daaf3cb664f8a89900382f0d7b19956b18
>
> 20130611
> c36348f20c4fcb6ae1acb0fd06c19edfa9fb108
>
> Can't find it in our wiki, and I have hunted cgit project site--
> http://git.zx2c4.com/cgit/about/ --but can not find the cgi field entry
> syntax to pass in the range for search. Entering a single commit value
> positions the log, but I need to review the activity range between two
> commits.
go to the log page:
http://cgit.freedesktop.org/libreoffice/core/log/
in the top right there is a box with "search" button next to it, change
"log msg" to "range" and enter the "older" and "newer" sha1, sepearated
with ".." like so:
67278daaf3cb664f8a89900382f0d7b19956b18..c36348f20c4fcb6ae1acb0fd06c19edfa9fb108
produces 4 pages here.
More information about the Libreoffice-qa
mailing list