Gjsify LogoGjsify Logo

Represents the options used when rebasing.

record

Hierarchy

  • RebaseOptions

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • get_quiet(): boolean
  • get_rewrite_notes_ref(): string
  • Gets the the name of the notes reference used to rewrite notes for rebased commits when finishing the rebase or %NULL if not set.

    Returns string

  • set_quiet(quiet: boolean): void
  • Used by ggit_rebase_init(), this will instruct other clients working on this rebase that you want a quiet rebase experience, which they may choose to provide in an application-specific manner. This has no effect upon libgit2-glib directly, but is provided for interoperability between Git tools.

    Parameters

    • quiet: boolean

      whether you want a quiet rebase experience.

    Returns void

  • set_rewrite_notes_ref(rewrite_notes_ref: string): void
  • Used by ggit_rebase_finish(), this is the name of the notes reference used to rewrite notes for rebased commits when finishing the rebase; if %NULL, the contents of the configuration option notes.rewriteRef is examined, unless the configuration option notes.rewrite.rebase is set to false. If notes.rewriteRef is also %NULL, notes will not be rewritten.

    Parameters

    • rewrite_notes_ref: string

      the name of the notes reference.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method