We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9357a2 commit 7963ebdCopy full SHA for 7963ebd
modules/git/tree_blob_gogit.go
@@ -21,6 +21,7 @@ func (t *Tree) GetTreeEntryByPath(relpath string) (*TreeEntry, error) {
21
return &TreeEntry{
22
ID: t.ID,
23
// Type: ObjectTree,
24
+ ptree: t,
25
gogitTreeEntry: &object.TreeEntry{
26
Name: "",
27
Mode: filemode.Dir,
0 commit comments