[mythtv-users] git choas

Bill Meek keemllib at gmail.com
Fri Jul 31 12:12:52 UTC 2020


On 7/31/20 7:01 AM, jam at tigger.ws wrote:
> Hi I'm using one of the mac frontend builds. Since the OSD navigation bar is more important to me than meta data I'm not using John's latest build.
> 
> Two channels transmit recordings that core dump when editing the cutlist.
> No worries I thought, I'll build and test a linux version to see if the issue is generic or mac-build specific.
> 
> [haycorn] /Users/jam [500]% /Applications/mythfrontend31.app/Contents/MacOS/mythfrontend --version
> Please attach all output as a file in bug reports.
> MythTV Version : v31.0-40-gce23a0225f
> MythTV Branch : fixes/31
> Network Protocol : 91
> Library API : 31.20200101-1
> QT Version : 5.14.2
> Options compiled in:
> ...
> 
> so
> jam at blackbeauty:~/mythtv/mythtv$ git branch
> * fixes/31
>    master
> jam at blackbeauty:~/mythtv/mythtv$ git log |grep gce23a0225f
> jam at blackbeauty:~/mythtv/mythtv$
> 
> This does not compute. Can anyone explain what is happening here.

Sure. You're not using the commit SHA1. The leading 'g' is just an indicator
that says git was used as opposed to 's' for svn etc.

You can have git find just that commit: git log -p ce23a0225f^..ce23a0225f

-- 
Bill


More information about the mythtv-users mailing list