Stage
Object Hierarchy:
Description:
Namespace: Gitg
Package: libgitg-1.0
Content:
Methods:
- public async void @delete (File file) throws Error
- public async OId? commit (string message, Signature author, Signature committer, StageCommitOptions options) throws Error
- public async OId? commit_index (Index index, Ref reference, string message, Signature author, Signature committer, OId[]? parents, StageCommitOptions options) throws Error
- public async OId? commit_tree (OId treeoid, Ref reference, string message, Signature author, Signature committer, OId[]? parents, StageCommitOptions options) throws Error
- public async void delete_path (string path) throws Error
- public async Diff? diff_index (StageStatusItem f, DiffOptions? defopts = null) throws Error
- public async Diff? diff_index_all (StageStatusItem[]? files, DiffOptions? defopts = null) throws Error
- public async Diff? diff_workdir (StageStatusItem f, DiffOptions? defopts = null) throws Error
- public async Diff? diff_workdir_all (StageStatusItem[] files, DiffOptions? defopts = null) throws Error
- public StageStatusEnumerator file_status (StatusOptions? options = null)
- public async Tree? get_head_tree () throws Error
- public async void pre_commit_hook (Signature author) throws StageError
- public async void refresh () throws Error
- public async void revert (File file) throws Error
- public async void revert_patch (PatchSet patch) throws Error
- public async void revert_path (string path) throws Error
- public async void stage (File file) throws Error
- public async void stage_commit (string path, Commit commit) throws Error
- public async void stage_patch (PatchSet patch) throws Error
- public async void stage_path (string path) throws Error
- public async void unstage (File file) throws Error
- public async void unstage_patch (PatchSet patch) throws Error
- public async void unstage_path (string path) throws Error
Inherited Members:
All known members inherited from class GLib.Object