Expand description
Git fossilization helpers and real-time change detection.
Structs§
- GitAdd
Result - Result of a git add operation.
- GitBackend
- Default filesystem-backed Git store.
- GitBranch
- Branch information.
- GitBranch
List Result - Result of listing branches.
- GitCommit
Result - Result of a git commit operation.
- GitDiff
Result - Result of git diff operation.
- GitLog
Entry - Commit log entry.
- GitLog
Result - Result of git log operation.
- GitReset
Result - Result of a git reset operation.
- GitWatcher
- Watches a git repository for changes.
- GitWatcher
Config - Configuration for the git watcher.
Traits§
- GitFossil
Store - Abstraction describing how snapshots are persisted and retrieved.
Functions§
- get_
git_ changes - Quick helper to get current changes for a path.
- git_add
- Stage files in the git index.
- git_
checkout_ branch - Checkout a branch.
- git_
commit - Create a commit with the staged changes.
- git_
diff - Get diff of staged changes or working directory.
- git_
list_ branches - List all branches in the repository.
- git_log
- Get commit log.
- git_
reset - Unstage files from the index.