문제

I've noticed in CodePlex, a changeset ID under the Source Control --> History section is shorter than the full changeset Id within the URL when viewing changeset.

How does one easily navigate to a changeset from the shorter ID, which is often quoted when a work item is fixed?

도움이 되었습니까?

해결책

While a change set list (like the Nuget one) does display short SHA1, any commit link you click on is actually the full SHA1:

http://nuget.codeplex.com/SourceControl/changeset/a5557ecdb5b0728945e1ced8e7ae9983d7f3b4bc

So the information about the SHA1 is never lost.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top