This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients benjamin.peterson, brett.cannon, larry, matrixise, ned.deily, steve.dower
Date 2017-03-04.17:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488648613.03.0.690104396466.issue27593@psf.upfronthosting.co.za>
In-reply-to
Content
git actually does not always shorten to 7 characters. In git 2.11 (I think) they shorten to the shortest length to guarantee uniqueness. So `git rev-parse --short HEAD` gives a hash of de04644627 which is 10 characters.
History
Date User Action Args
2017-03-04 17:30:13brett.cannonsetrecipients: + brett.cannon, larry, benjamin.peterson, ned.deily, steve.dower, matrixise
2017-03-04 17:30:13brett.cannonsetmessageid: <1488648613.03.0.690104396466.issue27593@psf.upfronthosting.co.za>
2017-03-04 17:30:13brett.cannonlinkissue27593 messages
2017-03-04 17:30:12brett.cannoncreate