Created
February 15, 2013 16:11
-
-
Save clrh/4961384 to your computer and use it in GitHub Desktop.
Mysterous git describe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git describe | |
| v3.08.00-1339-g8ba2c8a | |
| $ git log --oneline --decorate --color -5 | |
| 8ba2c8a (HEAD, current) Add robots txt file to deny all bots | |
| 5d92ab3 (tag: v3.10.00) Adding 3.10 release notes | |
| e261ec3 Bumping version to 3.10.0 and adding sponsors that are were not already written | |
| f41cd9e Merge remote-tracking branch 'tamil/3.10.0-translate' into 3.10.xb | |
| 4fd58d8 Bug 9018 Italian translation of ccsr.po | |
| # describe tells me tag "v3.08.00" is the last one | |
| # but git history tells me describe is wrong |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment