Diff
Object Hierarchy:
Description:
[
CCode ( type_id =
"ggit_diff_get_type ()" ) ]
public class Diff :
Native
Content:
Properties:
Static methods:
Creation methods:
- protected Diff ()
- public Diff.buffers (uint8[]? buffer1, string? buffer1_as_path, uint8[]? buffer2, string? buffer2_as_path, DiffOptions? diff_options) throws Error
Same as blobs
but using a buffers.
- public Diff.index_to_workdir (Repository repository, Index? index, DiffOptions? diff_options) throws Error
Creates a Diff which compares the working
directory and the index.
- public Diff.tree_to_index (Repository repository, Tree? old_tree, Index? index, DiffOptions? diff_options) throws Error
Creates a Diff which compares
old_tree and the index.
- public Diff.tree_to_tree (Repository repository, Tree? old_tree, Tree? new_tree, DiffOptions? diff_options) throws Error
Creates a Diff which compares
old_tree and new_tree.
- public Diff.tree_to_workdir (Repository repository, Tree? old_tree, DiffOptions? diff_options) throws Error
Creates a Diff which compares the working
directory and old_tree.
Methods:
Inherited Members:
All known members inherited from class Ggit.Native
All known members inherited from class GLib.Object