Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleaner ¶
type Cleaner struct {
// contains filtered or unexported fields
}
Cleaner is responsible for updating the internal references in a repository as specified by a BFG object map. Currently, internal references pointing to a commit that has been rewritten will simply be removed.
func NewCleaner ¶
NewCleaner builds a new instance of Cleaner, which is used to apply a BFG object map to a repository.
type ErrInvalidObjectMap ¶
type ErrInvalidObjectMap error
ErrInvalidObjectMap is returned with descriptive text if the supplied object map file is in the wrong format
Click to show internal directories.
Click to hide internal directories.