When throwing an exception related to output provided by git cat-file, include the repository monogram to allow potentially debugging in Git.
Closes T15661
Differential D25460
Make "git cat-file" exception messages include repository monogram/slug aklapper on Nov 9 2023, 19:24. Authored by Tags None Referenced Files
Details
When throwing an exception related to output provided by git cat-file, include the repository monogram to allow potentially debugging in Git. Closes T15661 Unclear. Basically: "have a broken Git repository in Diffusion".
Diff Detail
Event TimelineComment Actions If this is considered too dangerous to merge, I could first test this in downstream for a while. Comment Actions This seems reasonable to me. It only adds further information to logs. I suppose there are some paths that could result in showing exception on the client-side but including monogram doesn’t seem concerning/dangerous. |