We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use standard GUID formats, which have dashes in them. This makes them hard to simply double-click to copy and paste.
Strip out dashes to still leave a valid GUID, just as a single string.
Use another ID format alltogether.
The text was updated successfully, but these errors were encountered:
Fixes #58
6ed0dfe
Signed-off-by: Derek Smart <[email protected]>
titan commit IDs should be easier to copy and paste (#62)
f739c9b
c7409a2
c93d4a0
Successfully merging a pull request may close this issue.
Problem
We use standard GUID formats, which have dashes in them. This makes them hard to simply double-click to copy and paste.
Solution
Strip out dashes to still leave a valid GUID, just as a single string.
Alternatives
Use another ID format alltogether.
The text was updated successfully, but these errors were encountered: