How are links from TFS Git commit stored -
how/where links commits on git repos hosted in tfs stored?
we have instance of commit can see on repo , if @ commit in web ui points work item. if open work item , @ links same commit not appear.
further if @ discussion part of history work items in question can see 5 of 6 commits noted. , further complicate issues there additional commit (by different user) not appear in history there link.
does know might happening? can believe user might have deleted 1 of links in work item expect see in history other commit.
thanks
how/where links commits on git repos hosted in tfs stored?
in tfs database. when git commit contains reference work item, , auto-linking work items enabled, when commit pushed server, links created. one-time operation. once it's done, links can freely edited within tfs, changes visible using tfs interface (either web ui or api). commit can no longer edited, editing change hash, no synchronisation can done.
further if @ discussion part of history work items in question can see 5 of 6 commits noted. , further complicate issues there additional commit (by different user) not appear in history there link.
from i've seen, auto-linked commits show in discussion only. other commit visible when looking @ complete history. in there, can see added , when. similarly, if link there in past, whether auto-linked or manually added, has since been deleted, complete history show deleted , when.
Comments
Post a Comment