Documentation
¶
Overview ¶
Package gitdiff exposes structured staged and working-tree changes for the web Changes panel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPathOutsideRepository = errors.New("file path is outside repository")
ErrPathOutsideRepository means a requested file is not contained by the repository and must never be read as diff content.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
Repo is a Git checkout used for scoped diff queries.
Click to show internal directories.
Click to hide internal directories.