Documentation
¶
Overview ¶
Package gitx shells out to git for revision-aware file access.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct{ Dir string }
Repo is a handle to a git repository working directory.
func (*Repo) ChangedFiles ¶
ChangedFiles lists paths changed between base and target revision. target == "" means the working tree (including untracked files).
func (*Repo) ResolveRev ¶
ResolveRev verifies a revision exists and returns a short display form.
Click to show internal directories.
Click to hide internal directories.