On Thu, Jul 19, 2018 at 09:32:49 +0000, Phil Rhodes wrote: > Is there any easy way of decrypting the phrase "version > N--86442-g8aa6060" into "June 2017" without using advanced > codebreaking techniques?
Define advanced. ;-) If you have cloned the git repo, you can see the commit and its date with $ git log 8aa6060 If you don't have a git clone, use the web: https://github.com/FFmpeg/FFmpeg/commit/8aa6060 or here, which more visibly shows both author and upstream commit date (as they may be weeks apart sometimes): http://git.videolan.org/?p=ffmpeg.git;a=commit;h=8aa6060 Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
