fork of go-git with some jj specific features
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

plumbing: object, Apply memoization in (*treeNoder).Children.

+3 -1
+3 -1
plumbing/object/treenoder.go
··· 88 88 } 89 89 } 90 90 91 - return transformChildren(parent) 91 + var err error 92 + t.children, err = transformChildren(parent) 93 + return t.children, err 92 94 } 93 95 94 96 // Returns the children of a tree as treenoders.