Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
Node - tree structure to record directory contents for a git branch This is used so that we can reconcile renames, deletes and copies and for example filter out a delete of a renamed file or similar. The tree is updated after every commit is processed.
func (*Node) AddSubFile ¶
func (*Node) DeleteFile ¶
func (*Node) DeleteSubFile ¶
Click to show internal directories.
Click to hide internal directories.