[mythtv-users] 0.27.6 Release Notes clipped

Nicolas Riendeau nicolas at riendeau.org
Tue May 3 01:45:12 UTC 2016


Le lundi 02 mai 2016 à 19:30 -0600, Jerome Yuzyk a écrit :
> In https://www.mythtv.org/wiki/Release_Notes_-_0.27.6 it says:
> 
> faginbagin (5):
>      Mythcommflag assumed that the number of bytes per scan line for
> the luma
>      Many years before the lowres option was added to improve
> performance, a
>      The CommDetectBorder? setting did dual duty, as it was also used
> to limit
>      Logo detection required a minimum number of pixels in a mask
> found by
>      Mythcommflag assumed that video can be either normal, letter-
> boxed...
> 
> 
> Each line has been clipped. How can I read the full text?
> 

Hi!

If you have a copy of the git repo I would try

git checkout fixes/0.27

followed by

git log v0.27.5 v0.27.6 

which I suggest either redirecting into a file or piping into more...

ie

git log v0.27.5 v0.27.6 > diff.txt

or

git log v0.27.5 v0.27.6 | more

Good luck and have a nice day!

Nicolas


More information about the mythtv-users mailing list