Message 288988 - Python tracker
Message288988
| 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:13 | brett.cannon | set | recipients: + brett.cannon, larry, benjamin.peterson, ned.deily, steve.dower, matrixise |
| 2017-03-04 17:30:13 | brett.cannon | set | messageid: <1488648613.03.0.690104396466.issue27593@psf.upfronthosting.co.za> |
| 2017-03-04 17:30:13 | brett.cannon | link | issue27593 messages |
| 2017-03-04 17:30:12 | brett.cannon | create | |